[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-user.tmpl [rel_2_2]

Joshua Ferraro jmf at kados.org
Mon May 22 14:23:01 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/05/22 12:23:01

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-user.tmpl 

Log message:
	change 'book list' to virtual shelves

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.11&tr2=1.1.2.12&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl
diff -u koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl:1.1.2.11 koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl:1.1.2.12
--- koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl:1.1.2.11	Wed Mar  1 22:37:13 2006
+++ koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl	Mon May 22 12:23:01 2006
@@ -8,7 +8,7 @@
 <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
 <h2>Welcome <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> <span class="print">(<a href="/cgi-bin/koha/opac-logout.pl">Click here</a> if you're not <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->)</span></h2>
 <p>	<!-- Hide from NPL--> <a href="/cgi-bin/koha/opac-account.pl">my fines</a> | <!-- Hide from NPL -->
-	<a href="/cgi-bin/koha/opac-userdetails.pl">my personal details</a>		<!-- TMPL_IF name="OpacPasswordChange" --> | <a href="/cgi-bin/koha/opac-passwd.pl">change my password</a> <!-- /TMPL_IF --><!-- TMPL_IF NAME="opacreadinghistory" -->| <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading history</a><!-- /TMPL_IF -->	<!-- TMPL_IF name="virtualshelves" --> | <a href="/cgi-bin/koha/opac-shelves.pl" class="button">my book lists</a> <!-- /TMPL_IF --><!-- TMPL_IF name="suggestion" -->| <a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a><!-- /TMPL_IF --></p>
+	<a href="/cgi-bin/koha/opac-userdetails.pl">my personal details</a>		<!-- TMPL_IF name="OpacPasswordChange" --> | <a href="/cgi-bin/koha/opac-passwd.pl">change my password</a> <!-- /TMPL_IF --><!-- TMPL_IF NAME="opacreadinghistory" -->| <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading history</a><!-- /TMPL_IF -->	<!-- TMPL_IF name="virtualshelves" --> | <a href="/cgi-bin/koha/opac-shelves.pl" class="button">my virtual shelves</a> <!-- /TMPL_IF --><!-- TMPL_IF name="suggestion" -->| <a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a><!-- /TMPL_IF --></p>
 		<!-- TMPL_IF name="textmessaging"-->
 			<div class="error"><h3>Message from the library</h3>
 			<p><!-- TMPL_VAR name="textmessaging" --></p></div>





More information about the Koha-cvs mailing list