[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-userupdate.tmpl,1.3,1.4

Ambrose C. LI acli at users.sourceforge.net
Fri Aug 13 08:01:12 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22215

Modified Files:
	opac-userupdate.tmpl 
Log Message:
Minor spelling corrections


Index: opac-userupdate.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-userupdate.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-userupdate.tmpl	19 May 2004 16:17:11 -0000	1.3
--- opac-userupdate.tmpl	13 Aug 2004 06:01:10 -0000	1.4
***************
*** 2,7 ****
  
  <div id="mainbloc">
! <h2>Member informations change</h2>
! <p><i>Please, change what's needed. An email will be sent to the library.<br />
  Your changes won't appear until the library has validated them.</i></p>
  
--- 2,7 ----
  
  <div id="mainbloc">
! <h2>Member information change</h2>
! <p><i>Please change what's needed. An email will be sent to the library.<br />
  Your changes won't appear until the library has validated them.</i></p>
  
***************
*** 10,14 ****
  	<p>Surname: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='surname' -->"  NAME="surname" /></p>
  	<p>Title: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='title' -->"  NAME="title" /></p>
! 	<p>Firstname: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='firstname' -->"  NAME="firstname" /></p>
  	<p>Street address: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='streetaddress' -->"  NAME="streetaddress" /></p>
  	<p>City: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='city' -->"  NAME="city" /></p>
--- 10,14 ----
  	<p>Surname: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='surname' -->"  NAME="surname" /></p>
  	<p>Title: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='title' -->"  NAME="title" /></p>
! 	<p>First name: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='firstname' -->"  NAME="firstname" /></p>
  	<p>Street address: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='streetaddress' -->"  NAME="streetaddress" /></p>
  	<p>City: <input type="text"  size="25" value="<!-- TMPL_VAR NAME='city' -->"  NAME="city" /></p>





More information about the Koha-cvs mailing list