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/link-manager.php

    r3617 r3660  
    115115<input type="hidden" name="order_by" value="<?php echo wp_specialchars($order_by, 1); ?>" />
    116116<input type="hidden" name="cat_id" value="<?php echo (int) $cat_id ?>" />
    117 <table id="the-list-x" width="100%" cellpadding="3" cellspacing="3">
     117<table width="100%" cellpadding="3" cellspacing="3">
     118    <thead>
    118119    <tr>
    119120        <th width="15%"><?php _e('Name') ?></th>
     
    125126        <th><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th>
    126127    </tr>
     128    </thead>
     129    <tbody id="the-list">
    127130<?php
    128131if ( 'all' == $cat_id )
     
    175178    }
    176179?>
     180    </tbody>
    177181</table>
    178182
Note: See TracChangeset for help on using the changeset viewer.