summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-03 12:30:04 +0545
committerPhil Davis <phil.davis@inf.org>2015-03-03 12:30:04 +0545
commit3cd4406f9e5ab51a8a17185f4797105e1fd39f4d (patch)
tree8522ee689fecac38bf0e21f18a2cc55ccfcc21a4 /usr/local/www/system_usermanager.php
parent58c58dcfa7b13aef5e3a0997bce61018fba6d3ec (diff)
downloadpfsense-3cd4406f9e5ab51a8a17185f4797105e1fd39f4d.zip
pfsense-3cd4406f9e5ab51a8a17185f4797105e1fd39f4d.tar.gz
system_usermanager edit cancel button looks small
It looks smaller and different to the Save button. This makes it the same.
Diffstat (limited to 'usr/local/www/system_usermanager.php')
-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