Fix bugs in previous commit user/rsteed/nohtmli18nstrings
authorRemington Steed <rjs7@calvin.edu>
Fri, 9 Aug 2013 18:27:55 +0000 (14:27 -0400)
committerRemington Steed <rjs7@calvin.edu>
Fri, 9 Aug 2013 19:11:36 +0000 (15:11 -0400)
This commit fixes a few syntax errors. It also removes a <br> that was
missed in the previous commit.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Open-ILS/src/templates/kpac/getit.tt2
Open-ILS/src/templates/kpac/getit_results.tt2

index 56c18e2..a807b0d 100644 (file)
@@ -27,7 +27,7 @@
                     <div class="top_side">
                         <h2>[% l('get it!') %]</h2>
                         <p>[% l('If you would like to place a hold on this item, please enter the ' _
-                            'following information and click<br />Submit below:') %]</p>
+                            'following information and click Submit below:') %]</p>
                     </div>
 
                     <form method='POST'><!-- login + place hold form -->
index 994b489..18b12ea 100644 (file)
         <h2 class="sub_header2">[% l('You Saved It!') %]</h2>
         <p>
         [% l('You successfully saved [_1].', title_html) %]<br/>
-        [% l('To manage your lists, go to [_1]My Lists[_2]', '<a href="' _ mkurl(ctx.opac_root _ '/myopac/lists', {}, 1) _ '">', '</a>) %]
+        [% l('To manage your lists, go to [_1]My Lists[_2]', '<a href="' _ mkurl(ctx.opac_root _ '/myopac/lists', {}, 1) _ '">', '</a>') %]
         <p>
     [% ELSIF ctx.added_to_list %]
         [% list_html = ctx.list.name | html %]
         <h2 class="sub_header2">[% l('You Saved It!') %]</h2>
         <p>
         [% l('You successfully saved [_1] to [_2].', title_html, list_html) %]<br/>
-        [% l('To manage your lists, go to [_1]My Lists[_2]', '<a href="' _ mkurl(ctx.opac_root _ '/myopac/lists', {}, 1) _ '">', '</a>) %]
-        [% END %]
+        [% l('To manage your lists, go to [_1]My Lists[_2]', '<a href="' _ mkurl(ctx.opac_root _ '/myopac/lists', {}, 1) _ '">', '</a>') %]
         <p>
     [% ELSIF CGI.param('hold') %]
         [% lib_html = ctx.get_aou(ctx.hold.pickup_lib).name | html %]