summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-03 12:30:04 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-03-03 08:08:01 -0300
commitf636bc12960776a0d1e408fe12ff97fa1a2487ae (patch)
treebeb8cc33042b0d4b76e1186227e316c725b71baf
parent1626b5ad0817a1a1900dc0390553767aceddc465 (diff)
downloadpfsense-f636bc12960776a0d1e408fe12ff97fa1a2487ae.zip
pfsense-f636bc12960776a0d1e408fe12ff97fa1a2487ae.tar.gz
system_usermanager edit cancel button looks small
It looks smaller and different to the Save button. This makes it the same.
-rw-r--r--usr/local/www/system_usermanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index af3df18..9fce497 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -880,7 +880,7 @@ function sshkeyClicked(obj) {
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
<input id="submit" name="save" type="submit" class="formbtn" value="<?=gettext("Save");?>" />
- <input type="button" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=$referer;?>'" />
+ <input type="button" class="formbtn" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=$referer;?>'" />
<?php if (isset($id) && $a_user[$id]): ?>
<input name="id" type="hidden" value="<?=htmlspecialchars($id);?>" />
<?php endif;?>
OpenPOWER on IntegriCloud