Changes remaining links not to use ctx media links. rel_3_6_1_updateeg2splash
authorTiffany Little <tlittle@georgialibraries.org>
Tue, 12 Jan 2021 13:06:15 +0000 (08:06 -0500)
committerTiffany Little <tlittle@georgialibraries.org>
Tue, 12 Jan 2021 13:06:15 +0000 (08:06 -0500)
Open-ILS/src/eg2/src/app/staff/splash.component.html

index 366c705..323a6eb 100644 (file)
@@ -25,7 +25,7 @@
   <!-- header icon -->
   <div class="row mb-3">
     <div class="col-lg-12 text-center">
-      <img src="[% ctx.media_prefix %]/images/portal/pines-logo-small.png" alt="PINES Logo"/>
+      <img src="/images/portal/pines-logo-small.png" alt="PINES Logo"/>
     </div>
   </div>
 
@@ -51,7 +51,7 @@
             </div>
                        <div class="list-group-item border-0 p-2">
               <a href="/eg/staff/circ/patron/register" i18n>
-                <img src="[% ctx.media_prefix %]/images/portal/registerpatron.png" alt="" role="presentation"/>
+                <img src="/images/portal/registerpatron.png" alt="" role="presentation"/>
                 Register New Patron
               </a>
             </div>
@@ -63,7 +63,7 @@
             </div>
                        <div class="list-group-item border-0 p-2">
               <a href="/eg/staff/circ/holds/pull" i18n>
-                <img src="[% ctx.media_prefix %]/images/portal/holds.png" alt="" role="presentation"/>
+                <img src="/images/portal/holds.png" alt="" role="presentation"/>
                 Pull List for Hold Requests
               </a>
             </div>
             </div>
                        <div class="list-group-item border-0 p-2">
               <a href="/eg2/staff/catalog" i18n>
-                <img src="[% ctx.media_prefix %]/images/portal/book.png" alt="" role="presentation"/>
+                <img src="/images/portal/book.png" alt="" role="presentation"/>
                 Advanced Search
               </a>
             </div>
                        <div class="list-group-item border-0 p-2">
               <a href="/eg/staff/cat/item/search" i18n>
-                <img src="[% ctx.media_prefix %]/images/portal/book.png" alt="" role="presentation"/>
+                <img src="/images/portal/book.png" alt="" role="presentation"/>
                 Item Status / Display
               </a>
             </div>
                        <div class="list-group-item border-0 p-2">
               <a href="/eg2/staff/cat/vandelay/import" i18n>
-                <img src="[% ctx.media_prefix %]/images/portal/batchimport.png" alt="" role="presentation"/>
+                <img src="/images/portal/batchimport.png" alt="" role="presentation"/>
                 MARC Batch Import / Export
               </a>
             </div>
                        <div class="list-group-item border-0 p-2">
               <a href="eg/staff/cat/z3950/index" i18n>
-                <img src="[% ctx.media_prefix %]/images/portal/z3950.png" alt="" role="presentation"/>
+                <img src="/images/portal/z3950.png" alt="" role="presentation"/>
                 z39.50 Import
               </a>
             </div>