From: Kathy Lussier Date: Tue, 17 Feb 2015 03:06:01 +0000 (-0500) Subject: lp1422555: Shorter permalink on record summary page X-Git-Tag: sprint4-merge-nov22~1614 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d7fd69d4502070a0cf4bbeae5b30f59b11c9995e;p=working%2FEvergreen.git lp1422555: Shorter permalink on record summary page The record summary page will now offer a link to a shorter permalink with most URL parameters removed. The locg and copy-depth parameters are maintained. Signed-off-by: Kathy Lussier Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 416e573581..9e3bdc85b9 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -453,6 +453,11 @@ div.place_hold { div.toggle_list { padding-top: 6px; } +div.share_record { + padding-top: 6px; + border-top: 1px dotted [% css_colors.accent_light %]; +} + div.format_icon { float: right; margin-right: 17px; diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index 2e494fbd35..540706256b 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -76,6 +76,10 @@ [%- IF ctx.refworks.enabled == 'true' %] [%- INCLUDE 'opac/parts/record/refworks.tt2' %] [%- END %] + diff --git a/Open-ILS/web/images/licenses.txt b/Open-ILS/web/images/licenses.txt index fd648ede37..442e53f176 100644 --- a/Open-ILS/web/images/licenses.txt +++ b/Open-ILS/web/images/licenses.txt @@ -3,17 +3,19 @@ http://mxr.mozilla.org/mozilla-central/source/toolkit/themes/pinstripe/global/sp Mozilla Public License/GPL/GLPL -braille.png derived from: -https://www.iconfinder.com/icons/64010/braille_code_icon -FatCow Web Hosting +Farm-fresh icon set from FatCow Web Hosting +link: https://www.iconfinder.com/iconsets/fatcow Creative Commons (Attribution 3.0 United States) +Icons used: +braille.png https://www.iconfinder.com/icons/64010/braille_code_icon +link.png https://www.iconfinder.com/icons/36158/link_url_icon + serial.png comes from the Koha project and is used under the terms of the GPL3. The icon was originally provided by VOKAL (Vermont Organization of Koha Automated Libraries). - Nuvola 1.0 (KDE 3.x icon set) (nuvola) link: http://www.icon-king.com/projects/nuvola/ license: LGPL-2.1 diff --git a/Open-ILS/web/images/link.png b/Open-ILS/web/images/link.png new file mode 100644 index 0000000000..9109eecf6a Binary files /dev/null and b/Open-ILS/web/images/link.png differ diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/permalink.txt b/docs/RELEASE_NOTES_NEXT/OPAC/permalink.txt new file mode 100644 index 0000000000..3c65de06d9 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/permalink.txt @@ -0,0 +1,8 @@ +Permalinks +^^^^^^^^^^ +The record summary page will now offer a link to a shorter permalink that +can be used for sharing the record with others. All URL parameters are stripped +from the link with the exception of the locg and copy_depth parameters. Those +parameters are maintained so that people can share a link that displays just +the holdings from one library/system or displays holdings from all libraries +with a specific library's holdings floating to the top.