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:
Alexander Marx
2013-02-13 13:31:55 +01:00
committed by Michael Tremer
parent 12dcfbbdbe
commit cd9d9d8a13
4 changed files with 27 additions and 5 deletions

View File

@@ -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>";