Fix titles/tabs in Account Preferences subpages
authorJeff Godin <jgodin@tadl.org>
Wed, 11 Jul 2012 15:54:34 +0000 (11:54 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 12 Jul 2012 02:30:19 +0000 (22:30 -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>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Scott <dan@coffeecode.net>

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' %]