From: Bill Erickson Date: Mon, 14 Feb 2011 00:06:21 +0000 (-0500) Subject: localization fixed for plac hold UI X-Git-Tag: opac-tt-poc-demo2~27^2~16^2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0d9685eb39d25cb1816841db9b0c73041fa59fd0;p=evergreen%2Fequinox.git localization fixed for plac hold UI --- diff --git a/Open-ILS/web/templates/default/opac/parts/place_hold.tt2 b/Open-ILS/web/templates/default/opac/parts/place_hold.tt2 index 7c99ec0277..efe30926de 100644 --- a/Open-ILS/web/templates/default/opac/parts/place_hold.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/place_hold.tt2 @@ -44,7 +44,7 @@
[% l("Hold was not successfully placed"); %]
[% IF ctx.hold_failed_event %]
- Problem: + [% l('Problem:') %] [% ctx.hold_failed_event.desc || ctx.hold_failed_event.payload.fail_part || @@ -63,39 +63,41 @@ value="[% ctx.referer | replace('^http:', 'https:') | html %]" />

Place Hold

- You would like to place a hold on - [% attrs.title %] - to be picked up at - - [% ctx.find_aou(ctx.default_pickup_lib).name %]. -
+ [% | l(attrs.title, ctx.find_aou(ctx.default_pickup_lib).name) %] + You would like to place a hold on [_1] to be picked up at [_2]. If this is correct, press SUBMIT. + [% END %]

- If you would like to change the library pick up location, select - from the + [% l('If you would like to change the library pick up location, select from the location dropdown menu.') %] +
[% PROCESS "default/opac/parts/org_selector.tt2"; - PROCESS build_org_selector name='pickup_lib' value=ctx.default_pickup_lib %]
- Location dropdown menu. + PROCESS build_org_selector name='pickup_lib' value=ctx.default_pickup_lib %]

-

If you use the Traveling Library Center (TLC) and ABC Express +

+ [% |l %]If you use the Traveling Library Center (TLC) and ABC Express services, please select "Outreach" to have the item delivered - during your scheduled visit.

- + during your scheduled visit.[% END %] +

+        Cancel + alt="[% l('Cancel') %]" src="[% ctx.media_prefix %]/images/btnCancel.png" />

-

* If you need your item today, and it is checked in at your +

+ [% |l %]* If you need your item today, and it is checked in at your library, please place your hold and then call your library to set it aside. Placing a hold without calling the library will increase your - wait time.
Library phone numbers. + wait time.[% END %] +
[% l('Library phone numbers.') %] +

+

+ [% |l %]* For best possible service, we recommend keeping + a printed copy of your most recent holds list.[% END %]

-

* For best possible service, we recommend keeping a printed copy of - your most recent holds list.

- [% END # ctx.hold_success %] + [% END %] @@ -268,7 +270,10 @@ [% l("The phone number does not have the correct format. The expected format is XXX-YYY-ZZZZ") %] - [% l("No items were found that could fulfill the requested holds. It's possible that choosing a different format will result in a successful hold. It is also possible that you have exceeded the number of allowable holds. For further information, please consult your local librarian.") %] + [% |l %]No items were found that could fulfill the requested holds. + It's possible that choosing a different format will result in a successful hold. + It is also possible that you have exceeded the number of allowable holds. + For further information, please consult your local librarian.[% END %]
@@ -314,11 +319,23 @@ [% l("Electronic Resources") %] - [% l("If you wish to broaden the scope of your hold to include other versions of this title, select the formats that would be acceptable. The first available copy will be sent to you.") %] + + [% |l %]If you wish to broaden the scope of your hold to include other versions of this title, + select the formats that would be acceptable. The first available copy will be sent to you.[% END %] + + [% l("Please select a physical location where your hold can be delivered.") %] [% l("A hold already exists on the requested item.") %] [% l("A hold already exists on the requested item. Would you like to create the hold anyway?") %] - [% l("PATRON BARRED. Please see any notes in the \"Staff Notes\" section of your \"My Account\" page or contact your local library.") %] - [% l("This hold is no longer valid. It's likely that the target for the hold was deleted from the system. Please cancel this hold and place a new one.") %] + + + [% |l %]PATRON BARRED. Please see any notes in the "Staff Notes" section of your + "My Account" page or contact your local library.[% END %] + + + + [% |l %]This hold is no longer valid. It's likely that the target for the hold was + deleted from the system. Please cancel this hold and place a new one.[% END %] + [% l("The patron barcode entered as the hold recipient is invalid.") %]