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/includes/plugin-install.php

    r8912 r9028  
    213213            </tr>
    214214        </thead>
     215
     216        <tfoot>
     217            <tr>
     218                <th scope="col" class="name"><?php _e('Name'); ?></th>
     219                <th scope="col" class="num"><?php _e('Version'); ?></th>
     220                <th scope="col" class="num"><?php _e('Rating'); ?></th>
     221                <th scope="col" class="desc"><?php _e('Description'); ?></th>
     222                <th scope="col" class="action-links"><?php _e('Actions'); ?></th>
     223            </tr>
     224        </tfoot>
     225
    215226        <tbody class="plugins">
    216227        <?php
     
    265276        </tbody>
    266277    </table>
     278
     279    <div class="tablenav">
     280        <?php if ( $page_links )
     281                echo "\t\t<div class='tablenav-pages'>$page_links</div>"; ?>
     282    </div>
     283    <br class="clear" />
     284
    267285<?php
    268286}
Note: See TracChangeset for help on using the changeset viewer.