@@ -, +, @@ use that framework resulting confirmation dialog should prevent you from proceeding. and confirming that deletion to make both function correctly. --- .../prog/en/modules/admin/biblio_framework.tt | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -135,13 +135,24 @@ [% IF ( delete_confirm ) %]
-

Delete framework for [% frameworktext %] ([% frameworkcode %])?

[% IF ( total ) %] -

This framework is used [% total %] times.

+

This framework cannot be deleted

+

[% frameworktext %] ([% frameworkcode %])

+

This framework is used [% total %] times.

+
+ +
+ [% ELSE %] +

Delete framework for [% frameworktext %] ([% frameworkcode %])?

+
+ + + +
+
+ +
[% END %] -
-
-
[% END %] --