Make WordPress Core


Ignore:
Timestamp:
03/29/2006 01:51:55 AM (19 years ago)
Author:
ryan
Message:

AJAX, cause you love it. Props mdawaffe. fixes #2561

File:
1 edited

Legend:

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

    r3564 r3660  
    2929if ($posts) {
    3030?>
    31 <table id="the-list-x" width="100%" cellpadding="3" cellspacing="3">
    32   <tr>
    33     <th scope="col"><?php _e('ID') ?></th>
    34     <th scope="col"><?php _e('Title') ?></th>
     31<table width="100%" cellpadding="3" cellspacing="3">
     32  <thead>
     33  <tr>
     34    <th scope="col"><?php _e('ID') ?></th>
     35    <th scope="col"><?php _e('Title') ?></th>
    3536    <th scope="col"><?php _e('Owner') ?></th>
    3637    <th scope="col"><?php _e('Updated') ?></th>
    37     <th scope="col"></th>
    38     <th scope="col"></th>
    39     <th scope="col"></th>
    40   </tr>
     38    <th scope="col"></th>
     39    <th scope="col"></th>
     40    <th scope="col"></th>
     41  </tr>
     42  </thead>
     43  <tbody id="the-list">
    4144<?php
    4245page_rows(0, 0, $posts, $all);
    4346?>
    44 </table>
     47  </tbody>
     48</table>
    4549
    4650<div id="ajax-response"></div>
Note: See TracChangeset for help on using the changeset viewer.