[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/acqui.s... [rel_2_2]

paul poulain paul at koha-fr.org
Fri Sep 22 17:50:18 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/09/22 15:50:18

Modified files:
	koha-tmpl/intranet-tmpl/default/en/acqui.simple: addbooks.tmpl 

Log message:
	fixing indicator bugs for UNIMARC

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.20.2.3&r2=1.20.2.4

Patches:
Index: addbooks.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/Attic/addbooks.tmpl,v
retrieving revision 1.20.2.3
retrieving revision 1.20.2.4
diff -u -b -r1.20.2.3 -r1.20.2.4
--- addbooks.tmpl	25 Mar 2005 16:43:27 -0000	1.20.2.3
+++ addbooks.tmpl	22 Sep 2006 15:50:18 -0000	1.20.2.4
@@ -18,7 +18,7 @@
 				<input type="hidden" name="and_or" value="and">
 				<input type="hidden" name="excluding" value="">
 				<input type="hidden" name="operator" value="contains">
-				<input type="text" name="value" id="title"size="35">
+				<input type="text" name="value" id="title" size="35">
 			</p>
 			<p>
 				<label class="label100" for="title">ISBN</label>
@@ -27,7 +27,7 @@
 				<input type="hidden" name="and_or" value="and">
 				<input type="hidden" name="excluding" value="">
 				<input type="hidden" name="operator" value="start">
-				<input type="text" name="value" id="title"size="35">
+				<input type="text" name="value" id="title" size="35">
 			</p>
 			<p><input type="submit" value="Go" class="button catalogue" /></p>
 		</form>





More information about the Koha-cvs mailing list