summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-21 18:42:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-21 18:42:42 +0000
commit53c59170cd3899c44bd6d33a0f012737f52aa676 (patch)
treee4dab6391ffd1d0b22de00e500ff855bd5bfacd6 /usr/local/www/services_dnsmasq_edit.php
parentc59ff01d182c6be18f457f6e72cf22a8fe270c54 (diff)
downloadpfsense-53c59170cd3899c44bd6d33a0f012737f52aa676.zip
pfsense-53c59170cd3899c44bd6d33a0f012737f52aa676.tar.gz
Add a Cancel button which takes the browser back to the page prior.
Diffstat (limited to 'usr/local/www/services_dnsmasq_edit.php')
-rwxr-xr-xusr/local/www/services_dnsmasq_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dnsmasq_edit.php b/usr/local/www/services_dnsmasq_edit.php
index 4b74717..90f235e 100755
--- a/usr/local/www/services_dnsmasq_edit.php
+++ b/usr/local/www/services_dnsmasq_edit.php
@@ -148,7 +148,7 @@ if ($_POST) {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="Submit" type="submit" class="formbtn" value="Save">
+ <input name="Submit" type="submit" class="formbtn" value="Save"> <input type="button" value="cancel" onclick="history.back()">
<?php if (isset($id) && $a_hosts[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
<?php endif; ?>
OpenPOWER on IntegriCloud