From 6d26f1e3b86d447a86d099708970252f8e215ccd Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Fri, 9 Aug 2013 14:27:55 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/kpac/getit.tt2 | 2 +- Open-ILS/src/templates/kpac/getit_results.tt2 | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 %] -- 2.11.0