From ed193a55fc399b8cf14deba9d6cebc1797c2314a Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Wed, 30 Nov 2016 18:01:36 -0500 Subject: [PATCH] OPAC Updates related to page text and translations. Also required are the en-PINES.po custom text file and the es-ES.po translation file. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/advanced.tt2 | 4 +- Open-ILS/src/templates/opac/browse.tt2 | 4 +- Open-ILS/src/templates/opac/myopac/circs.tt2 | 8 +-- .../src/templates/opac/myopac/hold_history.tt2 | 2 +- Open-ILS/src/templates/opac/myopac/holds.tt2 | 21 +++--- Open-ILS/src/templates/opac/myopac/lists.tt2 | 7 +- Open-ILS/src/templates/opac/myopac/main.tt2 | 4 +- .../src/templates/opac/myopac/messages/list.tt2 | 3 +- Open-ILS/src/templates/opac/myopac/prefs.tt2 | 13 ++-- .../src/templates/opac/myopac/prefs_my_lists.tt2 | 4 +- .../src/templates/opac/parts/advanced/expert.tt2 | 4 +- .../src/templates/opac/parts/advanced/numeric.tt2 | 4 +- .../src/templates/opac/parts/advanced/search.tt2 | 78 ++++++++++++---------- Open-ILS/src/templates/opac/parts/footer.tt2 | 14 ++-- Open-ILS/src/templates/opac/parts/homesearch.tt2 | 10 +-- Open-ILS/src/templates/opac/parts/login/form.tt2 | 10 +-- Open-ILS/src/templates/opac/parts/login/help.tt2 | 4 +- .../templates/opac/parts/login/password_hint.tt2 | 2 +- .../src/templates/opac/parts/myopac/main_base.tt2 | 5 +- .../src/templates/opac/parts/pref_lib_display.tt2 | 6 +- .../src/templates/opac/parts/record/cnbrowse.tt2 | 2 +- .../src/templates/opac/parts/record/contents.tt2 | 2 +- .../templates/opac/parts/record/copy_counts.tt2 | 2 +- .../src/templates/opac/parts/record/copy_table.tt2 | 4 +- .../src/templates/opac/parts/record/extras.tt2 | 6 +- .../src/templates/opac/parts/record/navigation.tt2 | 8 +-- .../src/templates/opac/parts/record/subjects.tt2 | 2 +- .../src/templates/opac/parts/record/summary.tt2 | 6 +- .../src/templates/opac/parts/result/facets.tt2 | 2 +- .../src/templates/opac/parts/result/paginate.tt2 | 2 +- Open-ILS/src/templates/opac/parts/result/table.tt2 | 10 +-- Open-ILS/src/templates/opac/parts/topnav_links.tt2 | 4 +- Open-ILS/src/templates/opac/register.tt2 | 7 +- Open-ILS/src/templates/opac/results.tt2 | 6 +- 34 files changed, 132 insertions(+), 138 deletions(-) diff --git a/Open-ILS/src/templates/opac/advanced.tt2 b/Open-ILS/src/templates/opac/advanced.tt2 index e113da800f..96b2b4d1bc 100644 --- a/Open-ILS/src/templates/opac/advanced.tt2 +++ b/Open-ILS/src/templates/opac/advanced.tt2 @@ -11,7 +11,7 @@
diff --git a/Open-ILS/src/templates/opac/browse.tt2 b/Open-ILS/src/templates/opac/browse.tt2 index d6363c6787..001e1f4c51 100644 --- a/Open-ILS/src/templates/opac/browse.tt2 +++ b/Open-ILS/src/templates/opac/browse.tt2 @@ -30,9 +30,7 @@
-

If you are having trouble renewing your items, please contact your - local library.

+

[% l("PINES Renewal Tip") %]

[% IF ctx.circs.size < 1 %] @@ -206,8 +205,7 @@ END %] -

* You will be unable to renew items if other patrons have holds on them, - if your account is expired, or if you have more than $10.00 in fines and fees.

+

[% l("PINES Renewal Note") %]

[% END %] diff --git a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 index 187fc9674a..f437f507e9 100644 --- a/Open-ILS/src/templates/opac/myopac/hold_history.tt2 +++ b/Open-ILS/src/templates/opac/myopac/hold_history.tt2 @@ -21,7 +21,7 @@
- [% l("Previously Requested Items") %] + [% l("Previously Held Items") %] - + @@ -90,10 +89,10 @@ [% IF CGI.param("available") -%] [% l('Show all holds') %] | - [% l("Holds that are ready to pick up") %] + [% l("Show only available holds") %] [% ELSE -%] - [% l("All holds") %] | - [% l("Show holds that are ready to pick up") %] + [% l("Show all holds") %] | + [% l("Show only available holds") %] [% END -%] @@ -115,9 +114,9 @@ [% l('Pickup Location') %] [% l('Activate') %] [% l('Cancel if not filled by') %] - [% l('Active?') %] + [% l('Active') %] [% l('Status') %] - [% l('Edit') %] + [% l('Notes') %] diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2 index 8c6ce6a21d..c5ebee6163 100644 --- a/Open-ILS/src/templates/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates/opac/myopac/lists.tt2 @@ -14,11 +14,10 @@

[% l('My Lists') %]

+ -

Lists allow you to keep track of books you'd like to read in the future, recommendations you'd like - to share with other people, and more. Learn more about using lists.

- +

[% l("PINES List Tips") %]

+

[% l('Create New List') %]

diff --git a/Open-ILS/src/templates/opac/myopac/main.tt2 b/Open-ILS/src/templates/opac/myopac/main.tt2 index b416bd734e..8e44be8d68 100644 --- a/Open-ILS/src/templates/opac/myopac/main.tt2 +++ b/Open-ILS/src/templates/opac/myopac/main.tt2 @@ -108,8 +108,8 @@


-
[% l("Other Fees") %]
- +
[% l("Other Fines and Fees") %]
+
diff --git a/Open-ILS/src/templates/opac/myopac/messages/list.tt2 b/Open-ILS/src/templates/opac/myopac/messages/list.tt2 index 16c81e86df..2ff8c985cf 100644 --- a/Open-ILS/src/templates/opac/myopac/messages/list.tt2 +++ b/Open-ILS/src/templates/opac/myopac/messages/list.tt2 @@ -1,8 +1,7 @@
[% l("Messages") %]
-

If you require assistance, please contact your - local library.

+

[% l("PINES Account Tips") %]

limit, offset => (offset - limit)} ) %]' [% IF offset <= 0 %] class='invisible' [% END %]>[% l('Previous') %] diff --git a/Open-ILS/src/templates/opac/myopac/prefs.tt2 b/Open-ILS/src/templates/opac/myopac/prefs.tt2 index b296f92531..431aaeb133 100644 --- a/Open-ILS/src/templates/opac/myopac/prefs.tt2 +++ b/Open-ILS/src/templates/opac/myopac/prefs.tt2 @@ -5,8 +5,7 @@

[% l('Account Preferences') %]

-

If you need to change your phone number or address, please visit your - local library.

+

[% l("PINES Account Info Tip") %]

[% l("Transaction Start Time") %]
@@ -25,7 +24,7 @@ - + @@ -52,7 +51,7 @@ [%- ELSE %] + title="[% l('Change Username') %]">[% l("Change") %] [%- END %] @@ -62,7 +61,7 @@ [%- ELSE %] + title="[% l('Change Password') %]">[% l("Change") %] [%- END %] @@ -72,7 +71,7 @@ [%- ELSE %] + title="[% l('Update Email Address') %]">[% l('Change') %] [%- END %] @@ -194,7 +193,7 @@ {label => l("County"), name => 'county', value => update_addr.county}, {label => l("State"), name => 'state', value => update_addr.state}, {label => l("Country"), name => 'country', value => update_addr.country}, - {label => l("ZIP"), name => 'post_code', value => update_addr.post_code}, + {label => l("Zip"), name => 'post_code', value => update_addr.post_code}, ]; FOR field IN addr_fields %] diff --git a/Open-ILS/src/templates/opac/myopac/prefs_my_lists.tt2 b/Open-ILS/src/templates/opac/myopac/prefs_my_lists.tt2 index 68d901385b..51f6627bbc 100644 --- a/Open-ILS/src/templates/opac/myopac/prefs_my_lists.tt2 +++ b/Open-ILS/src/templates/opac/myopac/prefs_my_lists.tt2 @@ -6,9 +6,7 @@

[% l('List Preferences') %]

-

Lists allow you to keep track of books you'd like to read in the future, - recommendations you'd like to share with other people, and more. - Learn more about using lists.

+

[% l("PINES List Tips") %]

[% l("Day (Primary) Phone") %][% l("Day Phone") %] [% ctx.user.day_phone | html %]
[% l("Change User Name") %]
[% l("Change Password") %]
[% l('Change Email Address') %]
diff --git a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 index a57e1a8bfa..c883336fe8 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 @@ -1,5 +1,5 @@ -
[% l("MARC Record Search") %]
+
[% l("Expert Search") %]
@@ -37,7 +37,7 @@ [%- lib_select_id = "expert_search_library"; -%] @@ -30,23 +31,9 @@ -
- - - - - - - - [% l('Clear Form') %] -
-
[% l('Search Filters') %]
+

[% l("PINES Advanced Search Note") %]

[% in_row = 0; @@ -69,13 +56,7 @@ CASE "lib_selector"; PROCESS "opac/parts/org_selector.tt2"; INCLUDE build_org_selector show_loc_groups=1 id=adv_chunk.id %] -
- - -
+ [% CASE "pub_year"; %] - -
- [% END %] - [% CASE "copy_location" %] [% END; @@ -170,5 +138,43 @@ + + +
+ + +
+ [% IF NOT metarecords.disabled %] + + + [% END %] +
+ + +
+ + + + [% l('Clear Form') %] + + + + + +
diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2 index 1b0e443106..cee5bd4c54 100644 --- a/Open-ILS/src/templates/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/opac/parts/footer.tt2 @@ -6,11 +6,11 @@ [% IF ctx.get_org_setting( ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %] - [% l('Apply for a Card') %] - [% l('Apply for a PINES Library Card') %]         + [% l('Request Library Card') %] + [% l('Request Library Card') %]         [% END %] - - + + [% l('About PINES') %][%- l('Learn More About PINES') %] @@ -27,7 +27,7 @@ [% IF ctx.get_org_setting( ctx.physical_loc || ctx.aou_tree.id, 'opac.allow_pending_user') %] - [% l('Apply for a PINES Library Card') %]
+ [% l('Request Library Card') %]
[% END %] [% IF ctx.physical_loc; # patron is at the branch, no redirect needed @@ -65,9 +65,7 @@ alt="[% l('Evergreen') %]" /> -

This Web site and other Georgia Public Library Service programs are partially assisted with - funds from the Library Services and Technology Act through the - Institute of Museum and Library Services.

+

[% l('Funding Note') %]

diff --git a/Open-ILS/src/templates/opac/parts/homesearch.tt2 b/Open-ILS/src/templates/opac/parts/homesearch.tt2 index 394b9ece98..c3e3d1cd7a 100644 --- a/Open-ILS/src/templates/opac/parts/homesearch.tt2 +++ b/Open-ILS/src/templates/opac/parts/homesearch.tt2 @@ -5,15 +5,15 @@
[% l('Library Locations') %]
- Find a PINES Library + [% l('Library Locations') %]

-

Your PINES card gives you access to
more than 275 libraries across Georgia!

+

[% l('PINES Library Locations Note') %]

- [% l('Help') %]
- PINES Catalog Help + [% l('PINES Catalog Help') %]
+ [% l('PINES Catalog Help') %]

-

Tips on searching the catalog, placing holds, and other frequently asked questions.

+

[% l('PINES Help Note') %]

diff --git a/Open-ILS/src/templates/opac/parts/login/form.tt2 b/Open-ILS/src/templates/opac/parts/login/form.tt2 index 35873284df..50aac67af1 100644 --- a/Open-ILS/src/templates/opac/parts/login/form.tt2 +++ b/Open-ILS/src/templates/opac/parts/login/form.tt2 @@ -14,19 +14,21 @@ [% END %]
-
[% l('Add Search Row') %] +

diff --git a/Open-ILS/src/templates/opac/parts/pref_lib_display.tt2 b/Open-ILS/src/templates/opac/parts/pref_lib_display.tt2 index 192dbb080e..22c6a2f22c 100644 --- a/Open-ILS/src/templates/opac/parts/pref_lib_display.tt2 +++ b/Open-ILS/src/templates/opac/parts/pref_lib_display.tt2 @@ -1,7 +1,5 @@ [%- IF ctx.pref_ou && ctx.pref_ou != ctx.search_ou; %] -[% - l('Preferred search location: [_1]', '' _ ctx.get_aou(ctx.pref_ou).name _ ''); - IF NOT ctx.is_staff %][% l('?') %][% END; %] + + [% l('Preferred library: [_1]', '' _ ctx.get_aou(ctx.pref_ou).name _ ''); %] [%- END; %] diff --git a/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 b/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 index dc6cf0f3c7..8c0af53e9f 100644 --- a/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/cnbrowse.tt2 @@ -7,7 +7,7 @@

[% l("You are now browsing [_1]", ctx.browsing_ou.name) | html %]
- (Shelf browsing works best if you are browsing a single library location and not an entire library system.) + [% l("PINES Shelf Browse Tip") %]

diff --git a/Open-ILS/src/templates/opac/parts/record/contents.tt2 b/Open-ILS/src/templates/opac/parts/record/contents.tt2 index df0f0ff216..8822c9cd62 100644 --- a/Open-ILS/src/templates/opac/parts/record/contents.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/contents.tt2 @@ -196,7 +196,7 @@ END [%- content_html = PROCESS render_all_contents; IF content_html.length > 0; %] -

[% l('Contents / Notes') %]

+

[% l('Content descriptions') %]

[%- content_html %] diff --git a/Open-ILS/src/templates/opac/parts/record/copy_counts.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_counts.tt2 index bb41a7b94a..b58e9cdbcc 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_counts.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_counts.tt2 @@ -1,5 +1,5 @@ -

[% l('Currently available copies') %]

+

[% l('Available copies') %]

    [%- depths = ctx.copy_summary.size; depth = 0; diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index 97306f97f0..3a25df296b 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -32,8 +32,8 @@ END; [% IF serial_holdings -%]
[%- ELSE -%] - [%- END %] diff --git a/Open-ILS/src/templates/opac/parts/record/extras.tt2 b/Open-ILS/src/templates/opac/parts/record/extras.tt2 index a35c853d1b..a1ba5e215f 100644 --- a/Open-ILS/src/templates/opac/parts/record/extras.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/extras.tt2 @@ -56,13 +56,13 @@ extras = [ {name => 'summaryplus', label => l('Summaries & More'), hide => hide_summary}, {name => 'annotation', label => l('Annotation'), hide => 1}, - {name => 'awards', label => l('Recommended Reads and Reviews')}, + {name => 'awards', label => l('Awards, Reviews, & Suggested Reads')}, {name => 'excerpt', label => l('Excerpt'), hide => 1}, {name => 'issues', label => l('Issues Held'), hide => !(ctx.have_holdings_to_show || ctx.have_mfhd_to_show)}, {name => 'preview', label => l('Preview'), hide => 1}, {name => 'addedcontent', label => l('Additional Content'), hide => hide_ac}, # hide if all content is known to not exist - {name => 'cnbrowse', label => l('Browse the Shelves')}, - {name => 'marchtml', label => l('View MARC Record')} + {name => 'cnbrowse', label => l('Shelf Browser')}, + {name => 'marchtml', label => l('MARC Record')} ]; FOREACH extra IN extras; diff --git a/Open-ILS/src/templates/opac/parts/record/navigation.tt2 b/Open-ILS/src/templates/opac/parts/record/navigation.tt2 index c0e489b458..a6b132173f 100644 --- a/Open-ILS/src/templates/opac/parts/record/navigation.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/navigation.tt2 @@ -1,14 +1,14 @@ [% IF ctx.search_result_index.defined && ctx.search_result_index >= 0 %]
- [% l('Return to Search Results') %] + [% l('Search Results') %] - [% l('Now showing item [_1] of about [_2]', ctx.search_result_index + 1, ctx.hit_count) %] + [% l('Showing Item [_1] of [_2]', ctx.search_result_index + 1, ctx.hit_count) %] [%- INCLUDE "opac/parts/pref_lib_display.tt2" %] @@ -23,7 +23,7 @@ ctx.prev_rec_url = mkurl(ctx.prev_search_record, prev_args, stop_parms); %] [% l('Previous Item') %]       + href='[% ctx.prev_rec_url %]' rel="nofollow" vocab=""> [% l('Previous') %]       [% END %] [% @@ -35,7 +35,7 @@ ctx.next_rec_url = mkurl(ctx.next_search_record, next_args, stop_parms); %] [% l('Next Item') %] + href='[% ctx.next_rec_url %]' rel="nofollow" vocab="">[% l('Next') %] [% END %]
diff --git a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 index 34293dbf9b..b0702a427d 100644 --- a/Open-ILS/src/templates/opac/parts/record/subjects.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/subjects.tt2 @@ -101,6 +101,6 @@ [%- subject_html = PROCESS render_all_subjects; IF subject_html.length > 0; %] - + [%- subject_html %] [%- END %] diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index 79d932469e..e2954d8c52 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -61,7 +61,7 @@ %] [% ELSE; operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add"; - label = (operation == "add") ? l("Add To My List") : l("Remove From My List"); + label = (operation == "add") ? l("Add to my list") : l("Remove from my list"); %] @@ -178,7 +178,7 @@ IF num_uris > 0; END; count_entry = count_entry + 1; END; - l("[quant,_1,current hold,current holds] on [quant,_2,total copy,total copies]", + l("[quant,_1,current hold,current holds] with [quant,_2,total copy,total copies].", ctx.record_hold_count, ctx.copy_summary.$count_entry.count) %]

@@ -189,7 +189,7 @@ IF num_uris > 0; [%- END %] -

[% l("Item details") %]

+

[% l("Record details") %]

    [%- IF attrs.isbns.0; FOR isbn IN attrs.isbns; diff --git a/Open-ILS/src/templates/opac/parts/result/facets.tt2 b/Open-ILS/src/templates/opac/parts/result/facets.tt2 index e42e20af1d..e0cc976c4c 100644 --- a/Open-ILS/src/templates/opac/parts/result/facets.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/facets.tt2 @@ -4,7 +4,7 @@
    [% l('Narrow Your Search') %]
    - Tip: Click on the links below to narrow down your search results. To remove a search limit you've selected, click on the link again. + [% l('PINES Facet Tip') %] [% END %] [% diff --git a/Open-ILS/src/templates/opac/parts/result/paginate.tt2 b/Open-ILS/src/templates/opac/parts/result/paginate.tt2 index 2fee02e659..22f93b63ce 100644 --- a/Open-ILS/src/templates/opac/parts/result/paginate.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/paginate.tt2 @@ -5,7 +5,7 @@ [%~ |l('' _ ctx.result_start _'', '' _ ctx.result_stop _ '', '' _ ctx.hit_count _ '') ~%] - Now showing results [_1] - [_2] of about [_3] + Results [_1] - [_2] of about [_3] [%~ END %] [%~ |l('' _ (page + 1) _ '', diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 10eed8d400..883d59bea9 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -149,10 +149,12 @@ END; OR show_more_details.default == 'hide'); IF attrs.pubdate; pubdate_clean = attrs.pubdate | html; - l("Publication Date: ([_1])", pubdate_clean); + l("Publication Date:"); + l(" ([_1])", pubdate_clean); ELSIF attrs.copyright; copyright_clean = attrs.copyright | html; - l("Copyright Date: ([_1])", copyright_clean); + l("Copyright Date:"); + l(" ([_1])", copyright_clean); END; END -%] @@ -170,7 +172,7 @@ END; [% IF args.holdings.size > 0 %]
@@ -395,7 +397,7 @@ END; %] [% ELSE; operation = ctx.mylist.grep(rec.id).size ? "delete" : "add"; - label = (operation == "add") ? l("Add To My List") : l("Remove From List"); + label = (operation == "add") ? l("Add to my list") : l("Remove from my list"); title_label = (operation == "add") ? l("Add [_1] to my list", attrs.title) : l("Remove [_1] from my list", attrs.title); diff --git a/Open-ILS/src/templates/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates/opac/parts/topnav_links.tt2 index e5223a59bf..6ec43542fa 100644 --- a/Open-ILS/src/templates/opac/parts/topnav_links.tt2 +++ b/Open-ILS/src/templates/opac/parts/topnav_links.tt2 @@ -16,7 +16,7 @@ [% l('Library Locations') %] [% l('Kids Catalog') %] - [% l("Kids' Catalog") %] + [% l("Kids Catalog") %] [% IF ctx.physical_loc; # patron is at the branch, no redirect needed @@ -27,7 +27,7 @@ END %] [% l('GALILEO') %] - [% l('GALILEO Research Databases') %] + [% l('GALILEO') %] [% l('Help') %] [% l('Help') %] diff --git a/Open-ILS/src/templates/opac/register.tt2 b/Open-ILS/src/templates/opac/register.tt2 index c51c03ac67..c3626d4541 100644 --- a/Open-ILS/src/templates/opac/register.tt2 +++ b/Open-ILS/src/templates/opac/register.tt2 @@ -51,12 +51,12 @@ END;
-

[% l('Apply for a PINES Library Card')%]

+

[% l('Request a Library Card')%]


[% IF ctx.register.success %]

[% l('Registration successful!') %]

-

[% l('Please visit your Home Library within 14 days to complete your registration.') %]

+

[% l('Please see library staff to complete your registration.') %]

[% IF ctx.register.username_taken %]

@@ -109,8 +109,7 @@ END; valid_org_list=ctx.register.valid_orgs %]

[% l("Issue Label") %][% l("Library System: Library Branch Name") %]
- (Click library name for locations and hours) +
[% l("PINES Location") %]
+ [% l("PINES Location Tip") %]
[% l("Shelving Location") %]
- [% l('Call Number:') %] + [% l('Call number:') %] [% args.holdings.0.label | html %]
diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index eb990a3873..b6c04d1270 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -68,7 +68,7 @@ [% END %] - [% IF NOT metarecords.disabled %] [% END %] [% IF ctx.depth_sel_checkbox %] -- 2.11.0