ids.cgi: Add button to customize the ruleset.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-03-21 17:17:05 +01:00
parent 019e5e9baf
commit dd2ce333f7
3 changed files with 3 additions and 0 deletions

View File

@@ -939,6 +939,7 @@ END
print"<input type='submit' name='RULESET' value='$Lang::tr{'update ruleset'}'>\n";
}
print <<END;
<input type='submit' name='RULESET' value='$Lang::tr{'ids customize ruleset'}'>
<input type='submit' name='RULESET' value='$Lang::tr{'save'}'>
</td>

View File

@@ -1375,6 +1375,7 @@
'ids apply' => 'Übernehmen',
'ids apply ruleset changes' => 'Regeländerungen werden übernommen. Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde...',
'ids automatic rules update' => 'Automatische Regelaktualisierung',
'ids customize ruleset' => 'Regelset anpassen',
'ids download new ruleset' => 'Das neue Regelsatz wird heruntergeladen und entpackt. Bitte warten Sie, bis dieser Vorgang erfolgreich beendet wurde...',
'ids enable' => 'Einbruchsverhinderungssystem aktivieren',
'ids hide' => 'Verstecken',

View File

@@ -1404,6 +1404,7 @@
'ids apply' => 'Apply',
'ids apply ruleset changes' => 'The ruleset changes are being applied. Please wait until all operations have completed successfully...',
'ids automatic rules update' => 'Automatic Rule Update',
'ids customize ruleset' => 'Customize ruleset',
'ids download new ruleset' => 'Downloading and unpacking new ruleset. Please wait until all operations have completed successfully...',
'ids enable' => 'Enable Intrusion Prevention System',
'ids hide' => 'Hide',