[Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/circ circ... [dev_week]

Mason James szrj1m at yahoo.com
Tue May 15 22:24:54 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Mason James <sushi>	07/05/15 20:24:54

Modified files:
	koha-tmpl/intranet-tmpl/ccfls/en/circ: circulation.tmpl 

Log message:
	adding issuingrule syspref debug

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.11&r2=1.1.2.1.2.12

Patches:
Index: circulation.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/circ/Attic/circulation.tmpl,v
retrieving revision 1.1.2.1.2.11
retrieving revision 1.1.2.1.2.12
diff -u -b -r1.1.2.1.2.11 -r1.1.2.1.2.12
--- circulation.tmpl	14 May 2007 16:27:55 -0000	1.1.2.1.2.11
+++ circulation.tmpl	15 May 2007 20:24:54 -0000	1.1.2.1.2.12
@@ -26,6 +26,9 @@
 	</a>
 </div>
 
+
+
+
 <dl class="bodyPane">
 <dt class="bodyPane">Circulation: Checkouts</dt>
 <dd class="bodyPane">
@@ -368,8 +371,10 @@
 			<td><a href="/cgi-bin/koha/circ/returns.pl?barcode=<!-- TMPL_VAR name="barcode" -->">Return</a></td></tr>
 		<!-- /TMPL_LOOP -->
 	</table>
+    <br>
+Issuing Rules set to: <!-- TMPL_VAR NAME="useIssuingRules" --> (<!-- TMPL_VAR NAME="issuingrulebranch" -->)
+    <br>
 	
-	<p><input type="submit" class="submit" value="Renew Checked Items" /></p>
 </form>
 
 <!-- TMPL_IF name="previssues" --><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" -->" /><!-- TMPL_LOOP NAME="previssues" --><input type="hidden" name="renew_item_<!-- TMPL_VAR NAME="itemnumber" -->" value="y" /><!-- /TMPL_LOOP --><input type="submit" class="submit" value="Renew All" /></form><!-- /TMPL_IF -->





More information about the Koha-cvs mailing list