Lines 54-62
Link Here
|
54 |
<div id="autoswitched" class="dialog message">Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron.</div> |
54 |
<div id="autoswitched" class="dialog message">Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron.</div> |
55 |
[% END %] |
55 |
[% END %] |
56 |
|
56 |
|
57 |
[% IF additional_materials %] |
57 |
[% IF ADDITIONAL_MATERIALS %] |
58 |
<div id="materials" class="dialog message">Note about the accompanying materials: <br /> |
58 |
<div id="materials" class="dialog message">Note about the accompanying materials: <br /> |
59 |
[% additional_materials | html %] |
59 |
[% ADDITIONAL_MATERIALS | html %] |
60 |
</div> |
60 |
</div> |
61 |
[% END %] |
61 |
[% END %] |
62 |
|
62 |
|
Lines 82-88
Link Here
|
82 |
|
82 |
|
83 |
[% IF ( NEEDSCONFIRMATION ) %] |
83 |
[% IF ( NEEDSCONFIRMATION ) %] |
84 |
<div id="circ_needsconfirmation" class="dialog alert audio-alert-action"> |
84 |
<div id="circ_needsconfirmation" class="dialog alert audio-alert-action"> |
85 |
[% IF CAN_user_circulate_force_checkout or additional_materials %] |
85 |
[% IF CAN_user_circulate_force_checkout or ADDITIONAL_MATERIALS %] |
86 |
<h3>Please confirm checkout</h3> |
86 |
<h3>Please confirm checkout</h3> |
87 |
[% ELSE %] |
87 |
[% ELSE %] |
88 |
<h3>Cannot check out</h3> |
88 |
<h3>Cannot check out</h3> |
Lines 198-206
Link Here
|
198 |
</li> |
198 |
</li> |
199 |
[% END %] |
199 |
[% END %] |
200 |
|
200 |
|
201 |
[% IF additional_materials %] |
201 |
[% IF ADDITIONAL_MATERIALS %] |
202 |
<li> |
202 |
<li> |
203 |
Please confirm that the accompanying materials are present: [% additional_materials | html %] |
203 |
Please confirm that the accompanying materials are present: [% ADDITIONAL_MATERIALS | html %] |
204 |
</li> |
204 |
</li> |
205 |
[% END %] |
205 |
[% END %] |
206 |
</ul> |
206 |
</ul> |