mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
remove duplicate cancel button
This commit is contained in:
parent
c57a3ac8ef
commit
aeccfd0efb
@ -220,7 +220,6 @@ value="<?=htmlspecialchars($pconfig['descr']);?>">
|
||||
<td width="22%" valign="top"> </td>
|
||||
<td width="78%">
|
||||
<input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>"> <input type="button" value="<?=gettext("Cancel"); ?>" class="formbtn" onclick="history.back()">
|
||||
<a href="system_gateway_groups.php"><input type="button" value="<?=gettext("Cancel");?>" class="formbtn" ></a>
|
||||
<?php if (isset($id) && $a_gateway_groups[$id]): ?>
|
||||
<input name="id" type="hidden" value="<?=$id;?>">
|
||||
<?php endif; ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user