[Koha-patches] [PATCH] Bug 2903 Public shelves do not display when user not logged in.

Allen Reinmeyer allen.reinmeyer at liblime.com
Fri Jan 9 03:11:02 CET 2009


An ending </div> was not placed correctly and encompassed both
privateshelves and publicshelves
---
 .../opac-tmpl/prog/en/modules/opac-shelves.tmpl    |    2 +-
 1 files changed, 1 insertions(+), 1 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 70a898b..1dfbb70 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl
@@ -245,10 +245,10 @@ $.tablesorter.addParser({
             <tr><td colspan="4">No Private Lists.</td></tr>
             <!-- /TMPL_IF --><!-- /shelveslooppriv -->
         </table>
-		</div><!-- /privateshelves -->
         <!-- TMPL_ELSE --><!-- /loggedinusername -->
           <div><a href="/cgi-bin/koha/opac-user.pl">Log in</a> to create new Lists.</div>
         <!-- /TMPL_IF --><!-- /loggedinusername -->
+		</div><!-- /privateshelves -->
 
         <!-- TMPL_IF NAME="showpublicshelves" -->
         <div id="publicshelves" class="tab-container" style="display:block;">
-- 
1.5.5.GIT




More information about the Koha-patches mailing list