koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes userm... [rel_3_0]


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/en/includes userm... [rel_3_0]
Date: Mon, 30 Oct 2006 10:15:45 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   06/10/30 10:15:45

Modified files:
        koha-tmpl/opac-tmpl/prog/en/includes: usermenu.inc 

Log message:
        modifying for better PROG compliance

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/en/includes/usermenu.inc?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: usermenu.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/prog/en/includes/Attic/usermenu.inc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- usermenu.inc        27 Sep 2006 16:14:33 -0000      1.1.2.1
+++ usermenu.inc        30 Oct 2006 10:15:45 -0000      1.1.2.2
@@ -1 +1,19 @@
-<div id="usermenu"><ul><li><a href="/cgi-bin/koha/opac-account.pl">your 
fines</a></li><li><a href="/cgi-bin/koha/opac-userdetails.pl">your personal 
details</a></li><!-- TMPL_IF name="OpacPasswordChange" --><li><a 
href="/cgi-bin/koha/opac-passwd.pl">change your password</a></li><!-- /TMPL_IF 
--><!-- TMPL_IF NAME="opacreadinghistory" --><li><a 
href="/cgi-bin/koha/opac-readingrecord.pl">your reading history</a></li><!-- 
/TMPL_IF --><li><!-- TMPL_IF name="suggestion" --><a 
href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a></li><!-- 
/TMPL_IF --></ul></div>
\ No newline at end of file
+<div id="action">
+    <ul>
+        <li><a href="/cgi-bin/koha/opac-user.pl">my summary</a> </li>
+        <li><a href="/cgi-bin/koha/opac-account.pl">my fines</a> </li>
+        <li><a href="/cgi-bin/koha/opac-userdetails.pl">my personal 
details</a></li>
+        <!-- TMPL_IF name="OpacPasswordChange" -->
+            <li> <a href="/cgi-bin/koha/opac-passwd.pl">change my 
password</a></li>
+        <!-- /TMPL_IF -->
+        <!-- TMPL_IF NAME="opacreadinghistory" -->
+            <li> <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading 
history</a></li>
+        <!-- /TMPL_IF -->
+        <!-- TMPL_IF name="virtualshelves" -->
+            <li> <a href="/cgi-bin/koha/opac-shelves.pl" class="button">my 
book lists</a></li>
+        <!-- /TMPL_IF -->
+        <!-- TMPL_IF name="suggestion" -->
+            <li> <a href="/cgi-bin/koha/opac-suggestions.pl">purchase 
suggestions</a></li>
+        <!-- /TMPL_IF -->
+    </ul>
+</div>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]