[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en auth.tmpl,1.2,1.3

Al Banks ahbanks at users.sourceforge.net
Fri Apr 4 23:39:16 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv9891

Modified Files:
	auth.tmpl 
Log Message:
ahbanks-cleanup on koha-tmpl/intranet-tmpl/default/en/auth.tmpl caps and consistency

Index: auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/auth.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** auth.tmpl	19 Jan 2003 02:52:18 -0000	1.2
--- auth.tmpl	4 Apr 2003 21:39:13 -0000	1.3
***************
*** 2,21 ****
  <TMPL_IF NAME="nopermission">
  <!-- This is what is displayed if user doesn't 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's IP has changed -->
! <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 the username or password doesn't work -->
! <h2>You entered an incorrect username or password, please try again.</h2>
  </TMPL_IF>
  
--- 2,21 ----
  <TMPL_IF NAME="nopermission">
  <!-- This is what is displayed if user doesn't have permission -->
! <h2>Sorry, Koha doesn't 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's IP has changed -->
! <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 the username or password doesn't work -->
! <h2>You entered an incorrect username or password.  Please try again.</h2>
  </TMPL_IF>
  





More information about the Koha-cvs mailing list