mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #1538 from phil-davis/patch-6
This commit is contained in:
commit
2c5ca6aed8
@ -458,7 +458,7 @@ function presubmit() {
|
||||
<td width="22%" valign="top"> </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']);?>" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user