<div id='holds_box' class='canvas' style='margin-top: 6px;'>
<div class="header_middle">
- <span class="float-left">[% l('Place Hold On:') %]</span>
+ <span class="float-left">[% l('Place Hold') %]</span>
</div>
[% some_holds_allowed = -1 %]
[% IF ctx.default_phone_notify %]checked="checked"[% END %]/>
<label for="phone_notify_checkbox">[% l('Yes, by Phone') %]</label><br/>
<blockquote>
- <label>[% l('Phone Number: ') %]<input type="text" name="phone_notify" [% setting = 'opac.default_phone';
+ <label>[% l('Phone Number:') %] <input type="text" name="phone_notify" [% setting = 'opac.default_phone';
IF ctx.user_setting_map.$setting; %] value='[% ctx.user_setting_map.$setting | html %]'
[%- ELSIF ctx.user.day_phone; %] value='[% ctx.user.day_phone | html %]' [% END %]/></label>
</blockquote>