Rename "Search Preferences" tab to "Search and History Preferences".
authorJason Stephenson <jstephenson@mvlc.org>
Mon, 26 Nov 2012 20:04:59 +0000 (15:04 -0500)
committerBen Shum <bshum@biblio.org>
Fri, 15 Mar 2013 16:44:08 +0000 (12:44 -0400)
This change better reflects the complete meaning of the preference tab.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/myopac/prefs_base.tt2

index b6a1194..5f3a154 100644 (file)
@@ -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>