[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-auth.tmpl,1.1.2.6,1.1.2.7

Chris Cormack rangi at users.sourceforge.net
Sat Nov 30 04:59:06 CET 2002


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en
In directory sc8-pr-cvs1:/tmp/cvs-serv19690

Modified Files:
      Tag: rel-1-2
	opac-auth.tmpl 
Log Message:
Changing password input to be of type password


Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/Attic/opac-auth.tmpl,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -r1.1.2.6 -r1.1.2.7
*** opac-auth.tmpl	28 Nov 2002 11:27:07 -0000	1.1.2.6
--- opac-auth.tmpl	30 Nov 2002 03:59:03 -0000	1.1.2.7
***************
*** 65,69 ****
  <TD>Your card number</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="userid"></TD></TR>
  <TR VALIGN=TOP>
! <TD>Password</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="password"></TD>
  </tr><tr>
  <td colspan=2 align="right"><input type="submit" value="OK" SIZE="2"   class="green-box"></td>
--- 65,69 ----
  <TD>Your card number</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="userid"></TD></TR>
  <TR VALIGN=TOP>
! <TD>Password</TD> <TD><INPUT TYPE="password"  SIZE="25"   NAME="password"></TD>
  </tr><tr>
  <td colspan=2 align="right"><input type="submit" value="OK" SIZE="2"   class="green-box"></td>
***************
*** 86,88 ****
  <TMPL_INCLUDE name="end-main.inc">
  </body>
! </html>
\ No newline at end of file
--- 86,88 ----
  <TMPL_INCLUDE name="end-main.inc">
  </body>
! </html>





More information about the Koha-cvs mailing list