summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_groupmanager.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-03 12:38:40 +0545
committerPhil Davis <phil.davis@inf.org>2015-03-03 12:38:40 +0545
commit86481f75ecf588be3a61669fa1947d08413262a4 (patch)
treeb9e92f2842d8e0a5ff626db60a721fa343686984 /usr/local/www/system_groupmanager.php
parent58c58dcfa7b13aef5e3a0997bce61018fba6d3ec (diff)
downloadpfsense-86481f75ecf588be3a61669fa1947d08413262a4.zip
pfsense-86481f75ecf588be3a61669fa1947d08413262a4.tar.gz
system_groupmanager 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_groupmanager.php')
-rw-r--r--usr/local/www/system_groupmanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php
index 0ace794..7132a45 100644
--- a/usr/local/www/system_groupmanager.php
+++ b/usr/local/www/system_groupmanager.php
@@ -458,7 +458,7 @@ function presubmit() {
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
<input name="save" type="submit" class="formbtn" value="<?=gettext("Save");?>" />
- <input type="button" value="<?=gettext("Cancel");?>" onclick="window.location.href='/system_groupmanager.php'" />
+ <input type="button" class="formbtn" value="<?=gettext("Cancel");?>" onclick="window.location.href='/system_groupmanager.php'" />
<?php if (isset($id) && $a_group[$id]): ?>
<input name="id" type="hidden" value="<?=htmlspecialchars($id);?>" />
<input name="gid" type="hidden" value="<?=htmlspecialchars($pconfig['gid']);?>" />
OpenPOWER on IntegriCloud