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/fr/includes navig...


From: paul poulain
Subject: [Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/fr/includes navig...
Date: Wed, 23 May 2007 16:29:50 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     paul poulain <tipaul>   07/05/23 16:29:50

Modified files:
        koha-tmpl/opac-tmpl/prog/fr/includes: navigation.inc opac.css 
                                              opac.css~ 

Log message:
        french translation

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/fr/includes/navigation.inc?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css?cvsroot=koha&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css%126?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: navigation.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/opac-tmpl/prog/fr/includes/navigation.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- navigation.inc      23 May 2007 16:16:57 -0000      1.1
+++ navigation.inc      23 May 2007 16:29:49 -0000      1.2
@@ -32,6 +32,7 @@
             <!-- /TMPL_IF -->
         </ul>
         <br />
+    <div id="login">
     <!-- TMPL_IF NAME="loggedinusername" -->
         <a href="/cgi-bin/koha/opac-user.pl"><b>Info utilisateur</b></a>
         <li>Connecté en tant que <b> <!-- TMPL_VAR NAME="loggedinusername" 
--> </b></li>
@@ -52,5 +53,6 @@
             </form>
     <!-- /TMPL_IF -->
  </div>
+ </div>
 
  <div id="main"> <!-- MAIN Body start here -->

Index: opac.css
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- opac.css    23 May 2007 16:16:57 -0000      1.1
+++ opac.css    23 May 2007 16:29:50 -0000      1.2
@@ -136,7 +136,7 @@
 /* The image on the top-left (the logo) */
 #masthead-image {
     position:fixed;
-    padding-left:30px;
+    padding-left:0px;
     padding-top:0px;
 }
 #masthead-image img {
@@ -202,6 +202,12 @@
     width:5em;
 }
 
+#login {
+    font-size:0.9em;
+}
+#login input {
+    font-size:0.8em;
+}
 /* the user menu, for user option (and biblio detail view) */
 #usermenu {
     float:right;

Index: opac.css~
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/fr/includes/opac.css~,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- opac.css~   23 May 2007 16:16:57 -0000      1.1
+++ opac.css~   23 May 2007 16:29:50 -0000      1.2
@@ -202,7 +202,16 @@
     width:5em;
 }
 
+#login {
+    font-size:0.9em;
+}
+#login input {
+    font-size:0.8em;
+}
 /* the user menu, for user option (and biblio detail view) */
+#usermenu {
+    float:right;
+}
 #usermenu a {
     background-color : #EEC95A;
     color : #FFFFFF;
@@ -212,7 +221,7 @@
     margin:0px 5px 0px 0px;
     padding:2px 5px 2px 5px;
     text-decoration:none;
-    display: inline;
+    display: block;
     white-space: nowrap;
 }
 #usermenu a:hover {




reply via email to

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