[Top][All Lists]
[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: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.25,1.26 |
Date: |
Thu, 17 Jun 2004 01:22:55 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16227/koha-tmpl/intranet-tmpl/default/en/circ
Modified Files:
circulation.tmpl
Log Message:
bugfixes in circulation
Index: circulation.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** circulation.tmpl 24 May 2004 14:28:09 -0000 1.25
--- circulation.tmpl 17 Jun 2004 08:22:53 -0000 1.26
***************
*** 17,24 ****
<!-- TMPL_IF name="message" -->
! <table>
! <tr><th>Messages</th></tr>
! <tr><td>No borrower matched <!-- TMPL_VAR
name="message" --></td></tr>
! </table>
<!-- /TMPL_IF -->
--- 17,22 ----
<!-- TMPL_IF name="message" -->
! <h2 class="circulation">Messages</h2>
! <p>No borrower matched <!-- TMPL_VAR name="message"
--></p>
<!-- /TMPL_IF -->
***************
*** 32,71 ****
<!-- TMPL_ELSE -->
<!-- TMPL_IF NAME="borrowernumber" -->
!
<!-- TMPL_ELSE -->
! <table>
! <tr>
! <th class="circulation">
Enter borrower card number or partial
last name
! </th>
! </tr>
! <tr>
! <td>
! <form method="post"
action="/cgi-bin/koha/circ/circulation.pl">
! <input name="findborrower">
! <input type="hidden"
name="branch" value="<!-- TMPL_VAR name="branch" -->">
! <input type="hidden"
name="printer" value="<!-- TMPL_VAR name="printer" -->">
! <input type="submit" value="OK"
class="button circulation">
! </form>
! </td>
! </tr>
! </table>
<!-- /TMPL_IF -->
<!-- /TMPL_IF -->
- <!-- TMPL_IF name="borrowernumber" -->
- <h2 class="circulation">Borrower information</h2>
- <p>
- <a href="/cgi-bin/koha/moremember.pl?bornum=<!--
TMPL_VAR name="borrowernumber" -->" onClick="openWindow(this,'Member', 480,
640)">
- <!-- TMPL_VAR name="firstname" --> <!--
TMPL_VAR name="surname" -->
- </a>
- </p>
- <p>
- <!-- TMPL_VAR name="streetaddress" --> <!-- TMPL_VAR
name="city" -->
- </p>
- <p>
- <!-- TMPL_VAR name="phone" -->
- </p>
- <p>Category: <!-- TMPL_VAR name="categorycode" --></p>
- <!-- /TMPL_IF -->
</div>
--- 30,58 ----
<!-- TMPL_ELSE -->
<!-- TMPL_IF NAME="borrowernumber" -->
! <h2 class="circulation">Borrower information</h2>
! <p>
! <a
href="/cgi-bin/koha/moremember.pl?bornum=<!-- TMPL_VAR name="borrowernumber"
-->" onClick="openWindow(this,'Member', 480, 640)">
! <!-- TMPL_VAR name="firstname" --> <!--
TMPL_VAR name="surname" -->
! </a>
! </p>
! <p>
! <!-- TMPL_VAR name="streetaddress" --> <!--
TMPL_VAR name="city" -->
! </p>
! <p>
! <!-- TMPL_VAR name="phone" -->
! </p>
! <p>Category: <!-- TMPL_VAR name="categorycode" --></p>
<!-- TMPL_ELSE -->
! <h2 class="circulation">
Enter borrower card number or partial
last name
! </h2>
! <form method="post"
action="/cgi-bin/koha/circ/circulation.pl">
! <input name="findborrower">
! <input type="hidden" name="branch"
value="<!-- TMPL_VAR name="branch" -->">
! <input type="hidden" name="printer"
value="<!-- TMPL_VAR name="printer" -->">
! <input type="submit" value="OK"
class="button circulation">
! </form>
<!-- /TMPL_IF -->
<!-- /TMPL_IF -->
</div>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.25,1.26,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes cat-top.inc,1.28,1.29 reports-top.inc,1.19,1.20
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports inventory.tmpl,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes cat-top.inc,1.28,1.29 reports-top.inc,1.19,1.20
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/reports inventory.tmpl,1.2,1.3
- Index(es):