diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-07-16 22:07:51 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-07-16 22:07:51 +0000 |
commit | 1fa12d94c2d1bac6a3044d13d68e2243fb2d32b7 (patch) | |
tree | 0e7fc54a5562039670b71ec49af392ae86182ad8 /usr/local | |
parent | 6d0c07eafffbc20e5e9c791e0fb09c4474c4b433 (diff) | |
download | pfsense-1fa12d94c2d1bac6a3044d13d68e2243fb2d32b7.zip pfsense-1fa12d94c2d1bac6a3044d13d68e2243fb2d32b7.tar.gz |
Remove 'Remove all' button and rename the create button to the new name!
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/firewall_shaper_vinterface.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php index 1469ce4..e1fb714 100644 --- a/usr/local/www/firewall_shaper_vinterface.php +++ b/usr/local/www/firewall_shaper_vinterface.php @@ -367,10 +367,7 @@ include("fbegin.inc"); ?> <br/><br/> <a href="firewall_shaper_vinterface.php?pipe=new&action=add"> - <input type="button" id="newpipe" name="newpipe" value="Create virtual interface"></a><br/> - <a href="firewall_shaper_vinterface.php?action=resetall" > - <input type="button" value="Remove Virtual Interfaces" > - </a><br/> + <input type="button" id="newpipe" name="newpipe" value="Create limiter"></a><br/> </td> <td width="75%" valign="top" align="center"> <table> |