summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_aliases_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-11 03:40:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-11 03:40:56 +0000
commite02a6839a87e70db1256f14571a65ec62d11d430 (patch)
tree86949c4b8fe57a290e826eda4d61103098785a5c /usr/local/www/firewall_aliases_edit.php
parent75236e7df742a9e7f52e63d58af8454ada94de87 (diff)
downloadpfsense-e02a6839a87e70db1256f14571a65ec62d11d430.zip
pfsense-e02a6839a87e70db1256f14571a65ec62d11d430.tar.gz
Convert Add to + button, Delete to - button
Diffstat (limited to 'usr/local/www/firewall_aliases_edit.php')
-rwxr-xr-xusr/local/www/firewall_aliases_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_aliases_edit.php b/usr/local/www/firewall_aliases_edit.php
index 9d5d457..2b76167 100755
--- a/usr/local/www/firewall_aliases_edit.php
+++ b/usr/local/www/firewall_aliases_edit.php
@@ -280,7 +280,7 @@ rowtype[2] = "select";
</select>
<?php
if($counter > 0)
- echo "<input type=\"button\" onclick=\"removeRow(this); typesel_change();\" value=\"Delete\">";
+ echo "<input type=\"image\" src=\"/x.gif\" onclick=\"removeRow(this); return false;\" value=\"Delete\">";
?>
</td></tr>
@@ -288,7 +288,7 @@ rowtype[2] = "select";
</tbody>
</table>
- <input type="button" onclick="addRowTo('maintable'); typesel_change();" value="Add">
+ <a onClick="javascript:addRowTo('maintable'); return false;" href="#"><img border="0" src="/plus.gif"></a>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud