Make WordPress Core


Ignore:
Timestamp:
05/10/2006 08:34:17 PM (18 years ago)
Author:
matt
Message:

New import and export, v0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import.php

    r3262 r3769  
    22require_once ('admin.php');
    33$title = __('Import');
    4 $parent_file = 'import.php';
     4$parent_file = 'edit.php';
    55require_once ('admin-header.php');
    66?>
     
    3131} else {
    3232?>
    33 <table width="100%" cellpadding="3" cellspacing="3">
     33<table class="widefat">
    3434
    3535<?php
     
    4343        echo "
    4444            <tr $style>
    45                 <td class=\"togl\">$action</td>
    46                 <td class=\"desc\">{$data[1]}</td>
     45                <td class='import-system'>$action</td>
     46                <td class='desc'>{$data[1]}</td>
    4747            </tr>";
    4848    }
Note: See TracChangeset for help on using the changeset viewer.