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

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 6 16:14:01 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	opac-userupdate.tmpl 
Log Message:
minor graphic change + library message shown just after login

Index: opac-userupdate.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-userupdate.tmpl,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** opac-userupdate.tmpl	12 Nov 2004 16:28:10 -0000	1.5
--- opac-userupdate.tmpl	6 Jun 2005 14:13:59 -0000	1.5.2.1
***************
*** 8,19 ****
  <!-- TMPL_LOOP name="BORROWER_INFO" -->
  <form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
! 	<p><label>Surname</label><input type="text"  size="25" value="<!-- TMPL_VAR name='surname' -->"  name="surname" /></p>
! 	<p><label>Title</label><input type="text"  size="25" value="<!-- TMPL_VAR name='title' -->"  name="title" /></p>
! 	<p><label>First name</label><input type="text"  size="25" value="<!-- TMPL_VAR name='firstname' -->"  name="firstname" /></p>
! 	<p><label>Street address</label><input type="text"  size="25" value="<!-- TMPL_VAR name='streetaddress' -->"  name="streetaddress" /></p>
! 	<p><label>City</label><input type="text"  size="25" value="<!-- TMPL_VAR name='city' -->"  name="city" /></p>
! 	<p><label>Home phone</label><input type="text"  size="25" value="<!-- TMPL_VAR name='phone' -->"  name="phone" /></p>
! 	<p><label>Work/Fax phone</label><input type="text"  size="25" value="<!-- TMPL_VAR name='faxnumber' -->"  name="faxnumber" /></p>
! 	<p><label>Email</label><input type="text"  size="25" value="<!-- TMPL_VAR name='emailaddress' -->"  name="emailaddress" /></p>
  	<p><input type="submit" value="Submit" class="button" /></p>
  </form>
--- 8,20 ----
  <!-- TMPL_LOOP name="BORROWER_INFO" -->
  <form action="/cgi-bin/koha/opac-userupdate.pl" method="get">
! 	<p><label>Surname</label><input type="text"  size="35" value="<!-- TMPL_VAR name='surname' -->"  name="surname" /></p>
! 	<p><label>First name</label><input type="text"  size="35" value="<!-- TMPL_VAR name='firstname' -->"  name="firstname" /></p>
! 	<p><label>Home address</label><input type="text"  size="35" value="<!-- TMPL_VAR name='physstreet' -->"  name="physstreet" /></p>
! 	<p><label>Work address</label><input type="text"  size="35" value="<!-- TMPL_VAR name='streetaddress' -->"  name="streetaddress" /></p>
! 	<p><label>City</label><input type="text"  size="35" value="<!-- TMPL_VAR name='city' -->"  name="city" /></p>
! 	<p><label>Home phone</label><input type="text"  size="35" value="<!-- TMPL_VAR name='phone' -->"  name="phone" /></p>
! 	<p><label>Work/Fax phone</label><input type="text"  size="35" value="<!-- TMPL_VAR name='faxnumber' -->"  name="faxnumber" /></p>
! 	<p><label>Email</label><input type="text"  size="35" value="<!-- TMPL_VAR name='emailaddress' -->"  name="emailaddress" /></p>
! 	<p><label>Notes</label><input type="text"  size="35" value="<!-- TMPL_VAR name='title' -->"  name="title" /></p>
  	<p><input type="submit" value="Submit" class="button" /></p>
  </form>





More information about the Koha-cvs mailing list