PINES Staff Splash Screen for Web Client
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 30 Aug 2017 15:55:40 +0000 (11:55 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 19 Oct 2018 11:51:38 +0000 (07:51 -0400)
Adjusted order of icons so that Reports is before Quick Reports

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/t_splash.tt2

index 0dbc037..76ff820 100644 (file)
           </div>
           <div>
             <img src="/xul/server/skin/media/images/portal/reports.png"/>
+            <a target="_top" href="./reporter/legacy/main">
+              [% l('Reports') %]
+            </a>
+          </div>          
+          <div>
+            <img src="/xul/server/skin/media/images/portal/reports.png"/>
             <a target="_new" href="http://gapines.org/report-creator/">
               [% l('PINES Quick Reports') %]
             </a>
               [% l('Workstation Administration') %]
             </a>
           </div>
-          <div>
-            <img src="[% ctx.media_prefix %]/images/portal/reports.png"/>
-            <a target="_top" href="./reporter/legacy/main">
-              [% l('Reports') %]
-            </a>
-          </div>
         </div>
       </div>
     </div>