]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Layout of optionsfw.cgi - title
authorAlexander Marx <amarx@ipfire.org>
Thu, 9 Jan 2014 15:27:30 +0000 (16:27 +0100)
committerAlexander Marx <amarx@ipfire.org>
Thu, 9 Jan 2014 15:27:30 +0000 (16:27 +0100)
html/cgi-bin/optionsfw.cgi

index 2abf734d62f5d25e1385259a53c948e544e20952..00fa1b45a253c7637805b357e9314e7d184ff2b0 100644 (file)
@@ -113,7 +113,7 @@ $selected{'FWPOLICY'}{$settings{'FWPOLICY'}}= 'selected';
 $selected{'FWPOLICY1'}{$settings{'FWPOLICY1'}}= 'selected';
 $selected{'FWPOLICY2'}{$settings{'FWPOLICY2'}}= 'selected';
 
-&Header::openbox('100%', 'center', $Lang::tr{'options fw'});
+&Header::openbox('100%', 'center',);
 print "<form method='post' action='$ENV{'SCRIPT_NAME'}'>";
 
 print <<END