TPac: Make view changing more patron-friendly user/tsbere/tpac_display_tweaks
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 26 Jan 2012 21:19:51 +0000 (16:19 -0500)
committerThomas Berezansky <tsbere@mvlc.org>
Thu, 26 Jan 2012 21:19:51 +0000 (16:19 -0500)
Instead of calling them "Detailed View" and "Simple View" label them as
"Show More Details" and "Show Fewer Details", to make it obvious that
clicking will change the view.

Credit goes to other MassLNC members for the initial idea, and those in
IRC for hashing out the wording.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/src/templates/opac/results.tt2

index 566936a..829d298 100644 (file)
@@ -46,9 +46,9 @@
 
                     <div class='results_header_sel' id='simple-detail-view-links'>
                         [% IF CGI.param('detail_record_view') %]
-                        <a href="[% mkurl('', {detail_record_view => ''}) %]">[% l('Simple View') %]</a>
+                        <a href="[% mkurl('', {detail_record_view => ''}) %]">[% l('Show Fewer Details') %]</a>
                         [% ELSE %]
-                        <a href="[% mkurl('', {detail_record_view => 1}) %]">[% l('Detailed View') %]</a>
+                        <a href="[% mkurl('', {detail_record_view => 1}) %]">[% l('Show More Details') %]</a>
                         [% END %]
                     </div>
                     <div class="results_header_div"></div>