[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/circ circul... [dev_week]
From: |
Mason James |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/circ circul... [dev_week] |
Date: |
Wed, 16 May 2007 06:58:15 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Mason James <sushi> 07/05/16 06:58:15
Modified files:
koha-tmpl/intranet-tmpl/npl/en/circ: circulation.tmpl
Log message:
issuing rules info for testing
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.6.2.17.2.10&r2=1.6.2.17.2.11
Patches:
Index: circulation.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/circ/Attic/circulation.tmpl,v
retrieving revision 1.6.2.17.2.10
retrieving revision 1.6.2.17.2.11
diff -u -b -r1.6.2.17.2.10 -r1.6.2.17.2.11
--- circulation.tmpl 14 May 2007 16:27:55 -0000 1.6.2.17.2.10
+++ circulation.tmpl 16 May 2007 06:58:15 -0000 1.6.2.17.2.11
@@ -140,6 +140,8 @@
<h3><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->
(<!-- TMPL_VAR NAME="cardnumber" -->)</h3>
<h4> <!-- TMPL_VAR NAME="issuecount" --> out<!-- TMPL_IF
NAME="overduecount" -->, <span class="error"><!-- TMPL_VAR name="overduecount"
--> overdue</span><!-- /TMPL_IF --></h4>
+
+
<!-- TMPL_LOOP NAME="issued_itemtypes_count_loop" -->
<h4>
@@ -152,6 +154,9 @@
<!-- TMPL_LOOP NAME="issued_itemtypes_count_loop" -->
<!-- TMPL_IF NAME="flag" --><li>Patron has reached the <span
class="error"><!-- TMPL_VAR NAME="description" --> issue limit</span></li><!--
/TMPL_IF -->
<!-- /TMPL_LOOP -->
+
+
+
<!--TMPL_IF Name="warndeparture"--><li><span class="error">Patron
Expiration:</span> Patron Expires on <!-- TMPL_VAR NAME="expiry" --> <form
class="inline compact" action="/cgi-bin/koha/members/setstatus.pl"
method="post"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR
NAME="borrowernumber" -->" /><input type="hidden" name="cardnumber" value="<!--
TMPL_VAR NAME="cardnumber" -->" /><input type="hidden" value="circ"
name="destination" /><input type="hidden" name="renewaldate" value="<!--
TMPL_VAR NAME="renewaldate" -->" /><input type="submit" class="submit"
value="Renew" /></form> <form class="inline compact"
action="/cgi-bin/koha/members/memberentry.pl" method="get"><input type="hidden"
name="modify" value="edit" /><input type="hidden" name="destination"
value="circ" /><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR
NAME="borrowernumber" -->" /><input type="submit" class="submit" value="Edit
Details" /></form></li><!--/TMPL_IF-->
<!-- TMPL_IF NAME="gna" -->
<li><span class="error">Address:</span> Patron's address in doubt</li>
@@ -286,13 +291,15 @@
<input type="hidden" name="charges" value="yes" />
<input type="hidden" name="oldamount" value="<!--
TMPL_VAR NAME="amountold" -->" />
<!-- /TMPL_IF -->
- </div>
+ <div class="details"><ul><li>
+ Issuing Rules set to: <!-- TMPL_VAR NAME="useIssuingRules" --> (<!--
TMPL_VAR NAME="issuingrulebranch" -->)
+ </li></ul></div>
+
+ </div>
</form>
<!-- /TMPL_IF -->
-
-
<!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
<!-- TMPL_IF NAME="borrowernumber" -->
<div class="table"><form class="inline" action="/cgi-bin/koha/renewscript.pl"
method="post"><input type="hidden" value="circ" name="destination" /><input
type="hidden" name="cardnumber" value="<!-- TMPL_VAR NAME="cardnumber" -->"
/><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="borrowernumber"
-->" />
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/circ circul... [dev_week],
Mason James <=