From 52dccfe27beec80003a86f3f73257b87f0118eeb Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 7 Aug 2024 13:50:37 +0000 Subject: [PATCH] Revert "Bug 36132: Allow to delete multiple patron lists on any page" This reverts commit e1031b88f0172f1db4d43cf05d33d221d347c7bb. Signed-off-by: Katrin Fischer --- .../prog/en/modules/patron_lists/lists.tt | 48 +++++++++++-------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt index b579378a0b..29fd544762 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt @@ -1,8 +1,13 @@ [% USE raw %] [% USE Asset %] +[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -Patron lists › Tools › Koha +[% FILTER collapse %] + [% t("Patron lists") | html %] › + [% t("Tools") | html %] › + [% t("Koha") | html %] +[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] @@ -27,6 +32,7 @@
+ [% INCLUDE 'messages.inc' %]
@@ -34,7 +40,7 @@
-

Your patron lists

+

Patron lists

[% IF ( lists ) %] @@ -77,8 +83,8 @@