<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 -->
<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 %]