From: Remington Steed Date: Fri, 9 Aug 2013 18:27:55 +0000 (-0400) Subject: Fix bugs in previous commit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6d26f1e3b86d447a86d099708970252f8e215ccd;p=working%2FEvergreen.git Fix bugs in previous commit This commit fixes a few syntax errors. It also removes a
that was missed in the previous commit. Signed-off-by: Remington Steed --- diff --git a/Open-ILS/src/templates/kpac/getit.tt2 b/Open-ILS/src/templates/kpac/getit.tt2 index 56c18e297d..a807b0d233 100644 --- a/Open-ILS/src/templates/kpac/getit.tt2 +++ b/Open-ILS/src/templates/kpac/getit.tt2 @@ -27,7 +27,7 @@

[% l('get it!') %]

[% l('If you would like to place a hold on this item, please enter the ' _ - 'following information and click
Submit below:') %]

+ 'following information and click Submit below:') %]

diff --git a/Open-ILS/src/templates/kpac/getit_results.tt2 b/Open-ILS/src/templates/kpac/getit_results.tt2 index 994b489b26..18b12ea2cd 100644 --- a/Open-ILS/src/templates/kpac/getit_results.tt2 +++ b/Open-ILS/src/templates/kpac/getit_results.tt2 @@ -15,15 +15,14 @@

[% l('You Saved It!') %]

[% l('You successfully saved [_1].', title_html) %]
- [% l('To manage your lists, go to [_1]My Lists[_2]', '', ') %] + [% l('To manage your lists, go to [_1]My Lists[_2]', '', '') %]

[% ELSIF ctx.added_to_list %] [% list_html = ctx.list.name | html %]

[% l('You Saved It!') %]

[% l('You successfully saved [_1] to [_2].', title_html, list_html) %]
- [% l('To manage your lists, go to [_1]My Lists[_2]', '', ') %] - [% END %] + [% l('To manage your lists, go to [_1]My Lists[_2]', '', '') %]

[% ELSIF CGI.param('hold') %] [% lib_html = ctx.get_aou(ctx.hold.pickup_lib).name | html %]