koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/catalogue m... [dev_week]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/catalogue m... [dev_week]
Date: Tue, 03 Oct 2006 18:52:15 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Joshua Ferraro <kados>  06/10/03 18:52:15

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/catalogue: moredetail.tmpl 

Log message:
        syntax error with TMPL_VAR

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/moredetail.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.3.2.3.2.4&r2=1.3.2.3.2.5

Patches:
Index: moredetail.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/Attic/moredetail.tmpl,v
retrieving revision 1.3.2.3.2.4
retrieving revision 1.3.2.3.2.5
diff -u -b -r1.3.2.3.2.4 -r1.3.2.3.2.5
--- moredetail.tmpl     3 Oct 2006 18:47:06 -0000       1.3.2.3.2.4
+++ moredetail.tmpl     3 Oct 2006 18:52:15 -0000       1.3.2.3.2.5
@@ -57,7 +57,7 @@
 <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR Name="itemnumber" 
-->" />
 <select name="Lost" >
 <!-- TMPL_LOOP NAME="itemlostloop" -->
-<option value="<!-- TMPL_NAME="authorised_value" -->"><!-- TMPL_NAME="lib" 
--></option>
+<option value="<!-- TMPL_VAR NAME="authorised_value" -->"><!-- TMPL_VAR 
NAME="lib" --></option>
 <!-- /TMPL_LOOP -->
 </select>
 <!-- TMPL_IF NAME="wthdrawn" --><input type="hidden" name="withdrawn" 
value="1" /><!-- TMPL_ELSE --><input type="hidden" name="withdrawn" value="0" 
/><!-- /TMPL_IF -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]