bookbags are lists
authorWilliam Rockwood <wrockwood@tadl.org>
Wed, 15 Aug 2012 18:54:33 +0000 (14:54 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Wed, 15 Aug 2012 18:54:33 +0000 (14:54 -0400)
- Replace most occurrences of 'bookbag' with 'list'
- changed 'html' button to 'View' for each list item

Signed-off-by: William Rockwood <wrockwood@tadl.org>
templates_tadlskin/opac/myopac/lists.tt2
templates_tadlskin/opac/parts/anon_list.tt2
templates_tadlskin/opac/parts/record/body.tt2

index e588552..1f7ab7a 100644 (file)
                         {page => '0', bookbag => bbag.id, depth => 0, locg => ctx.search_ou},
                         1
                     )
-                -%]' class='tbutton small tadlblue'><span>[% l('HTML') %]</span></a>
+                -%]' class='tbutton small tadlblue'><span>[% l('View') %]</span></a>
                 [% END %]
             </div>
             <div class="clear-both pad-bottom-five"></div>
     [% END %]
 
     <span id='bb_publish_text' class='hide_me'>
-[% |l %]Sharing a Bookbag means that the contents 
-of the Bookbag will be visible to others.  
-To see the public view of a shared Bookbag
-click on the Bookbag's name in the Bookbag list.[% END %]
+[% |l %]Sharing a List means that the contents 
+of the list will be visible to others.  
+To see the public view of a shared list
+click on the 'View' button for that list.[% END %]
     </span>
 </div>
 [% END %]
index f74a9fe..88285c6 100644 (file)
@@ -31,7 +31,7 @@
                                 <option value="place_hold">[% l('Place hold') %]</option>
                                 <option value="delete">[% l('Remove from list') %]</option>
                                 [% IF ctx.user AND ctx.bookbags.size %]
-                                <optgroup label="[% l('Move selected items to bookbag:') %]">
+                                <optgroup label="[% l('Move selected items to list:') %]">
                                     [% FOR bbag IN ctx.bookbags %]]
                                     <option value="[% bbag.id %]" class="selector_actions_for_list_inner_option">[% bbag.name | html %]</option>
                                     [% END %]
index 183cf16..3d6b988 100644 (file)
@@ -7,7 +7,7 @@
     [%- INCLUDE "opac/parts/record/navigation.tt2" %]
     [%- IF ctx.bib_is_dead %]
     <div id='rdetail_deleted_exp'>
-        [% l("This record has been deleted from the database.  We recommend that you remove this title from any bookbags it may have been added to.") %]
+        [% l("This record has been deleted from the database.  We recommend that you remove this title from any lists it may have been added to.") %]
     </div>
     [%- END %]
     [% INCLUDE "opac/parts/record/summary.tt2" %]