From a51ef6e248cabe3ca81c978eee8c2f39b09afa39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc=20V=C3=A9ron?= Date: Wed, 6 Jan 2016 10:29:01 +0100 Subject: [PATCH] Bug 15476: Listname not always displayed in shelves.pl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To reproduce: - In staff client, go to List and click on the name of an existing list. - At the bottom of the screen, you see a title "Add an item to " but no list name. To test: - Apply patch - Verify that listname appears after "Add an item to " Signed-off-by: Hector Castro Works as advertised. Label/legend for listname displayed Ok Signed-off-by: Katrin Fischer Signed-off-by: Brendan A Gallagher (cherry picked from commit df13a5d3e7727f6a7db67aac618fb85c135b2723) Signed-off-by: Julian Maurice (cherry picked from commit 67c26ef476319149954794244310c990552dbf4e) Signed-off-by: Frédéric Demians --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index 30bd1247dd..e6fd5bde20 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -487,7 +487,7 @@ function placeHold () {
- Add an item to [% shelfname | html %] + Add an item to [% shelf.shelfname | html %]
  1. -- 2.39.5