[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-auth.tmpl,1.2.2.2,1.2.2.3

Finlay Thompson finlayt at users.sourceforge.net
Fri Nov 15 00:30:19 CET 2002


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory usw-pr-cvs1:/tmp/cvs-serv10806/koha-tmpl/opac-tmpl/default/en

Modified Files:
      Tag: rel-1-2
	opac-auth.tmpl 
Log Message:

tinkering


Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-auth.tmpl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** opac-auth.tmpl	25 Oct 2002 16:40:01 -0000	1.2.2.2
--- opac-auth.tmpl	14 Nov 2002 23:30:17 -0000	1.2.2.3
***************
*** 3,7 ****
--- 3,21 ----
  <!-- This is what is displayed if user doesnt have permission -->
  <h2>Sorry, KOHA doesnt think you have permission for this page.<h2>
+ </TMPL_IF>
+ 
+ <TMPL_IF NAME="timed_out">
+ <!-- This is what is displayed if login has timed out -->
+ <h2>Sorry, your session has timed out, please login again.<h2>
+ </TMPL_IF>
+ 
+ <TMPL_IF NAME="different_ip">
+ <!-- This is what is displayed if user doesnt have permission -->
+ <h2>You are accessing koha from a different ip address! please login again.<h2>
+ </TMPL_IF>
  
+ <TMPL_IF NAME="invalid_username_or_password">
+ <!-- This is what is displayed if user doesnt have permission -->
+ <h2>You entered an incorrect username or password, please try again.<h2>
  </TMPL_IF>
  
***************
*** 11,15 ****
  
  <center>
- <h2><TMPL_VAR NAME="message"></h2>
  
  <form action='<TMPL_VAR NAME="url">' method="post">
--- 25,28 ----
***************
*** 23,27 ****
      <tr><th colspan="2" background="/images/background-mem.gif"><font size="+2">Koha Login</font></th></tr>
      <tr><td>Cardnumber:</td><td><input name="userid"></td></tr>
!     <tr><td>Password:</td><td><input type=password name=password></td></tr>
      <tr><td colspan="2" align="center"><input type="submit" value="login"></td></tr>
      </table>
--- 36,40 ----
      <tr><th colspan="2" background="/images/background-mem.gif"><font size="+2">Koha Login</font></th></tr>
      <tr><td>Cardnumber:</td><td><input name="userid"></td></tr>
!     <tr><td>Password:</td><td><input type="password" name="password"></td></tr>
      <tr><td colspan="2" align="center"><input type="submit" value="login"></td></tr>
      </table>





More information about the Koha-cvs mailing list