@@ -, +, @@ rule deletion error - Locate a classification filing rule which is in use by a classification source. - Click the "Delete" link for that rule and verify that the resulting dialog is correctly styled. - Click the "OK" button and confirm that you are correctly redirected. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt @@ -216,12 +216,12 @@ function CheckRuleForm(f) { [% END %] [% IF ( delete_sort_rule_impossible ) %] -

Cannot delete filing rule '[% sort_rule %]'

+

Cannot delete filing rule '[% sort_rule %]'

The filing rule [% sort_rule %] is used by at least one classification source. Please remove it from all classification source definitions before trying again.

- +
[% END %] --