[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/bull statec... [rel_2_2]

Joshua Ferraro jmf at kados.org
Mon Jul 31 15:48:54 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/07/31 13:48:54

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/bull: statecollection.tmpl 

Log message:
	change 'Callnumber' to 'Item Callnumber' for label.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.9&r2=1.2.2.10

Patches:
Index: statecollection.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl,v
retrieving revision 1.2.2.9
retrieving revision 1.2.2.10
diff -u -b -r1.2.2.9 -r1.2.2.10
--- statecollection.tmpl	15 Jun 2006 16:20:30 -0000	1.2.2.9
+++ statecollection.tmpl	31 Jul 2006 13:48:54 -0000	1.2.2.10
@@ -85,7 +85,7 @@
 		<!--TMPL_IF Name="serialadditems" -->
 				<tr><th><label for="barcode">Barcode: </label></th><td><input type="text" id="barcode" name="barcode" value="" size="20" maxlength="20" /></td></tr>
 		<tr>
-				<th><label for="itemcallnumber">Callnumber: </label></th> <td><input type="text" id="itemcallnumber" name="itemcallnumber" value="" size="10" maxlength="15" /></td></tr>
+				<th><label for="itemcallnumber">Item Callnumber: </label></th> <td><input type="text" id="itemcallnumber" name="itemcallnumber" value="" size="10" maxlength="15" /></td></tr>
 		<tr><th><label for="branch">Branch:</label> </th>
 				<td><select  id="branch" name="branch" size="1">
 			<!-- TMPL_LOOP name="branchloop" -->





More information about the Koha-cvs mailing list