[open-ils-commits] [GIT] Evergreen ILS branch master updated. fe78c09e77a439e8f454195e0ec139d32cb2a050

Evergreen Git git at git.evergreen-ils.org
Wed Jul 11 22:31:35 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  fe78c09e77a439e8f454195e0ec139d32cb2a050 (commit)
      from  aa2cbcf1dd8d073838edddb58d3a0b2832a8ea4d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe78c09e77a439e8f454195e0ec139d32cb2a050
Author: Jeff Godin <jgodin at tadl.org>
Date:   Wed Jul 11 11:54:34 2012 -0400

    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 <jgodin at tadl.org>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_notify.tt2
index 48de46e..fcd9f47 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' %]
 
 <form method='POST'>
diff --git a/Open-ILS/src/templates/opac/myopac/prefs_settings.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_settings.tt2
index 4ee6190..b5d1f70 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' %]
 
 

-----------------------------------------------------------------------

Summary of changes:
 .../src/templates/opac/myopac/prefs_notify.tt2     |    2 +-
 .../src/templates/opac/myopac/prefs_settings.tt2   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list