From f8787f653196de9c3d8ff39478eaea5c05a245e6 Mon Sep 17 00:00:00 2001 From: oleonard Date: Tue, 12 Jul 2005 21:39:40 +0000 Subject: [PATCH] Synching with rel_2_2. --- .../includes/doc-head-close-basket-print.inc | 9 +++--- .../npl/en/includes/doc-head-close-basket.inc | 15 +++++++--- .../npl/en/includes/doc-head-close.inc | 8 ++++- .../npl/en/includes/masthead-user.inc | 20 +++++++++---- .../opac-tmpl/npl/en/includes/masthead.inc | 23 +++++++++++---- .../npl/en/includes/masthead_adv.inc | 20 +++++++++++-- .../opac-tmpl/npl/en/includes/navigation.inc | 29 ++++++++++--------- koha-tmpl/opac-tmpl/npl/en/includes/opac.css | 11 +++++++ 8 files changed, 99 insertions(+), 36 deletions(-) diff --git a/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc b/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc index 14a5ee3cc5..5419cfe471 100644 --- a/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc +++ b/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket-print.inc @@ -1,16 +1,17 @@ +/includes/favicon.ico" type="image/x-icon" /> - - + + + \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc b/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc index 5c296bf51e..826c17be14 100644 --- a/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc +++ b/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close-basket.inc @@ -1,16 +1,23 @@ +/includes/favicon.ico" type="image/x-icon" /> + - - + + + + + + \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc b/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc index cd41caec61..5020300d7b 100644 --- a/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc +++ b/koha-tmpl/opac-tmpl/npl/en/includes/doc-head-close.inc @@ -2,10 +2,16 @@ /includes/favicon.ico" type="image/x-icon" /> + + + + | +

Search Home | Book Bag

-   - -

- +  

+ + --> +
+ +
+ +
+ Log in to access
cardholder features
+
+ +  \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc b/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc index 91c6b0a357..ae5c074f83 100644 --- a/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc +++ b/koha-tmpl/opac-tmpl/npl/en/includes/masthead_adv.inc @@ -1,7 +1,21 @@

Library Catalog Search

- - - + + + --> + +
+ +
+ + +
\ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/npl/en/includes/navigation.inc b/koha-tmpl/opac-tmpl/npl/en/includes/navigation.inc index d8d184e718..bd79a11651 100644 --- a/koha-tmpl/opac-tmpl/npl/en/includes/navigation.inc +++ b/koha-tmpl/opac-tmpl/npl/en/includes/navigation.inc @@ -1,27 +1,30 @@ - \ No newline at end of file diff --git a/koha-tmpl/opac-tmpl/npl/en/includes/opac.css b/koha-tmpl/opac-tmpl/npl/en/includes/opac.css index 4adb57a74a..4331e7fc46 100644 --- a/koha-tmpl/opac-tmpl/npl/en/includes/opac.css +++ b/koha-tmpl/opac-tmpl/npl/en/includes/opac.css @@ -296,6 +296,17 @@ th:last-child { padding : 5px 5px 5px 5px; } +th[scope="row"] { + background-color : #E7E7CA; + font-size : 60%; + font-weight : normal; + text-align : right; +} + +tr.highlight th[scope="row"] { + background-color : #EFF1DC; +} + td.input, div.form td, div.details td { border-bottom : 1px solid #E7E7CA; border-left : 0; -- 2.39.5