[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog en/includes/userm...
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog en/includes/userm... |
Date: |
Thu, 19 Jul 2007 09:39:57 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Antoine Farnault <toins> 07/07/19 09:39:57
Modified files:
koha-tmpl/opac-tmpl/prog/en/includes: usermenu.inc
koha-tmpl/opac-tmpl/prog/fr/includes: usermenu.inc
Log message:
do not show "change my password" if syspref is set to '0'
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc?cvsroot=koha&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/fr/includes/usermenu.inc?cvsroot=koha&r1=1.1&r2=1.2
Patches:
Index: en/includes/usermenu.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- en/includes/usermenu.inc 9 Mar 2007 15:43:15 -0000 1.2
+++ en/includes/usermenu.inc 19 Jul 2007 09:39:56 -0000 1.3
@@ -2,7 +2,11 @@
<p><a href="/cgi-bin/koha/opac-user.pl">my summary</a>
<a href="/cgi-bin/koha/opac-account.pl">my fines</a>
<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 -->
Index: fr/includes/usermenu.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/fr/includes/usermenu.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- fr/includes/usermenu.inc 23 May 2007 16:16:57 -0000 1.1
+++ fr/includes/usermenu.inc 19 Jul 2007 09:39:56 -0000 1.2
@@ -1,5 +1,10 @@
<div id="usermenu">
- <p><a href="/cgi-bin/koha/opac-user.pl">mon compte</a> <a
href="/cgi-bin/koha/opac-account.pl">mes amendes</a> <a
href="/cgi-bin/koha/opac-userdetails.pl">mes renseignements personnels</a> <a
href="/cgi-bin/koha/opac-passwd.pl">changer mon mot de passe</a>
+ <p><a href="/cgi-bin/koha/opac-user.pl">mon compte</a> <a
href="/cgi-bin/koha/opac-account.pl">mes amendes</a> <a
href="/cgi-bin/koha/opac-userdetails.pl">mes renseignements personnels</a>
+
+ <!-- TMPL_IF NAME="OpacPasswordChange" -->
+ <a href="/cgi-bin/koha/opac-passwd.pl">changer mon mot de passe</a>
+ <!-- /TMPL_IF -->
+
<!-- TMPL_IF NAME="opacreadinghistory" -->
<a href="/cgi-bin/koha/opac-readingrecord.pl">mon historique de
lecture</a>
<!-- /TMPL_IF -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog en/includes/userm...,
Antoine Farnault <=