[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 295c3ec293ed86b5e14fabe6f6cda5a8135d4c66
Evergreen Git
git at git.evergreen-ils.org
Wed Jul 11 22:32:25 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, rel_2_2 has been updated
via 295c3ec293ed86b5e14fabe6f6cda5a8135d4c66 (commit)
from 454998e19fa271db16db743b7c4cb35889f69c54 (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 295c3ec293ed86b5e14fabe6f6cda5a8135d4c66
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