]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ids.cgi: Add "Back" button to customize ruleset sub-page.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 22 Mar 2021 10:48:58 +0000 (11:48 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 3 Aug 2021 17:25:43 +0000 (19:25 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ids.cgi

index 4c6d026156e7982f1062335732a296782961a3c6..79878e22647fb1bb84d83fd9e212dce26a0c4f7b 100644 (file)
@@ -1224,7 +1224,10 @@ END
 print <<END
 <table width='100%'>
 <tr>
-       <td width='100%' align='right'><input type='submit' name='RULESET' value='$Lang::tr{'ids apply'}'></td>
+       <td width='100%' align='right'>
+               <input type='submit' value='$Lang::tr{'fwhost back'}'>
+               <input type='submit' name='RULESET' value='$Lang::tr{'ids apply'}'>
+       </td>
 </tr>
 </table>
 </form>