From 6bc71edcdab63ca4afd9e6f7b113c8c622b0f670 Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Date: Mon, 17 Sep 2018 16:17:48 -0400 Subject: [PATCH] LP#1772680: Added message at Login Signed-off-by: Jaswinder Singh Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/parts/base.tt2 | 2 +- Open-ILS/src/templates/opac/parts/vendor_tabs.tt2 | 19 +++++++++++++------ Open-ILS/web/css/skin/default/ebook/rbdigital.css | 9 +++++++++ 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/base.tt2 b/Open-ILS/src/templates/opac/parts/base.tt2 index 0a1670a47e..e48fda5939 100644 --- a/Open-ILS/src/templates/opac/parts/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/base.tt2 @@ -22,8 +22,8 @@ - [%- END %] + [%- libname = ctx.get_aou(ctx.search_ou).name; libname = libname | html; diff --git a/Open-ILS/src/templates/opac/parts/vendor_tabs.tt2 b/Open-ILS/src/templates/opac/parts/vendor_tabs.tt2 index 84787a05c9..ebc48cafb5 100644 --- a/Open-ILS/src/templates/opac/parts/vendor_tabs.tt2 +++ b/Open-ILS/src/templates/opac/parts/vendor_tabs.tt2 @@ -1,5 +1,5 @@ [% IF ctx.user and ctx.vendors.size > 1; %] - +
[% vendor_search_uri = ""; @@ -31,19 +31,26 @@ [% INCLUDE 'opac/ebook_api/rbdigital/register_modal.tt2'; %] [% END; %] [% ELSIF ctx.vendors.size > 0; %] - + [% vendor_name = ctx.vendors.0.name; %]
+
+ Login to see e-books and e-audiobooks @ your library +
[% ELSE; %] +
+
+ Login to see e-books and e-audiobooks @ your library +
[% END; %] diff --git a/Open-ILS/web/css/skin/default/ebook/rbdigital.css b/Open-ILS/web/css/skin/default/ebook/rbdigital.css index e8d9f0fd74..dad7c15b50 100644 --- a/Open-ILS/web/css/skin/default/ebook/rbdigital.css +++ b/Open-ILS/web/css/skin/default/ebook/rbdigital.css @@ -77,7 +77,16 @@ padding-top: 10px; padding-bottom: 150px; } + a.opac-button:hover { color: white; text-decoration: none; +} + +#see-more-services-message { + float: right; + color: white; + font-size: 17.5px; + padding-right: 2em; + padding-top: 6px; } \ No newline at end of file -- 2.11.0