[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/circ circulation.tmpl,1.7,1.8

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/fr/circ
In directory sc8-pr-cvs1:/tmp/cvs-serv26368/default/fr/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/fr/circ/circulation.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** circulation.tmpl	25 Oct 2003 08:18:34 -0000	1.7
--- circulation.tmpl	29 Oct 2003 23:38:05 -0000	1.8
***************
*** 79,83 ****
  							<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>
--- 79,83 ----
  							<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>
***************
*** 97,101 ****
  							<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>
--- 97,101 ----
  							<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