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

Owen Leonard oleonard at users.sourceforge.net
Wed Feb 9 22:22:39 CET 2005


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

Modified Files:
      Tag: rel_2_2
	auth.tmpl 
Log Message:
Making a few visual changes to login form

Index: auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/auth.tmpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** auth.tmpl	13 Apr 2004 16:50:26 -0000	1.2
--- auth.tmpl	9 Feb 2005 21:22:37 -0000	1.2.2.1
***************
*** 1,24 ****
  <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- <!-- TMPL_IF NAME="nopermission" -->Access Denied<!-- /TMPL_IF --><!-- TMPL_IF NAME="timed_out" -->Session Timed Out --<!-- /TMPL_IF --><!-- TMPL_IF NAME="different_ip" -->IP Change -- <!-- /TMPL_IF --><!-- TMPL_IF NAME="invalid_username_or_password" -->Invalid Username or Password -- <!-- /TMPL_IF --><!-- TMPL_IF NAME="loginprompt" -->Log in to Koha<!-- /TMPL_IF --><!-- TMPL_INCLUDE NAME="doc-head-circ-close.inc" -->
  <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <div id="main">
  
  <!-- 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 -->
  
--- 1,24 ----
  <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- <!-- TMPL_IF NAME="nopermission" -->Access Denied<!-- /TMPL_IF --><!-- TMPL_IF NAME="timed_out" -->Session Timed Out --<!-- /TMPL_IF --><!-- TMPL_IF NAME="different_ip" -->IP Change -- <!-- /TMPL_IF --><!-- TMPL_IF NAME="invalid_username_or_password" -->Invalid Username or Password -- <!-- /TMPL_IF --><!-- TMPL_IF NAME="loginprompt" -->Log in to Koha<!-- /TMPL_IF --><!-- TMPL_INCLUDE NAME="doc-head-circ-close.inc" -->
  <!-- TMPL_INCLUDE NAME="masthead.inc" -->
! <div id="auth">
  
  <!-- TMPL_IF NAME="nopermission" -->
! <div class="error"><!-- This is what is displayed if user doesn"t have permission --><h3>Login Error</h3>
! Sorry, Koha doesn"t think you have permission for this page.</div>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="timed_out" -->
! <div class="error"><!-- This is what is displayed if login has timed out -->
! <h3>Login Error</h3>Sorry, your session has timed out.  Please login again.</div>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="different_ip" -->
! <div class="error"><!-- This is what is displayed if user"s IP has changed -->
! <h3>Login Error</h3>You are accessing Koha from a different ip address! Please login again.</div>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="invalid_username_or_password" -->
! <div class="error"><!-- This is what is displayed if the username or password doesn"t work -->
! <h3>Login Error</h3>You entered an incorrect username or password.  Please try again.</div>
  <!-- /TMPL_IF -->
  
***************
*** 33,41 ****
  
  <div class="details">    <table>
! 	<caption>Koha Login</caption>
      <tr><th><label for="userid">Cardnumber:</label></th><td><input name="userid" id="userid" /></td></tr>
!     <tr><th><label for="password">Password:</label></h><td><input type="password" name="password" id="password" /></td></tr>
!     </table></div>
! <input type="submit" value="Log In" class="submit" />
  </form>
  
--- 33,41 ----
  
  <div class="details">    <table>
! 	<caption>Log In to Koha</caption>
      <tr><th><label for="userid">Cardnumber:</label></th><td><input name="userid" id="userid" /></td></tr>
!     <tr><th><label for="password">Password:</label></th><td><input type="password" name="password" id="password" /></td></tr>
!     </table>
! <p><input type="submit" value="Submit" class="submit" /></p></div>
  </form>
  





More information about the Koha-cvs mailing list