From: Jaswinder Singh Date: Thu, 27 Sep 2018 22:51:05 +0000 (-0400) Subject: LP#1772680: Added RBdigital links to social, changed registration failed text, minor... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7c3a48b753d97b9a9881c2e827542d0df8f57c68;p=evergreen%2Fpines.git LP#1772680: Added RBdigital links to social, changed registration failed text, minor css changes Signed-off-by: Jaswinder Singh Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/result/footer_links.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/result/footer_links.tt2 new file mode 100755 index 0000000000..e7b0fdb2b1 --- /dev/null +++ b/Open-ILS/src/templates/opac/ebook_api/rbdigital/parts/result/footer_links.tt2 @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/register_modal.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/register_modal.tt2 index c440f26ee9..021d1e427d 100644 --- a/Open-ILS/src/templates/opac/ebook_api/rbdigital/register_modal.tt2 +++ b/Open-ILS/src/templates/opac/ebook_api/rbdigital/register_modal.tt2 @@ -38,8 +38,8 @@ @@ -57,7 +57,7 @@
Your RBdigital account has been created!

Please remember the RBdigital password you just created. It may be different from your PINES password.

- Visit https://[% vendor_library_url %]/#/help/support to learn about RBdigital and to download RBdigital mobile and desktop apps.

+ Visit https://[% vendor_library_url %]/#/help/support to learn about RBdigital and to download RBdigital mobile and desktop apps.

Visit https://[% vendor_library_url %] to search for e-books and e-audiobooks at RBdigital.com or use the RBdigital tab to search from them from this PINES site
diff --git a/Open-ILS/src/templates/opac/ebook_api/rbdigital/results.tt2 b/Open-ILS/src/templates/opac/ebook_api/rbdigital/results.tt2 index 029888a39b..73d95638ed 100644 --- a/Open-ILS/src/templates/opac/ebook_api/rbdigital/results.tt2 +++ b/Open-ILS/src/templates/opac/ebook_api/rbdigital/results.tt2 @@ -82,7 +82,9 @@ INCLUDE $path %]
+ [% INCLUDE "opac/ebook_api/rbdigital/parts/result/footer_links.tt2" vendor_library_url = ctx.vendor_library_url %]
+ [%- END %] \ No newline at end of file diff --git a/Open-ILS/web/css/skin/default/ebook/rbdigital.css b/Open-ILS/web/css/skin/default/ebook/rbdigital.css index e953549f24..7ac82b1b69 100644 --- a/Open-ILS/web/css/skin/default/ebook/rbdigital.css +++ b/Open-ILS/web/css/skin/default/ebook/rbdigital.css @@ -111,4 +111,17 @@ a.opac-button:hover { .rbdigital .center-text { text-align: center; +} + +#rbdigital_footer_links { + padding: 1em; +} + +#rbdigital_footer_links span { + margin-right: 1em; +} + +#rbdigital_footer_links img { + width: 180px; + height: 60px; } \ No newline at end of file diff --git a/Open-ILS/web/opac/images/ebook_api/rbdigital/rbdigital_logo.png b/Open-ILS/web/opac/images/ebook_api/rbdigital/rbdigital_logo.png deleted file mode 100755 index c6a8d87773..0000000000 Binary files a/Open-ILS/web/opac/images/ebook_api/rbdigital/rbdigital_logo.png and /dev/null differ