Make WordPress Core


Ignore:
Timestamp:
09/29/2008 09:26:21 AM (16 years ago)
Author:
azaozz
Message:

Add table footers and action selects at the bottom

File:
1 edited

Legend:

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

    r8973 r9028  
    280280    </tr>
    281281    </thead>
     282   
     283    <tfoot>
     284    <tr>
     285        <th scope="col" class="check-column"><input type="checkbox" /></th>
     286        <th scope="col"><?php _e('Plugin'); ?></th>
     287        <th scope="col" class="num"><?php _e('Version'); ?></th>
     288        <th scope="col"><?php _e('Description'); ?></th>
     289        <th scope="col" class="action-links"><?php _e('Action'); ?></th>
     290    </tr>
     291    </tfoot>
     292   
    282293    <tbody class="plugins">
    283294<?php
Note: See TracChangeset for help on using the changeset viewer.