From: Terran McCanna Date: Thu, 24 Dec 2020 00:22:31 +0000 (-0500) Subject: PINES Bootstrap Customizations X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d9e3b208a9c61ccbcd6a698ad3db8d954a4b012d;p=evergreen%2Fpines.git PINES Bootstrap Customizations Omnibus 2 - collection of customizations, mostly to translation strings. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates-bootstrap/opac/browse.tt2 b/Open-ILS/src/templates-bootstrap/opac/browse.tt2 index 357c68bacf..0ca249f1fe 100755 --- a/Open-ILS/src/templates-bootstrap/opac/browse.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/browse.tt2 @@ -48,7 +48,8 @@ [% control_locg = INCLUDE build_org_selector id='browse-context' show_loc_groups=1 arialabel=l('Select holding library') %] - [% l('Browse for [_1] starting with [_2] in [_3]', control_qtype, control_bterm, control_locg) %] + [% l('Browse for') _ "
" _ control_qtype _ "
" _ l('starting with') _ "
" _ control_bterm _ "
" _ l('in') _ "
" _ control_locg %] + [% IF ctx.mylist.size %] -

[% l('Confirm Basket Email') %]

+

[% l('Confirm Email') %]

[% l('Please confirm that you want to email the [_1] titles in the basket.', ctx.mylist.size) %]

diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index 7bf5f296d0..5cc61a4f76 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -45,11 +45,8 @@ [% l("Billing Type") %] [% l("Title") %] [% l("Checkout") %] - [% l(" Due ") %] - - [% l(" Returned/Renewed") %] - [% l(" Returned*") %] - + [% l("Due ") %] + [% l("Returned/Renewed") %] diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 index 9b13c101e1..49596e241d 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circ_history.tt2 @@ -7,7 +7,7 @@ limit = ctx.circ_history_limit; offset = ctx.circ_history_offset; %] -

[% l('History of Checked Out Items') %]

+

[% l('History of Checked Out Items') %]

[% # In the sorting case, the size is the size of ALL the circ items. In the non-sorting case, @@ -33,7 +33,7 @@
[% IF offset != 0 %] limit, offset => (offset - limit)}) %]' class="btn btn-action mr-3" >[% l('Previous') %][% END %] + [% l("Delete Selected") %]
[% IF !no_next %] limit, offset => (offset + limit)}) %]' diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 index 1ddc4ccfed..77cae5248f 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/circs.tt2 @@ -28,7 +28,7 @@
- +
@@ -48,7 +48,7 @@ [% l("Cover") %] [% sort_head("sort_title", l("Title")) %] [% sort_head("author", l("Author")) %] - [% sort_head("renews", l("Renewals Left")) %] + [% sort_head("renews", l("Renewals Left")) %] [% sort_head("due", l("Due Date")) %] [% sort_head("barcode", l("Barcode")) %] [% sort_head("callnum", l("Call Number")) %] diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 index 430e66af87..74806e087f 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2 @@ -9,7 +9,7 @@ count = ctx.hold_history_ids.size; %] -

[% l('Holds History') %]

+

[% l('Holds History') %]

[% l("PINES Account Tips") %]
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 index f184f1de0b..755532c409 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/holds.tt2 @@ -1,7 +1,6 @@ [% PROCESS "opac/parts/header.tt2"; PROCESS "opac/parts/misc_util.tt2"; PROCESS "opac/parts/hold_status.tt2"; - PROCESS "opac/parts/hold_notify.tt2"; PROCESS "opac/parts/myopac/column_sort_support.tt2"; WRAPPER "opac/parts/myopac/base.tt2"; myopac_page = "holds"; @@ -89,7 +88,6 @@ [% l('Pickup Location') %] [% l('Cancel if not filled by') %] [% l('Status') %] - [% l('Notify Method') %] [% l('Notes') %] [% l('Edit') %] @@ -232,12 +230,6 @@ [% PROCESS get_hold_status hold=hold; %]
- - Notify Method -
- [% PROCESS get_hold_notify h=ahr; %] -
- Notes [%- FOREACH pubnote IN ahr.notes; diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/holds/edit.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/holds/edit.tt2 index 06755c6088..8991cba24e 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/holds/edit.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/holds/edit.tt2 @@ -39,49 +39,48 @@
-
+
[% l('Status') %]: [% hold.human_status %]
-
-
-
+
[% IF hold.hold.status < 3 OR hold.hold.status == 7 %] [%# The following actions cannot be performed on holds that have already been captured... %] - - + + [% l('Cancel unless filled by') %] +
- +
- -
- - -
- - -
+ + + [% l('Active?') %] + + + + [% l('If suspended, activate on') %] + +
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 index 0f04c5b5a3..e9929012b2 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 @@ -54,7 +54,7 @@
[% END %] diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/main.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/main.tt2 index 0b53b83a42..4691639616 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/main.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/main.tt2 @@ -17,7 +17,7 @@
- [% l("Account Expiration Date - ") %] + [% l("Account Expiration Date") %]: [% date.format(ctx.parse_datetime(ctx.user.expire_date), DATE_FORMAT) %]
@@ -34,19 +34,19 @@

diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/main_payments.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/main_payments.tt2 index fc86b7437d..af63b4f646 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/main_payments.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/main_payments.tt2 @@ -37,7 +37,7 @@ [% l('Payment Date') %] [% l('Payment For') %] - [% l('Amount') %] + [% l('Amount Paid') %] [% l('Receipt') %] @@ -57,11 +57,11 @@ Receipt Options: - +
- +
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/messages/list.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/messages/list.tt2 index 07b646d6a1..593b5238bf 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/messages/list.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/messages/list.tt2 @@ -66,9 +66,9 @@
- - - + + +
[% IF count < 1 %]
[% l('No messages found.') %]
@@ -115,7 +115,7 @@ Message Options - Read + [% l("Read") %] [% END %] diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/prefs.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/prefs.tt2 index 76c9d98ad7..763e5571ab 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/prefs.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/prefs.tt2 @@ -164,7 +164,7 @@
- Addresses + [% l("Addresses") %]
diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_my_lists.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_my_lists.tt2 index f5ca19ed98..c9d96efeab 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_my_lists.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_my_lists.tt2 @@ -35,7 +35,7 @@ selected='selected'[% END %]>[% val | html %] [% END %] - + @@ -54,7 +54,7 @@ selected='selected'[% END %]>[% val | html %] [% END %] - + diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_notify.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_notify.tt2 index 1a61df77b9..5979f84465 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_notify.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_notify.tt2 @@ -82,7 +82,7 @@ - [% l('Hint: use the full 10 digits of your phone #, no spaces, no dashes'); %] + [% l('Hint: use the full 10 digits of your phone number, no spaces, no dashes'); %] [% END %] diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_settings.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_settings.tt2 index 2384df3445..b3efce2379 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_settings.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/prefs_settings.tt2 @@ -47,7 +47,7 @@ selected='selected'[% END %]>[% val | html %] [% END %] - + diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/advanced/expert.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/advanced/expert.tt2 index 243e7d05c9..f4e787456f 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/advanced/expert.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/advanced/expert.tt2 @@ -1,6 +1,6 @@ -

Expert Search

-

Search the MARC record.

+

[% l("Expert Search") %]

+

[% l("Search the MARC record.") %]

diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/advanced/numeric.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/advanced/numeric.tt2 index 0d4326aad8..7066389859 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/advanced/numeric.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/advanced/numeric.tt2 @@ -1,6 +1,6 @@ -

Numeric Search

-

Search by a field and numeric identifier.

+

[% l("Numeric Search") %]

+

[% l("Search by a field and numeric identifier.") %]