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

Joshua Ferraro jmf at kados.org
Sun May 21 00:31:06 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/05/20 22:31:06

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

Log message:
	misspelling ... recieved  should be received (i before e except after c)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl.diff?only_with_tag=rel_2_2&tr1=1.2.2.7&tr2=1.2.2.8&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl:1.2.2.7 koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl:1.2.2.8
--- koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl:1.2.2.7	Sat May 20 22:24:46 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/bull/statecollection.tmpl	Sat May 20 22:31:06 2006
@@ -196,7 +196,7 @@
 		<tr><th scope="row"><label>Librarian: </label></th><td><!-- TMPL_VAR name="user" --></td></tr>
 		<tr><th scope="row"><label for="histstartdate">Beginnning date (*): </label></th><td><input id="histstartdate" type="text" name="histstartdate" value="<!-- TMPL_VAR name="histstartdate" -->" /></td></tr>
 		<tr><th scope="row"><label for="enddate">End date: </label></th><td><input type="text" id="enddate" name="enddate" value="<!-- TMPL_VAR name="enddate" -->" /></td></tr>
-		<tr><th scope="row"><label for="recievedlist">Recieved issues</label></th><td><textarea id="recievedlist" name="recievedlist" cols="30" rows="2"><!-- TMPL_VAR name="recievedlist" --></textarea></td></tr>
+		<tr><th scope="row"><label for="recievedlist">Received issues</label></th><td><textarea id="recievedlist" name="recievedlist" cols="30" rows="2"><!-- TMPL_VAR name="recievedlist" --></textarea></td></tr>
 		<tr><th scope="row"><label for="missinglist">Missing issues</label></th><td><textarea id="missinglist" name="missinglist" cols="30" rows="2"><!-- TMPL_VAR name="missinglist" --></textarea></td></tr>
 		<tr><th scope="row"><label for="opacnote">Opac note</label></th><td><textarea id="opacnote" name="opacnote" cols="30" rows="2"><!-- TMPL_VAR name="opacnote" --></textarea></td></tr>
 	</table>





More information about the Koha-cvs mailing list