[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-auth.tmpl,1.1,1.1.2.1 opac-main.tmpl,1.3,1.3.2.1

Owen Leonard oleonard at users.sourceforge.net
Tue Jan 18 18:35:59 CET 2005


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

Modified Files:
      Tag: rel_2_2
	opac-auth.tmpl opac-main.tmpl 
Log Message:
Removing NPL-specific javascript function which was trying to validate library card numbers

Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-auth.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** opac-auth.tmpl	20 Oct 2004 19:15:06 -0000	1.1
--- opac-auth.tmpl	18 Jan 2005 17:35:51 -0000	1.1.2.1
***************
*** 35,39 ****
  <div class="form">
  <table>
! <tr><th><label for="userid">Your card number</label></th><td><input type="text"  size="25" id="userid"  name="userid" onblur="ValidateCode();"></td>
  <tr><th><label for="password">Password or PIN</label></th><td><input type="password"  size="25" id="password"  name="password"></td>
  </table>
--- 35,39 ----
  <div class="form">
  <table>
! <tr><th><label for="userid">Your card number</label></th><td><input type="text"  size="25" id="userid"  name="userid"></td>
  <tr><th><label for="password">Password or PIN</label></th><td><input type="password"  size="25" id="password"  name="password"></td>
  </table>

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-main.tmpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** opac-main.tmpl	8 Dec 2004 16:12:17 -0000	1.3
--- opac-main.tmpl	18 Jan 2005 17:35:55 -0000	1.3.2.1
***************
*** 12,16 ****
  <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
  <h3>Log in to Check Your Account</h3>
! <p><label for="userid">Card Number:</label> <input type="text" id="userid" size="10" name="userid" onblur="ValidateCode();" /></p>
  <p><label for="password">Password:</label> <input type="password" id="password" size="10" name="password" /></p>
  <p><input type="submit" value="Log In" class="submit" /></p>
--- 12,16 ----
  <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="auth">
  <h3>Log in to Check Your Account</h3>
! <p><label for="userid">Card Number:</label> <input type="text" id="userid" size="10" name="userid" /></p>
  <p><label for="password">Password:</label> <input type="password" id="password" size="10" name="password" /></p>
  <p><input type="submit" value="Log In" class="submit" /></p>





More information about the Koha-cvs mailing list