From: Galen Charlton <gmc@equinoxinitiative.org> Date: Wed, 31 Jul 2019 15:11:16 +0000 (-0400) Subject: LP#1778414: (follow-up) update Angular client menu as well X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a34245c7b12d95a8a9632f6e64a88493d02805e7;p=evergreen%2Fjoelewis.git LP#1778414: (follow-up) update Angular client menu as well Signed-off-by: Galen Charlton <gmc@equinoxinitiative.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 63b2106c77..12fa1abc4c 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -142,6 +142,14 @@ <span class="material-icons">search</span> <span i18n>Staff Catalog (Experimental)</span> </a> + <a class="dropdown-item" href="/eg/staff/cat/item/search" + egAccessKey keyCtx="navbar" + keySpec="f5" i18n-keySpec + keyDesc="Navigate To Item Status" i18n-keyDesc> + <span class="material-icons">question_answer</span> + <span i18n>Item Status</span> + </a> + <div class="dropdown-divider"></div> <a href="/eg/staff/cat/bucket/record/view" class="dropdown-item"> <span class="material-icons">list_alt</span> <span i18n>Record Buckets</span>