Make WordPress Core


Ignore:
Timestamp:
05/10/2006 08:35:10 PM (19 years ago)
Author:
matt
Message:

Lots of style and admin tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-pages.php

    r3727 r3770  
    2929if ($posts) {
    3030?>
    31 <table width="100%" cellpadding="3" cellspacing="3">
     31<table class="widefat">
    3232  <thead>
    3333  <tr>
    3434    <th scope="col"><?php _e('ID') ?></th>
    35     <th scope="col"><?php _e('Title') ?></th>
    36     <th scope="col"><?php _e('Owner') ?></th>
    37     <th scope="col"><?php _e('Updated') ?></th>
    38     <th scope="col"></th>
    39     <th scope="col"></th>
    40     <th scope="col"></th>
     35    <th scope="col" style="text-align: left"><?php _e('Title') ?></th>
     36    <th scope="col" style="text-align: left"><?php _e('Owner') ?></th>
     37    <th scope="col" style="text-align: left"><?php _e('Updated') ?></th>
     38    <th scope="col" colspan="3"><?php _e('Action'); ?></th>
    4139  </tr>
    4240  </thead>
Note: See TracChangeset for help on using the changeset viewer.