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).
---
 .../opac-tmpl/prog/en/modules/opac-shelves.tmpl    |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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 e4f5ddc..18ebcf2 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(){
                       <a href="#" id="tagsel_cancel" onclick="tagCanceled(); 
return false;" style="display:inline">Cancel</a>
                     </span>
                   </div>
+                               <!-- TMPL_ELSE -->
+                               <div style="margin-left:1em;"><a href="#" 
class="send tag_hides" onclick="open(CGIBIN+'opac-sendshelf.pl?shelfid=<!-- 
TMPL_VAR NAME="shelfnumber" 
-->','win_form','dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100')">Send
 List</a> | <span><a href="/cgi-bin/koha/opac-user.pl">Log in</a> to place 
holds or add tags</span></div>
                 <!-- /TMPL_IF -->
                 <!-- TMPL_IF NAME="manageshelf" -->
                   <form action="/cgi-bin/koha/opac-shelves.pl" method="post" 
name="myform" class="checkboxed">
-- 
1.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to