koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [dev_week]


From: Owen Leonard
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/includes co... [dev_week]
Date: Wed, 04 Oct 2006 18:42:50 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Owen Leonard <oleonard> 06/10/04 18:42:50

Modified files:
        koha-tmpl/intranet-tmpl/npl/en/includes: colors.npl.css 
                                                 intranet.css 
                                                 masthead.inc 

Log message:
        Linking library name in masthead to intranet home page

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/colors.npl.css?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.4&r2=1.1.2.4.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/intranet.css?cvsroot=koha&only_with_tag=dev_week&r1=1.5.2.17.2.5&r2=1.5.2.17.2.6
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/includes/masthead.inc?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.2.2.1

Patches:
Index: colors.npl.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/colors.npl.css,v
retrieving revision 1.1.2.4.2.4
retrieving revision 1.1.2.4.2.5
diff -u -b -r1.1.2.4.2.4 -r1.1.2.4.2.5
--- colors.npl.css      4 Oct 2006 18:36:27 -0000       1.1.2.4.2.4
+++ colors.npl.css      4 Oct 2006 18:42:50 -0000       1.1.2.4.2.5
@@ -244,8 +244,7 @@
 form.compact input {
 }
 
-h1
-       {
+h1, h1#libraryname a {
        color : #000066;
 }
 

Index: intranet.css
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/intranet.css,v
retrieving revision 1.5.2.17.2.5
retrieving revision 1.5.2.17.2.6
diff -u -b -r1.5.2.17.2.5 -r1.5.2.17.2.6
--- intranet.css        4 Oct 2006 18:36:27 -0000       1.5.2.17.2.5
+++ intranet.css        4 Oct 2006 18:42:50 -0000       1.5.2.17.2.6
@@ -422,6 +422,10 @@
        margin-top: 3px;
 }
 
+h1#libraryname a {
+       text-decoration : none;
+}
+
 h2 {
        font-size: 18px;
        font-weight: bold;

Index: masthead.inc
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/includes/Attic/masthead.inc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.2.2.1
diff -u -b -r1.1.2.2 -r1.1.2.2.2.1
--- masthead.inc        7 Feb 2005 19:15:03 -0000       1.1.2.2
+++ masthead.inc        4 Oct 2006 18:42:50 -0000       1.1.2.2.2.1
@@ -1,2 +1,2 @@
-<h1>Koha Intranet<!-- TMPL_IF NAME="branchname" -->: <!-- TMPL_VAR 
name="branchname" --><!-- /TMPL_IF --></h1>
+<h1 id="libraryname"><a href="/cgi-bin/koha/mainpage.pl">Koha Intranet<!-- 
TMPL_IF NAME="branchname" -->: <!-- TMPL_VAR name="branchname" --><!-- /TMPL_IF 
--></a></h1>
 <div id="help"><span class="loggedin"><!-- TMPL_IF NAME="loggedinusername" 
-->Logged in as: <span class="loggedinusername"><!-- TMPL_VAR 
NAME="loggedinusername" --></span> | <a 
href="/cgi-bin/koha/mainpage.pl?logout.x=1">Log Out</a> | <!-- TMPL_ELSE -->You 
are not logged in | <!-- /TMPL_IF --></span><a href="/cgi-bin/koha/help.pl" 
onclick="Help(); return false;">[ ? ]</a></div>
\ No newline at end of file




reply via email to

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