[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-user.tmpl,1.1.2.7,1.1.2.8

Owen Leonard oleonard at users.sourceforge.net
Wed Aug 10 18:01:37 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	opac-user.tmpl 
Log Message:
Showing flag information (debarred, lost, gonenoaddress) on member screen

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -r1.1.2.7 -r1.1.2.8
*** opac-user.tmpl	2 Aug 2005 21:38:07 -0000	1.1.2.7
--- opac-user.tmpl	10 Aug 2005 16:01:34 -0000	1.1.2.8
***************
*** 14,17 ****
--- 14,21 ----
  			<p><!-- TMPL_VAR name="textmessaging" --></p></div>
  		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF NAME="flagged" --><div class="error"><ul><!-- TMPL_IF NAME="debarred" --><li><strong>Please note:</strong> Your account has been frozen. Usually the reason for freezing an account is old overdues or damage fees.  If <a href="/cgi-bin/koha/opac-user.pl">your account page</a> shows your account to be clear, please consult a librarian.</li><!--
+  /TMPL_IF -->
+  <!-- TMPL_IF NAME="gonenoaddress" --><li><strong>Please note:</strong> According to our records, we don't have up-to-date <a href="/cgi-bin/koha/opac-userdetails.pl">contact information</a> on file.  Please contact your librarian, or use the <a href="/cgi-bin/koha/opac-userupdate.pl">online update form</a> to submit current information (<em>Please note:</em> there may be a delay in restoring your account if you submit online)</li><!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="lost" --><li><strong>Please note: </strong> Your library card has been marked as lost or stolen. If this is an error, please take your card to the circulation desk at your local library and the error will be corrected.</li><!-- /TMPL_IF --></ul></div><!-- /TMPL_IF -->
  <!-- FINES BOX -->
  <!-- TMPL_IF NAME="amountoverfive" -->





More information about the Koha-cvs mailing list