mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 02:42:58 +02:00
Forward Firewall: added "apply" button to groupmanagement. Now the user can make all changes and finally click apply button to reread firewallrules.
Also added a comment in de.pl and en.pl which should remiond the user to click the button.
This commit is contained in:
committed by
Michael Tremer
parent
12dcfbbdbe
commit
cd9d9d8a13
@@ -552,7 +552,7 @@ sub addrule
|
||||
print "<table border='0'>";
|
||||
print "<tr><td><input type='submit' name='ACTION' value='$Lang::tr{'fwdfw newrule'}'></td>";
|
||||
if (-f "${General::swroot}/forward/reread"){
|
||||
print "<td><input type='submit' name='ACTION' value='$Lang::tr{'fwdfw reread'}'></td>";
|
||||
print "<td><input type='submit' name='ACTION' value='$Lang::tr{'fwdfw reread'}'>$Lang::tr{'fwhost reread'}</td>";
|
||||
}
|
||||
print"</tr></table></form><hr>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user