Bug Fixing : updating circulation.tmpl
authorJohn Soros <john.soros@biblibre.com>
Mon, 9 Feb 2009 10:35:21 +0000 (11:35 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 9 Feb 2009 11:27:09 +0000 (12:27 +0100)
problem with displaying circulation page

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl

index 02d7037..66f0854 100644 (file)
@@ -59,6 +59,7 @@ $.tablesorter.addParser({
 
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo;<!-- TMPL_IF NAME="borrowernumber" --> <a href="/cgi-bin/koha/circ/circulation.pl">Checkouts</a> &rsaquo; <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- TMPL_ELSE --> <strong>Checkouts</strong><!-- /TMPL_IF --></div>
 
+
 <!-- TMPL_IF NAME="CGIselectborrower" -->
 <div id="doc" class="yui-t7">
    
@@ -69,6 +70,11 @@ $.tablesorter.addParser({
 <div id="doc3" class="yui-t2">
    
    <div id="bd">
+<!-- TMPL_UNLESS NAME="CGIselectborrower" --><!-- TMPL_IF NAME="borrowernumber" --><div class="yui-b">
+<!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
+</div>
+<!-- /TMPL_IF -->
+<!-- /TMPL_UNLESS -->
        <div id="yui-main">
        <div class="yui-b">
 <!-- /TMPL_IF -->
@@ -413,7 +419,6 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
      <!-- /If flagged --><!-- /TMPL_IF -->
 
 
-</div>
 </div>
 
 <div class="yui-g"><div id="patronlists" class="toptabs">
@@ -633,8 +638,5 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 
 </div>
 </div>
-<!-- TMPL_UNLESS NAME="CGIselectborrower" --><!-- TMPL_IF NAME="borrowernumber" --><div class="yui-b">
-<!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
-</div><!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->