summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-03 12:38:40 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-03-03 08:08:38 -0300
commit6cf3278fa7f97ea5f80840a9445155862f3c3a38 (patch)
tree5d1a6309a9ab58fc82cd94facbd45ed5a8ab8a70 /usr
parentf636bc12960776a0d1e408fe12ff97fa1a2487ae (diff)
downloadpfsense-6cf3278fa7f97ea5f80840a9445155862f3c3a38.zip
pfsense-6cf3278fa7f97ea5f80840a9445155862f3c3a38.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')
-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