[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/pl/circ circulation.tmpl,1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Thu Oct 30 00:38:07 CET 2003


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

Modified Files:
	circulation.tmpl 
Log Message:
Fixing a typo in one of the <TMPL tags


Index: circulation.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/pl/circ/circulation.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** circulation.tmpl	27 Oct 2003 00:10:47 -0000	1.1
--- circulation.tmpl	29 Oct 2003 23:38:05 -0000	1.2
***************
*** 80,84 ****
  							<input type=hidden name=printer value=<TMPL_VAR name="printer">>
  							<TMPL_LOOP NAME="responseloop">
! 							<input type=hidden name="<TMPL_VAR="name">" value="<TMPL_VAR NAME="value">">
  							</TMPL_LOOP>
  							<input type=hidden name=answer value=Y>
--- 80,84 ----
  							<input type=hidden name=printer value=<TMPL_VAR name="printer">>
  							<TMPL_LOOP NAME="responseloop">
! 							<input type=hidden name="<TMPL_VAR NAME="name">" value="<TMPL_VAR NAME="value">">
  							</TMPL_LOOP>
  							<input type=hidden name=answer value=Y>
***************
*** 98,102 ****
  							<input type=hidden name=printer value=<TMPL_VAR name="printer">>
  							<TMPL_LOOP NAME="responseloop">
! 							<input type=hidden name="<TMPL_VAR="name">" value="<TMPL_VAR NAME="value">">
  							</TMPL_LOOP>
  							<input type=hidden name=answer value=N>
--- 98,102 ----
  							<input type=hidden name=printer value=<TMPL_VAR name="printer">>
  							<TMPL_LOOP NAME="responseloop">
! 							<input type=hidden name="<TMPL_VAR NAME="name">" value="<TMPL_VAR NAME="value">">
  							</TMPL_LOOP>
  							<input type=hidden name=answer value=N>





More information about the Koha-cvs mailing list