Make WordPress Core


Ignore:
Timestamp:
02/10/2008 08:10:11 AM (17 years ago)
Author:
matt
Message:

New manage posts almost fully functional, and some admin CSS reorganization. TODO: Delete buttons and checkboxes are currently impotent.

File:
1 edited

Legend:

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

    r6755 r6778  
    109109
    110110<div style="float: left">
     111<input type="button" value="<?php _e('Delete'); ?>" name="deleteit" />
    111112<?php
    112113
     
    164165    echo "<div class='tablenav-pages'>$page_links</div>";
    165166?>
    166 
    167 </div>
    168 
    169 <div class="navigation">
    170 <div class="alignleft"><?php next_posts_link(__('&laquo; Older Entries')) ?></div>
    171 <div class="alignright"><?php previous_posts_link(__('Newer Entries &raquo;')) ?></div>
     167<br style="clear:both;" />
    172168</div>
    173169
Note: See TracChangeset for help on using the changeset viewer.