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

Evergreen Git git at git.evergreen-ils.org
Fri Mar 15 12:44:16 EDT 2013


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  73d20e99018fd4361813595cd43c7bf28a108ae4 (commit)
      from  70669a7a6689ab9a5cfd3d2360e51941b7b16511 (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 73d20e99018fd4361813595cd43c7bf28a108ae4
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Mon Nov 26 15:04:59 2012 -0500

    Rename "Search Preferences" tab to "Search and History Preferences".
    
    This change better reflects the complete meaning of the preference tab.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/parts/myopac/prefs_base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/prefs_base.tt2
index b6a1194..5f3a154 100644
--- a/Open-ILS/src/templates/opac/parts/myopac/prefs_base.tt2
+++ b/Open-ILS/src/templates/opac/parts/myopac/prefs_base.tt2
@@ -13,7 +13,7 @@
                 <a href='[% mkurl('prefs_notify') %]'>[% l("Notification Preferences") %]</a>
             </div>
             <div class="align">
-                <a href='[% mkurl('prefs_settings') %]'>[% l("Search Preferences") %]</a>
+                <a href='[% mkurl('prefs_settings') %]'>[% l("Search and History Preferences") %]</a>
             </div>
         [% ELSIF prefs_page == 'notify' %]
             <div class="align">
@@ -23,7 +23,7 @@
                 <a href='#'>[% l("Notification Preferences") %]</a>
             </div>
             <div class="align" >
-                <a href='[% mkurl('prefs_settings') %]'>[% l("Search Preferences") %]</a>
+                <a href='[% mkurl('prefs_settings') %]'>[% l("Search and History Preferences") %]</a>
             </div>
         [% ELSE %]
             <div class="align">
@@ -33,7 +33,7 @@
                 <a href='[% mkurl('prefs_notify') %]'>[% l("Notification Preferences") %]</a>
             </div>
             <div class="align selected" >
-                <a href='#'>[% l("Search Preferences") %]</a>
+                <a href='#'>[% l("Search and History Preferences") %]</a>
             </div>
         [% END %]
         </div>

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

Summary of changes:
 .../src/templates/opac/parts/myopac/prefs_base.tt2 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list