From f3565f7a9ad58ed656ef211dcc5d2bc856fce24f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 2 Mar 2021 10:38:10 +0100 Subject: [PATCH] Bug 8976: (follow-up) Code cleaning --- .../modules/admin/auth_subfields_structure.tt | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt index ee507e0fda..8325c171c1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt @@ -223,25 +223,23 @@ [% IF ( delete_confirm ) %]
-

Delete subfield '[% tagsubfield | html %]'?

+

Delete subfield '[% ass.tagsubfield | html %]'?

- - + +
Subfield: [% tagsubfield | html %]
Description: [% liblibrarian | html_entity %]
Subfield: [% ass.tagsubfield | html %]
Description: [% ass.liblibrarian | html_entity %]
- - - - + + +
- - - - + + +
-- 2.20.1