Lots of style and admin tweaks

git-svn-id: https://develop.svn.wordpress.org/trunk@3770 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2006-05-10 20:35:10 +00:00
parent a3d0bb059d
commit 104a56563c
10 changed files with 98 additions and 80 deletions

View File

@@ -78,13 +78,15 @@ if (empty($plugins)) {
echo '</p>';
} else {
?>
<table width="100%" cellpadding="3" cellspacing="3">
<table class="widefat">
<thead>
<tr>
<th><?php _e('Plugin'); ?></th>
<th style="text-align: left"><?php _e('Plugin'); ?></th>
<th><?php _e('Version'); ?></th>
<th><?php _e('Description'); ?></th>
<th style="text-align: left"><?php _e('Description'); ?></th>
<th><?php _e('Action'); ?></th>
</tr>
</thead>
<?php
$style = '';