From b6fe6d973b937ab1069b918689446e82651c1b2e Mon Sep 17 00:00:00 2001 From: Sam Link <slink@LIBPC002> Date: Thu, 13 Dec 2018 11:06:55 -0500 Subject: [PATCH] lp1802662 - Splash Page Icon Links Moved the image icons on splash.component.html and t_splash.tt2 inside the anchor links to the associated pages. Signed-off-by: Sam Link <slink@LIBPC002> Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu> Signed-off-by: Bill Erickson <berickxx@gmail.com> --- .../src/eg2/src/app/staff/splash.component.html | 36 ++++++++++++++-------- Open-ILS/src/templates/staff/t_splash.tt2 | 36 ++++++++++++++-------- 2 files changed, 46 insertions(+), 26 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/splash.component.html b/Open-ILS/src/eg2/src/app/staff/splash.component.html index 6622235c84..9daf3f822a 100644 --- a/Open-ILS/src/eg2/src/app/staff/splash.component.html +++ b/Open-ILS/src/eg2/src/app/staff/splash.component.html @@ -36,16 +36,22 @@ <div class="card-body"> <div class="list-group"> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/forward.png" alt="" role="presentation"/> - <a href="/eg/staff/circ/patron/bcsearch" i18n>Check Out Items</a> + <a href="/eg/staff/circ/patron/bcsearch" i18n> + <img src="/images/portal/forward.png" alt="" role="presentation"/> + Check Out Items + </a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/back.png" alt="" role="presentation"/> - <a href="/eg/staff/circ/checkin/index" i18n>Check In Items</a> + <a href="/eg/staff/circ/checkin/index" i18n> + <img src="/images/portal/back.png" alt="" role="presentation"/> + Check In Items + </a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/retreivepatron.png" alt="" role="presentation"/> - <a href="/eg/staff/circ/patron/search" i18n>Search For Patron By Name</a> + <a href="/eg/staff/circ/patron/search" i18n> + <img src="/images/portal/retreivepatron.png" alt="" role="presentation"/> + Search For Patron By Name + </a> </div> </div> </div> @@ -84,12 +90,16 @@ </div> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/bucket.png" alt="" role="presentation"/> - <a href="/eg/staff/cat/bucket/record/" i18n>Record Buckets</a> + <a href="/eg/staff/cat/bucket/record/" i18n> + <img src="/images/portal/bucket.png" alt="" role="presentation"/> + Record Buckets + </a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/bucket.png" alt="" role="presentation"/> - <a href="/eg/staff/cat/bucket/copy/" i18n>Copy Buckets</a> + <a href="/eg/staff/cat/bucket/copy/" i18n> + <img src="/images/portal/bucket.png" alt="" role="presentation"/> + Copy Buckets + </a> </div> </div> </div> @@ -104,20 +114,20 @@ <div class="card-body"> <div class="list-group"> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/helpdesk.png" alt="" role="presentation"/> <a target="_top" href="http://docs.evergreen-ils.org/" i18n> + <img src="/images/portal/helpdesk.png" alt="" role="presentation"/> Evergreen Documentation </a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/helpdesk.png" alt="" role="presentation"/> <a target="_top" href="/eg/staff/admin/workstation/index" i18n> + <img src="/images/portal/helpdesk.png" alt="" role="presentation"/> Workstation Administration </a> </div> <div class="list-group-item border-0 p-2"> - <img src="/images/portal/reports.png" alt="" role="presentation"/> <a target="_top" href="/eg/staff/reporter/legacy/main" i18n> + <img src="/images/portal/reports.png" alt="" role="presentation"/> Reports </a> </div> diff --git a/Open-ILS/src/templates/staff/t_splash.tt2 b/Open-ILS/src/templates/staff/t_splash.tt2 index 0465dc6632..70ae6c0223 100644 --- a/Open-ILS/src/templates/staff/t_splash.tt2 +++ b/Open-ILS/src/templates/staff/t_splash.tt2 @@ -14,16 +14,22 @@ </div> <div class="panel-body"> <div> - <img src="[% ctx.media_prefix %]/images/portal/forward.png" alt="" role="presentation"/> - <a target="_self" href="./circ/patron/bcsearch">[% l('Check Out Items') %]</a> + <a target="_self" href="./circ/patron/bcsearch"> + <img src="[% ctx.media_prefix %]/images/portal/forward.png" alt="" role="presentation"/> + [% l('Check Out Items') %] + </a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/back.png" alt="" role="presentation"/> - <a target="_self" href="./circ/checkin/index">[% l('Check In Items') %]</a> + <a target="_self" href="./circ/checkin/index"> + <img src="[% ctx.media_prefix %]/images/portal/back.png" alt="" role="presentation"/> + [% l('Check In Items') %] + </a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/retreivepatron.png" alt="" role="presentation"/> - <a target="_self" href="./circ/patron/search">[% l('Search For Patron By Name') %]</a> + <a target="_self" href="./circ/patron/search"> + <img src="[% ctx.media_prefix %]/images/portal/retreivepatron.png" alt="" role="presentation"/> + [% l('Search For Patron By Name') %] + </a> </div> </div> </div> @@ -49,12 +55,16 @@ </div> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/> - <a target="_self" href="./cat/bucket/record/">[% l('Record Buckets') %]</a> + <a target="_self" href="./cat/bucket/record/"> + <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/> + [% l('Record Buckets') %] + </a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/> - <a target="_self" href="./cat/bucket/copy/">[% l('Item Buckets') %]</a> + <a target="_self" href="./cat/bucket/copy/"> + <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/> + [% l('Item Buckets') %] + </a> </div> </div> </div> @@ -67,20 +77,20 @@ </div> <div class="panel-body"> <div> - <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/> <a target="_top" href="http://docs.evergreen-ils.org/"> + <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/> [% l('Evergreen Documentation') %] </a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/> <a target="_top" href="./admin/workstation/index"> + <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/> [% l('Workstation Administration') %] </a> </div> <div> - <img src="[% ctx.media_prefix %]/images/portal/reports.png" alt="" role="presentation"/> <a target="_top" href="./reporter/legacy/main"> + <img src="[% ctx.media_prefix %]/images/portal/reports.png" alt="" role="presentation"/> [% l('Reports') %] </a> </div> -- 2.11.0