summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-07-04 23:56:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-07-04 23:56:38 +0000
commit1b2a766f7006a89ad97eb19de1a23e3f7e4d3a89 (patch)
treeb7f8fd1afe49341383bb79da717c626cacfb7ea9 /usr/local
parent22abf2ef709d4e7907a2550e61eded3005aa4131 (diff)
downloadpfsense-1b2a766f7006a89ad97eb19de1a23e3f7e4d3a89.zip
pfsense-1b2a766f7006a89ad97eb19de1a23e3f7e4d3a89.tar.gz
Convert to button so page does not shift after url being pressed
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 0683beb..4665db1 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -475,7 +475,7 @@ include("head.inc");
</table>
<div id="showadvancedboxspr">
<p>
- <a href="#" onClick="show_source_port_range();">Advanced - Show source port range</a>
+ <input type="button" onClick="show_source_port_range()" value="Advanced"></input> Show source port range</a>
</div>
</td>
</tr>
OpenPOWER on IntegriCloud