Reduce dependency on inline style. Props mdawaffe. fixes #6228

git-svn-id: http://svn.automattic.com/wordpress/trunk@7304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-03-14 23:58:31 +00:00
parent d095605faa
commit 7a1db035a2
29 changed files with 127 additions and 95 deletions

View File

@@ -134,7 +134,7 @@ if ( $page_links )
echo "<div class='tablenav-pages'>$page_links</div>";
?>
<div style="float: left">
<div class="alignleft">
<input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" class="button-secondary delete" />
<?php wp_nonce_field('bulk-posts'); ?>
<?php
@@ -174,10 +174,10 @@ foreach ($arc_result as $arc_row) {
<?php } ?>
</div>
<br style="clear:both;" />
<br class="clear" />
</div>
<br style="clear:both;" />
<br class="clear" />
<?php include( 'edit-post-rows.php' ); ?>