ahbanks-cleanup on koha-tmpl/intranet-tmpl/default/en/auth.tmpl caps and consistency

This commit is contained in:
ahbanks 2003-04-04 21:39:13 +00:00
parent f7cdfab2d8
commit 90b872afc8

View file

@ -1,22 +1,22 @@
<TMPL_IF NAME="nopermission"> <TMPL_IF NAME="nopermission">
<!-- This is what is displayed if user doesn't have permission --> <!-- This is what is displayed if user doesn't have permission -->
<h2>Sorry, KOHA doesnt think you have permission for this page.</h2> <h2>Sorry, Koha doesn't think you have permission for this page.</h2>
</TMPL_IF> </TMPL_IF>
<TMPL_IF NAME="timed_out"> <TMPL_IF NAME="timed_out">
<!-- This is what is displayed if login has timed out --> <!-- This is what is displayed if login has timed out -->
<h2>Sorry, your session has timed out, please login again.</h2> <h2>Sorry, your session has timed out. Please login again.</h2>
</TMPL_IF> </TMPL_IF>
<TMPL_IF NAME="different_ip"> <TMPL_IF NAME="different_ip">
<!-- This is what is displayed if user's IP has changed --> <!-- 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> <h2>You are accessing Koha from a different ip address! Please login again.</h2>
</TMPL_IF> </TMPL_IF>
<TMPL_IF NAME="invalid_username_or_password"> <TMPL_IF NAME="invalid_username_or_password">
<!-- This is what is displayed if the username or password doesn't work --> <!-- 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> <h2>You entered an incorrect username or password. Please try again.</h2>
</TMPL_IF> </TMPL_IF>