From fe78c09e77a439e8f454195e0ec139d32cb2a050 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Wed, 11 Jul 2012 11:54:34 -0400 Subject: [PATCH] Fix titles/tabs in Account Preferences subpages Adjust the value of myopac_page in the Notification Preferences and Search Preferences pages so that the page title and tab color/hilight will be correct. Signed-off-by: Jeff Godin Signed-off-by: Jason Stephenson Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 | 2 +- Open-ILS/src/templates/opac/myopac/prefs_settings.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 index 48de46e0a8..fcd9f47823 100644 --- a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 +++ b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 @@ -1,6 +1,6 @@ [% PROCESS "opac/parts/header.tt2"; WRAPPER "opac/parts/myopac/prefs_base.tt2"; - myopac_page = "prefs_notify"; + myopac_page = "prefs"; prefs_page = 'notify' %]
diff --git a/Open-ILS/src/templates/opac/myopac/prefs_settings.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_settings.tt2 index 4ee61903cf..b5d1f70765 100644 --- a/Open-ILS/src/templates/opac/myopac/prefs_settings.tt2 +++ b/Open-ILS/src/templates/opac/myopac/prefs_settings.tt2 @@ -1,7 +1,7 @@ [% PROCESS "opac/parts/header.tt2"; PROCESS "opac/parts/org_selector.tt2"; WRAPPER "opac/parts/myopac/prefs_base.tt2"; - myopac_page = "prefs_notify"; + myopac_page = "prefs"; prefs_page = 'settings' %] -- 2.11.0