summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_groupmanager.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-09-11 13:37:55 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-09-11 18:22:17 -0300
commitd83a4264b7b93393fb89cf2e99ac364de0236dc1 (patch)
tree0582dd1eda6c927e27f0e1e2d6c52135621b0ab5 /usr/local/www/system_groupmanager.php
parent415b71f1d41c886b06dfc83d8bc2cb906be78509 (diff)
downloadpfsense-d83a4264b7b93393fb89cf2e99ac364de0236dc1.zip
pfsense-d83a4264b7b93393fb89cf2e99ac364de0236dc1.tar.gz
Add a cancel button for user and group edit page
Diffstat (limited to 'usr/local/www/system_groupmanager.php')
-rw-r--r--usr/local/www/system_groupmanager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php
index 1b1fb47..94349ee 100644
--- a/usr/local/www/system_groupmanager.php
+++ b/usr/local/www/system_groupmanager.php
@@ -416,6 +416,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'" />
<?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