LP1904036 Remove Ang patron UI mixed menu entries
authorBill Erickson <berickxx@gmail.com>
Wed, 13 Jul 2022 16:26:16 +0000 (12:26 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:39 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/templates/staff/navbar.tt2

index cf29ea9..1993412 100644 (file)
             <span class="material-icons" aria-hidden="true">person</span>
             <span i18n>Search for Patrons</span>
           </a>
-          <a class="dropdown-item" routerLink="/staff/circ/patron/search">
-            <span class="material-icons" aria-hidden="true">person</span>
-            <span i18n>Search for Patrons (Experimental)</span>
-          </a>
           <a class="dropdown-item" href="/eg/staff/cat/item/search">
             <span class="material-icons" aria-hidden="true">assignment</span>
             <span i18n>Search for Items by Barcode</span>
             <span class="material-icons" aria-hidden="true">trending_down</span>
             <span i18n>Check In</span>
           </a>
-          <a class="dropdown-item" routerLink="/staff/circ/checkin"
-            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
-            keySpec="alt+f2" keyDesc="Checkin">
-            <span class="material-icons" aria-hidden="true">trending_down</span>
-            <span i18n>Check In (Experimental)</span>
-          </a>
           <a class="dropdown-item" href="/eg/staff/circ/checkin/capture"
             egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
             keySpec="shift+f2" keyDesc="Capture Holds">
             <span class="material-icons" aria-hidden="true">pin_drop</span>
             <span i18n>Capture Holds</span>
           </a>
-          <a class="dropdown-item" routerLink="/staff/circ/checkin/capture">
-            <span class="material-icons" aria-hidden="true">pin_drop</span>
-            <span i18n>Capture Holds (Experimental)</span>
-          </a>
           <a class="dropdown-item" routerLink="/staff/circ/holds/pull-list">
             <span class="material-icons" aria-hidden="true">view_list</span>
             <span i18n>Pull List for Hold Requests</span>
             <span class="material-icons" aria-hidden="true">autorenew</span>
             <span i18n>Renew Items</span>
           </a>
-          <a class="dropdown-item" routerLink="/staff/circ/renew">
-            <span class="material-icons" aria-hidden="true">autorenew</span>
-            <span i18n>Renew Items (Experimental)</span>
-          </a>
           <a class="dropdown-item" href="/eg/staff/circ/patron/register"
             egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
             keySpec="shift+f1" keyDesc="Register Patron">
index faba109..355574b 100644 (file)
             </a>
           </li>
           <li>
-            <a href="/eg2/staff/circ/patron/search">
-              <span class="glyphicon glyphicon-user" aria-hidden="true"></span>
-              <span eg-accesskey-label>[% l('Search for Patrons (Experimental)') %]</span>
-            </a>
-          </li>
-          <li>
             <a href="./cat/item/search" target="_self"
               eg-accesskey="[% l('f5') %]" 
               eg-accesskey-desc="[% l('Item Status') %]">
               [% l('Check In') %]
             </a>
           </li>
-          <li ng-if="username">
-            <a href="/eg2/staff/circ/checkin">
-              <span class="glyphicon glyphicon-import" aria-hidden="true"></span>
-              [% l('Check In (Experimental)') %]
-            </a>
-          </li>
           <li ng-if="!username">
             <a href="" ng-click="rs.active_tab('checkin')" target="_self"
               eg-accesskey="[% l('f2') %]" 
             </a>
           </li>
           <li>
-            <a href="/eg2/staff/circ/checkin/capture">
-              <span class="glyphicon glyphicon-pushpin" aria-hidden="true"></span>
-              [% l('Capture Holds (Experimental)') %]
-            </a>
-          </li>
-          <li>
             <a href="/eg2/staff/circ/holds/pull-list">
               <span class="glyphicon glyphicon-th-list" aria-hidden="true"></span>
               [% l('Pull List for Hold Requests') %]
               [% l('Renew Items') %]
             </a>
           </li>
-          <li ng-if="username">
-            <a href="/eg2/staff/circ/renew">
-              <span class="glyphicon glyphicon-refresh" aria-hidden="true"></span>
-              [% l('Renew Items (Experimental)') %]
-            </a>
-          </li>
 
           <li ng-if="!username">
             <a href="" ng-click="rs.active_tab('renew')" target="_self"