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

Joshua Ferraro jmf at kados.org
Fri Aug 4 20:11:13 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Joshua Ferraro <kados>	06/08/04 18:11:13

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

Log message:
	adding a date hint

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/bull/subscription-add.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.2.2.4&r2=1.2.2.5

Patches:
Index: subscription-add.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/subscription-add.tmpl,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -u -b -r1.2.2.4 -r1.2.2.5
--- subscription-add.tmpl	18 May 2006 20:23:36 -0000	1.2.2.4
+++ subscription-add.tmpl	4 Aug 2006 18:11:13 -0000	1.2.2.5
@@ -34,7 +34,7 @@
 <div class="data">
 	<table>
 	<caption>Planning</caption>
-	<tr><th scope="row"><label for="startdate">Beginnning date:</label></th><td><input type="text" id="startdate" name="startdate" value="<!-- TMPL_VAR name="startdate" -->" size=13 maxlength=10></td></tr>
+	<tr><th scope="row"><label for="startdate">Beginnning date (yyyy-mm-dd):</label></th><td><input type="text" id="startdate" name="startdate" value="<!-- TMPL_VAR name="startdate" -->" size=13 maxlength=10></td></tr>
 	<tr><th scope="row"><label for="periodicity">Frequency (*)</label></th><td><select id="periodicity" name="periodicity" size="1">
 				<option value="" selected>Unknown</option>
 				<!-- TMPL_IF name="periodicity1" -->





More information about the Koha-cvs mailing list