From 08beb255d5d247e29ead4e68fb41cb8db750369f Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 20 Sep 2013 00:52:28 -0400 Subject: [PATCH] Disabled option in account menu Instead of hiding the active page in the My Account select box navigation, let's disable it so that the menu remains consistent from page to page. Signed-off-by: Kathy Lussier Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/parts/myopac/base.tt2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/myopac/base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/base.tt2 index 630a5a0732..7f87968edf 100644 --- a/Open-ILS/src/templates/opac/parts/myopac/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/myopac/base.tt2 @@ -25,14 +25,17 @@ class="[% cls_which %]">[% page.name; %] [% END %] -
+ +
-- 2.43.2