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

Ambrose Li acli at users.sourceforge.net
Sun Jan 19 03:52:21 CET 2003


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

Modified Files:
	auth.tmpl 
Log Message:
Minor comment fixes


Index: auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/auth.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** auth.tmpl	10 Dec 2002 15:54:30 -0000	1.1
--- auth.tmpl	19 Jan 2003 02:52:18 -0000	1.2
***************
*** 1,21 ****
  
  <TMPL_IF NAME="nopermission">
! <!-- 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>
  
--- 1,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>
  





More information about the Koha-cvs mailing list