From: William Rockwood Date: Wed, 15 Aug 2012 18:54:33 +0000 (-0400) Subject: bookbags are lists X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e5faba3e6425becac3dd30b8d9defe46fd8c0b0c;p=evergreen%2Ftadl.git bookbags are lists - Replace most occurrences of 'bookbag' with 'list' - changed 'html' button to 'View' for each list item Signed-off-by: William Rockwood --- diff --git a/templates_tadlskin/opac/myopac/lists.tt2 b/templates_tadlskin/opac/myopac/lists.tt2 index e5885526a9..1f7ab7a960 100644 --- a/templates_tadlskin/opac/myopac/lists.tt2 +++ b/templates_tadlskin/opac/myopac/lists.tt2 @@ -124,7 +124,7 @@ {page => '0', bookbag => bbag.id, depth => 0, locg => ctx.search_ou}, 1 ) - -%]' class='tbutton small tadlblue'>[% l('HTML') %] + -%]' class='tbutton small tadlblue'>[% l('View') %] [% END %]
@@ -270,10 +270,10 @@ [% END %] -[% |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 %] [% END %] diff --git a/templates_tadlskin/opac/parts/anon_list.tt2 b/templates_tadlskin/opac/parts/anon_list.tt2 index f74a9fe6dd..88285c6b07 100644 --- a/templates_tadlskin/opac/parts/anon_list.tt2 +++ b/templates_tadlskin/opac/parts/anon_list.tt2 @@ -31,7 +31,7 @@ [% IF ctx.user AND ctx.bookbags.size %] - + [% FOR bbag IN ctx.bookbags %]] [% END %] diff --git a/templates_tadlskin/opac/parts/record/body.tt2 b/templates_tadlskin/opac/parts/record/body.tt2 index 183cf1627e..3d6b988dba 100644 --- a/templates_tadlskin/opac/parts/record/body.tt2 +++ b/templates_tadlskin/opac/parts/record/body.tt2 @@ -7,7 +7,7 @@ [%- INCLUDE "opac/parts/record/navigation.tt2" %] [%- IF ctx.bib_is_dead %]
- [% 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.") %]
[%- END %] [% INCLUDE "opac/parts/record/summary.tt2" %]