ids.cgi: Add "Back" button to customize ruleset sub-page.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-03-22 11:48:58 +01:00
parent 2bbe6ede23
commit 4efc8ccd8a

View File

@@ -1225,7 +1225,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>