From: Bill Erickson Date: Wed, 13 Jul 2022 16:18:36 +0000 (-0400) Subject: Revert "LP1904036 Separate Circulation (Experimental) Menu" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0ee77a814c069819f271b63516d6e979212c2ad0;p=working%2FEvergreen.git Revert "LP1904036 Separate Circulation (Experimental) Menu" Replacing this with an alternate approach which can revert all menu items, links, buttons, etc. from old to new UI in one swoop. This reverts commit 5d77dc9426e669a824a31658f348689c05675411. --- 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 11e9f07307..6ab79944d1 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -23,6 +23,10 @@ Search for Patrons + + + Search for Patrons (Experimental) + Search for Items by Barcode @@ -55,6 +59,12 @@ Check In + + + Check In (Experimental) + @@ -75,6 +85,10 @@ Renew Items + + + Renew Items (Experimental) + @@ -87,7 +101,7 @@ Retrieve Last Patron - + Retrieve Recent Patrons @@ -154,56 +168,6 @@ - - - -$TEMPLATE$ WHERE name = 'hold_transit_slip'; +$TEMPLATE$ WHERE name = 'transit_slip'; INSERT INTO config.print_template (name, label, owner, active, locale, content_type, template) @@ -641,22 +641,6 @@ UPDATE config.print_template SET template = $TEMPLATE$ $TEMPLATE$ WHERE name = 'renew'; -INSERT into config.org_unit_setting_type (name, grp, label, description, datatype) -VALUES ( - 'ui.staff.angular_circ.enabled', 'gui', - oils_i18n_gettext( - 'ui.staff.angular_circ.enabled', - 'Enable Angular Circulation Menu', - 'coust', 'label' - ), - oils_i18n_gettext( - 'ui.staff.angular_circ.enabled', - 'Enable the Circulation menu for the experimental Angular Circulation UIs', - 'coust', 'description' - ), - 'bool' -); - COMMIT; diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index 16720226cd..ccb286f361 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -43,6 +43,12 @@
  • + + + [% l('Search for Patrons (Experimental)') %] + +
  • +
  • @@ -93,6 +99,12 @@ [% l('Check In') %]
  • +
  • + + + [% l('Check In (Experimental)') %] + +
  • +
  • + + + [% l('Renew Items (Experimental)') %] + +
  • +
  • - - -