koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.6,1.7
Date: Fri, 30 May 2003 13:37:12 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ
In directory 
sc8-pr-cvs1:/tmp/cvs-serv9201/koha-tmpl/intranet-tmpl/default/en/circ

Modified Files:
        circulation.tmpl 
Log Message:
Shifted the todays issues and previous issues html out into the template
And fixed a bug that was causing the enter a borrowers card or surname box
to show. Even if you were currently issuing to a borrower


Index: circulation.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** circulation.tmpl    26 Apr 2003 04:57:54 -0000      1.6
--- circulation.tmpl    30 May 2003 20:37:09 -0000      1.7
***************
*** 142,145 ****
--- 142,148 ----
        </table>
  <TMPL_ELSE>
+     <TMPL_IF NAME="borrowernumber">
+     
+     <TMPL_ELSE>
        <form method=post action=/cgi-bin/koha/circ/circulation.pl>
        <table border=1 cellpadding=5 cellspacing=0 bgcolor="#dddddd">
***************
*** 158,163 ****
--- 161,168 ----
        </table>
        </form>
+      </TMPL_IF>
  </TMPL_IF>
  <TMPL_IF name="borrowernumber">
+         
        <TMPL_VAR name="patrontable">
        <TMPL_VAR name="flaginfotable">
***************
*** 230,234 ****
                <th>Due Date</th><th>Bar 
Code</th><th>Title</th><th>Author</th><th>Class</th>
        </tr>
!       <TMPL_VAR name="todayissues">
  </table>
  </TMPL_IF>
--- 235,246 ----
                <th>Due Date</th><th>Bar 
Code</th><th>Title</th><th>Author</th><th>Class</th>
        </tr>
!       <TMPL_LOOP name="todayissues">
!           <tr><td bgcolor=<TMPL_VAR NAME="tcolor"> align=center><TMPL_VAR 
NAME="dd"></td>
!           <td bgcolor=<TMPL_VAR NAME="tcolor"> align=center>
!           <a href="/cgi-bin/koha/detail.pl?bib=<TMPL_VAR 
NAME="biblionumber">&type=intra" onClick="openWindow(this, 'Item', 480, 
640)"><TMPL_VAR NAME="barcode"></a></td>
!           <td bgcolor=<TMPL_VAR NAME="tcolor">><TMPL_VAR NAME="title"></td>
!           <td bgcolor=<TMPL_VAR NAME="tcolor">><TMPL_VAR NAME="author"></td>
!           <td bgcolor=<TMPL_VAR NAME="tcolor"> align=center><TMPL_VAR 
NAME="dewey"> <TMPL_VAR NAME="subclass"></td></tr>
!       </TMPL_LOOP>
  </table>
  </TMPL_IF>
***************
*** 245,249 ****
                        <th>Due Date</th><th>Bar 
Code</th><th>Title</th><th>Author</th><th>Class</th>
                </tr>
!               <TMPL_VAR name="previssues">
        </table>
  </TMPL_IF>
--- 257,269 ----
                        <th>Due Date</th><th>Bar 
Code</th><th>Title</th><th>Author</th><th>Class</th>
                </tr>
!       <TMPL_LOOP name="previssues">
!           <tr><td bgcolor=<TMPL_VAR NAME="tcolor"> align=center><TMPL_VAR 
NAME="dd"></td>
!           <td bgcolor=<TMPL_VAR NAME="tcolor"> align=center>
!           <a href="/cgi-bin/koha/detail.pl?bib=<TMPL_VAR 
NAME="biblionumber">&type=intra" onClick="openWindow(this, 'Item', 480, 
640)"><TMPL_VAR NAME="barcode"></a></td>
!           <td bgcolor=<TMPL_VAR NAME="tcolor">><TMPL_VAR NAME="title"></td>
!           <td bgcolor=<TMPL_VAR NAME="tcolor">><TMPL_VAR NAME="author"></td>
!           <td bgcolor=<TMPL_VAR NAME="tcolor"> align=center><TMPL_VAR 
NAME="dewey"> <TMPL_VAR NAME="subclass"></td></tr>
!       </TMPL_LOOP>
! 
        </table>
  </TMPL_IF>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]