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

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


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

Modified Files:
	opac-user.tmpl 
Log Message:
In English, there is usually no space before question mark or colon


Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-user.tmpl	12 Aug 2004 14:39:59 -0000	1.4
--- opac-user.tmpl	13 Aug 2004 06:06:53 -0000	1.5
***************
*** 3,7 ****
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
  	<div class="bloc20">
! 		<h2>Are our records correct ?</h2>
  		<p>Library Card: <!-- TMPL_VAR NAME="cardnumber" --> </p>
  		<p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="title" -->) </p>
--- 3,7 ----
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
  	<div class="bloc20">
! 		<h2>Are our records correct?</h2>
  		<p>Library Card: <!-- TMPL_VAR NAME="cardnumber" --> </p>
  		<p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="title" -->) </p>
***************
*** 10,14 ****
  		<p><!-- TMPL_VAR NAME="faxnumber" --> (wk)</p>
  		<p><!-- TMPL_VAR NAME="emailaddress" --></p>
! 		<p>Something new : <a href="/cgi-bin/koha/opac-userupdate.pl" class="button">Update Record</a></p>
  	</div>
  	<!-- TMPL_IF NAME="amountoverfive" -->
--- 10,14 ----
  		<p><!-- TMPL_VAR NAME="faxnumber" --> (wk)</p>
  		<p><!-- TMPL_VAR NAME="emailaddress" --></p>
! 		<p>Something new: <a href="/cgi-bin/koha/opac-userupdate.pl" class="button">Update Record</a></p>
  	</div>
  	<!-- TMPL_IF NAME="amountoverfive" -->





More information about the Koha-cvs mailing list