Changes to splash screen and receipt template defaults for web client.
authorTerran McCanna <tmccanna@georgialibraries.org>
Wed, 30 Dec 2015 19:08:16 +0000 (14:08 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 20 Oct 2020 13:18:29 +0000 (09:18 -0400)
(Note: Could not test on terran-testbox since it is not https-enabled,
so I could not log in to the web client.)

These changes undo a couple of small things I tried to tweak on the web
client that didn't work the way I hoped they would.

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

index aca7f63..27fb5a1 100644 (file)
@@ -20,6 +20,9 @@ Template for printing hold request slips. Fields include:
 
 -->
 <div>
+  <h1>{{patron.family_given_name}}<br/>
+  {{patron.card.barcode}}</h1>
+  <hr/>
   <div ng-switch on="hold.behind_desk">
     <div ng-switch-when="t">
       [% l('This item needs to be routed to the [_1]Private Holds Shelf[_2].',
index 787c91c..151f18b 100644 (file)
@@ -24,6 +24,8 @@ Template for printing hold transit slips. Fields include:
 
 -->
 <div>
+  <h1>{{dest_location.shortname}}</h1>
+  <hr/>
   <div>[% l('This item needs to be routed to [_1]', '<b>{{dest_location.shortname}}</b>') %]</div>
   <div>{{dest_location.name}}</div>
   <div ng-if="dest_address">
index 852d75a..7e16b03 100644 (file)
@@ -15,6 +15,8 @@ Template for printing a transit slip. Fields include:
 * author
 -->
 <div>
+  <h1>{{dest_location.shortname}}</h1>
+  <hr/>
   <div>[% l('This item needs to be routed to [_1]', '<b>{{dest_location.shortname}}</b>') %]</div>
   <div>{{dest_location.name}}</div>
   <div ng-if="dest_address">
index 598f9ff..586357b 100644 (file)
@@ -1,8 +1,7 @@
 <div class="container">
   <div class="row">
     <div class="col-md-12 text-center">
-      <img src="[% ctx.media_prefix %]/images/portal/logo.png" alt="Evergreen" />
-      <h1 class="sr-only" i18n>Evergreen Staff Client Home Page</h1>
+      <img src="[% ctx.media_prefix %]/images/portal/logo.png" alt="PINES Logo" style="height:80px;"/>
     </div>
   </div>
   <br/>
             </a>
           </div>
           <div>
-            <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>
+            <img src="[% ctx.media_prefix %]/images/portal/registerpatron.png" alt="" role="presentation"/>
+            <a target="_self" href="./circ/patron/register">[% l('Register New Patron') %]</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>
+          </div>
+          <div>
+            <img src="[% ctx.media_prefix %]/images/portal/holds.png" alt="" role="presentation"/>
+            <a target="_self" href="./circ/holds/pull">[% l('Pull List for Hold Requests') %]</a>
           </div>
         </div>
       </div>
             </div>
           </div>
           <div>
-            <a target="_self" href="./cat/bucket/record/">
-              <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/>
-              [% l('Record Buckets') %]
-            </a>
+            <img src="[% ctx.media_prefix %]/images/portal/book.png" alt="" role="presentation"/>
+            <a target="_self" href="./cat/catalog/index">[% l('Search the Catalog') %]</a>
+          </div>
+          <div>
+            <img src="[% ctx.media_prefix %]/images/portal/book.png" alt="" role="presentation"/>
+            <a target="_self" href="./cat/item/search">[% l('Item Status / Display') %]</a>
+          </div>
+          <div>
+            <img src="[% ctx.media_prefix %]/images/portal/batchimport.png" alt="" role="presentation"/>
+            <a target="_self" href="./cat/catalog/vandelay">[% l('MARC Batch Import / Export') %]</a>
+          </div>
+          <div>
+            <img src="[% ctx.media_prefix %]/images/portal/z3950.png" alt="" role="presentation"/>
+            <a target="_self" href="./cat/z3950/index">[% l('z39.50 Import') %]</a>
+          </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>
           </div>
           <div>
             <a target="_self" href="./cat/bucket/copy/">
     <div class="col-md-4">
       <div class="panel panel-success">
         <div class="panel-heading">
-          <h2 class="panel-title text-center">[% l('Administration') %]</h2>
+          <div class="panel-title text-center">[% l('Administration and Documentation') %]</div>
         </div>
         <div class="panel-body">
           <div>
-            <a target="_top" href="http://docs.evergreen-ils.org/">
-              <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/>
-              [% l('Evergreen Documentation') %]
+            <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/>
+            <a target="_new" href="http://help.georgialibraries.org">
+              [% l('GPLS Help Desk') %]
+            </a>
+          </div>
+          <div>
+            <img src="[% ctx.media_prefix %]/images/portal/helpdesk.png" alt="" role="presentation"/>
+            <a target="_new" href="http://pines.georgialibraries.org/documentation/">
+              [% l('PINES Documentation') %]
+            </a>
+          </div>
+          <div>
+            <img src="[% ctx.media_prefix %]/images/portal/reports.png" alt="" role="presentation"/>
+            <a target="_new" href="http://gapines.org/report-creator/">
+              [% l('PINES Quick Reports') %]
             </a>
           </div>
           <div>