Add a bit of warning (red background on hover) to the Deactivate All Plugins button, and make align="right" XHTML-compliant.

git-svn-id: https://develop.svn.wordpress.org/trunk@5207 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-07 16:03:38 +00:00
parent 9e69234db5
commit f42f14fb91
1 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,8 @@ if (empty($plugins)) {
?>
<tr>
<td colspan="5" align="right"><a href="<?php echo wp_nonce_url('plugins.php?action=deactivate-all', 'deactivate-all'); ?>"><?php _e('Deactivate All Plugins'); ?></a></td>
<td colspan="3">&nbsp;</td>
<td colspan="2" style="width:12em;"><a href="<?php echo wp_nonce_url('plugins.php?action=deactivate-all', 'deactivate-all'); ?>" class="delete"><?php _e('Deactivate All Plugins'); ?></a></td>
</tr>
</table>