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, 29 Jan 2007 17:02:57 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     paul poulain <tipaul>   07/01/29 17:02:57

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

Log message:
        the usermenu can't be on just 1 line for 1024 screens, putting it on 2 
lines

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.3&r2=1.1.2.4

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.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- usermenu.inc        7 Dec 2006 15:42:15 -0000       1.1.2.3
+++ usermenu.inc        29 Jan 2007 17:02:57 -0000      1.1.2.4
@@ -1,7 +1,9 @@
 <div id="usermenu">
-        <a href="/cgi-bin/koha/opac-user.pl">my summary</a>
+        <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>
+        </p>
+        <p>
         <a href="/cgi-bin/koha/opac-passwd.pl">change my password</a>
         <!-- TMPL_IF NAME="opacreadinghistory" -->
              <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading 
history</a>
@@ -12,4 +14,5 @@
         <!-- TMPL_IF name="suggestion" -->
             <a href="/cgi-bin/koha/opac-suggestions.pl">purchase 
suggestions</a>
         <!-- /TMPL_IF -->
+        </p>
 </div>
\ No newline at end of file




reply via email to

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