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/prog/en/catalogue ... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]
Date: Mon, 30 Oct 2006 13:31:21 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/10/30 13:31:21

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/catalogue: advsearch.tmpl 

Log message:
        Enable itemtypes image on search.pl page.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/advsearch.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: advsearch.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/Attic/advsearch.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- advsearch.tmpl      26 Oct 2006 06:59:21 -0000      1.1.2.5
+++ advsearch.tmpl      30 Oct 2006 13:31:21 -0000      1.1.2.6
@@ -88,7 +88,7 @@
 <fieldset>
        <legend>Itemtype to: match any of the following </legend>
       <!--TMPL_LOOP Name="itemtypeloop"-->
-        <input type="checkbox" id="mt-<!--TMPL_VAR Name="number" -->" 
name="limit" value="mt:<!--TMPL_VAR Name="code" -->"/><label 
for="mt-<!--TMPL_VAR Name="number" -->" title="<!--TMPL_VAR Name="description" 
-->"><img border="0" src="/images/<!--TMPL_VAR Name="code" -->.gif" 
alt="<!--TMPL_VAR Name="description" -->" /></label>
+        <input type="checkbox" id="mt-<!--TMPL_VAR Name="number" -->" 
name="limit" value="mt:<!--TMPL_VAR Name="code" -->"/><label 
for="mt-<!--TMPL_VAR Name="number" -->" title="<!--TMPL_VAR Name="description" 
-->"><img border="0" src="<!--TMPL_VAR Name="imageurl" -->" alt="<!--TMPL_VAR 
Name="description" -->" /></label>
       <!--/TMPL_LOOP-->
 </fieldset>
 




reply via email to

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