From: Bill Erickson <berickxx@gmail.com> Date: Wed, 13 Jul 2022 16:26:16 +0000 (-0400) Subject: LP1904036 Remove Ang patron UI mixed menu entries X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=11b74cd8921db38b00dd63f85227e347baf87e10;p=evergreen%2Ftadl.git LP1904036 Remove Ang patron UI mixed menu entries Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Jane Sandberg <js7389@princeton.edu> Signed-off-by: Galen Charlton <gmc@equinoxOLI.org> --- diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html index cf29ea972c..19934124ce 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -23,10 +23,6 @@ <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> @@ -59,22 +55,12 @@ <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> @@ -85,10 +71,6 @@ <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"> diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index faba109ad3..355574bded 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -43,12 +43,6 @@ </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') %]"> @@ -99,12 +93,6 @@ [% 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') %]" @@ -122,12 +110,6 @@ </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') %] @@ -141,12 +123,6 @@ [% 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"