Comment 0 for bug 1210161

Revision history for this message
Remington Steed (rjs7) wrote :

The TPAC renamed "bookbags" to "lists". Most "bookbag" occurrences are in URL parameters and logs, but a few are more prominent. We should at least correct the following:

src/templates/opac/myopac/lists.tt2
369:[% |l %]Sharing a Bookbag means that the contents
370:of the Bookbag will be visible to others.
371:To see the public view of a shared Bookbag,
372:click on the Bookbag's name in the Bookbag list.[% END %]

src/templates/opac/parts/anon_list.tt2:35: <optgroup label="[% l('Move selected items to bookbag:') %]">
-- Visible in TPAC via: login, add item to temporary list, go to My Account > My Lists, under Temporary List click dropdown Actions for these items, in bold: "Move selected items to bookbag".

src/templates/opac/parts/record/body.tt2:11: [% 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.") %]

src/sql/Pg/950.data.seed-values.sql:4967:INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('bookbag', oils_i18n_gettext('bookbag', 'Book Bag', 'cbrebt', 'label'));
-- No longer used?

src/sql/Pg/950.data.seed-values.sql:10272: 'Produce a CSV file representing a bookbag',

src/sql/Pg/950.data.seed-values.sql:10284: 'Facilitates produce a CSV file representing a bookbag by introducing an "items" variable into the TT environment, sorted as dictated according to user params',
-- can we change this wording while we are here? "Facilitates producing" maybe?

src/sql/Pg/950.data.seed-values.sql:10296: 'Bookbag CSV', 'container.biblio_record_entry_bucket.csv', 'ContainerCSV',

src/sql/Pg/950.data.seed-values.sql:12057: 'Present a warning dialog to the patron when a patron adds a book to a temporary book bag.',
-- Adds a row to config.org_unit_setting_type with this description, but the corresponding label says "book list" instead of "book bag".

src/sql/Pg/950.data.seed-values.sql:12093: 'Default list to use when adding to a bookbag',
-- also at line 12099