summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro-4.local>2010-05-11 18:00:19 -0400
committerChris Buechler <cmb@cmb-macbook-pro-4.local>2010-05-11 18:00:19 -0400
commitaeccfd0efb982c2c790e3ba8b129d973aefa1d85 (patch)
treeb2397d77ac2740b84ea43b701fe9e50364c776d9 /usr/local/www/system_gateway_groups_edit.php
parentc57a3ac8efd3bdd9520d97227bf1210605e521f7 (diff)
downloadpfsense-aeccfd0efb982c2c790e3ba8b129d973aefa1d85.zip
pfsense-aeccfd0efb982c2c790e3ba8b129d973aefa1d85.tar.gz
remove duplicate cancel button
Diffstat (limited to 'usr/local/www/system_gateway_groups_edit.php')
-rwxr-xr-xusr/local/www/system_gateway_groups_edit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/system_gateway_groups_edit.php b/usr/local/www/system_gateway_groups_edit.php
index a3a8186..d5076c1 100755
--- a/usr/local/www/system_gateway_groups_edit.php
+++ b/usr/local/www/system_gateway_groups_edit.php
@@ -220,7 +220,6 @@ value="<?=htmlspecialchars($pconfig['descr']);?>">
<td width="22%" valign="top">&nbsp;</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; ?>
OpenPOWER on IntegriCloud