From 204f8dc1877a32f764dfe214c580fcadd9f60df3 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sat, 18 Apr 2009 17:22:41 -0500 Subject: [PATCH] Fix for Bug 3136, Show hold/send/tag links for lists even for non-logged-in users The patch adds link to "send list" and the text "Log in to place holds or add tags" (with link, similar to the log in message users see in the global lists menu). Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index e4f5ddc68a..18ebcf2f73 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -188,6 +188,8 @@ $(document).ready(function(){ Cancel + +
','win_form','dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100')">Send List | Log in to place holds or add tags
-- 2.39.2