[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/circ circulation
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/circ circulation.tmpl,1.7,1.8 |
Date: |
Wed, 29 Oct 2003 15:38:07 -0800 |
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>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/circ circulation.tmpl,1.7,1.8,
Chris Cormack <=