[Koha-cvs] koha/koha-tmpl/opac-tmpl/css/en opac-auth.tmpl [rel_2_2]

paul poulain paul at koha-fr.org
Fri Sep 22 17:55:03 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/09/22 15:55:03

Modified files:
	koha-tmpl/opac-tmpl/css/en: opac-auth.tmpl 

Log message:
	adding some explanation to auth form

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/css/en/opac-auth.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.2&r2=1.3.2.3

Patches:
Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-auth.tmpl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -u -b -r1.3.2.2 -r1.3.2.3
--- opac-auth.tmpl	7 Apr 2006 11:43:13 -0000	1.3.2.2
+++ opac-auth.tmpl	22 Sep 2006 15:55:03 -0000	1.3.2.3
@@ -22,8 +22,10 @@
 		<!-- /TMPL_IF -->
 		<!-- TMPL_IF NAME="loginprompt" -->
 		<!-- login prompt time-->
-		<form action="<!-- TMPL_VAR NAME="url" -->" method="post">
 			<h2>Koha Login</h2>
+		<p>You want to log in to get personal services, or you must be logged in to get the page you requested.</p>
+		<p>If you ignore your login and password, you must ask your library</p>
+		<form action="<!-- TMPL_VAR NAME="url" -->" method="post">
 			<p><label>Cardnumber</label><input name="userid" /></p>
 			<p><label>Password</label><input type="password" name="password" /></p>
 			<!-- TMPL_LOOP NAME="INPUTS" -->





More information about the Koha-cvs mailing list