[open-ils-commits] [GIT] Evergreen ILS branch rel_3_2 updated. a0ed58488100cc8fd4a8be5a41146bea491c4e2f

Evergreen Git git at git.evergreen-ils.org
Fri Mar 8 11:35:21 EST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_3_2 has been updated
       via  a0ed58488100cc8fd4a8be5a41146bea491c4e2f (commit)
      from  090b92cd992a29f76a0cba472f8bce22234cfd2d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a0ed58488100cc8fd4a8be5a41146bea491c4e2f
Author: Sam Link <slink at LIBPC002>
Date:   Thu Dec 13 11:06:55 2018 -0500

    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 at LIBPC002>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
    Signed-off-by: Bill Erickson <berickxx at gmail.com>

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>

-----------------------------------------------------------------------

Summary of changes:
 .../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(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list