summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-03-03 08:08:27 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-03-03 08:08:27 -0300
commit2c5ca6aed8bb59282f984834987efbdb7542d22b (patch)
tree39f704f7413279269f72de2226becd12198fcb4d /usr
parentd9ac2354d5deacb402dcfe48e61405bc272d2a2a (diff)
parent86481f75ecf588be3a61669fa1947d08413262a4 (diff)
downloadpfsense-2c5ca6aed8bb59282f984834987efbdb7542d22b.zip
pfsense-2c5ca6aed8bb59282f984834987efbdb7542d22b.tar.gz
Merge pull request #1538 from phil-davis/patch-6
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