Fix titles/tabs in Account Preferences subpages user/jeff/lp1023505_fix_myopac_prefs_titles_and_tabs
authorJeff Godin <jgodin@tadl.org>
Wed, 11 Jul 2012 15:54:34 +0000 (11:54 -0400)
committerJeff Godin <jgodin@tadl.org>
Wed, 11 Jul 2012 15:54:34 +0000 (11:54 -0400)
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 <jgodin@tadl.org>
Open-ILS/src/templates/opac/myopac/prefs_notify.tt2
Open-ILS/src/templates/opac/myopac/prefs_settings.tt2

index 48de46e..fcd9f47 100644 (file)
@@ -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' %]
 
 <form method='POST'>
index 4ee6190..b5d1f70 100644 (file)
@@ -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' %]