View | Details | Raw Unified | Return to bug 36074
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +2 lines)
Lines 247-253 Link Here
247
247
248
                                [% IF ADDITIONAL_MATERIALS %]
248
                                [% IF ADDITIONAL_MATERIALS %]
249
                                    <li>
249
                                    <li>
250
                                        Please confirm that the accompanying materials are present: [% ADDITIONAL_MATERIALS | html %]
250
                                       <span class="mats_spec_label"> Please confirm that the accompanying materials are present: </span>
251
                                       <span class="mats_spec_message">[% ADDITIONAL_MATERIALS | html %]</span>
251
                                    </li>
252
                                    </li>
252
                                [% END %]
253
                                [% END %]
253
254
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-2 / +2 lines)
Lines 414-420 Link Here
414
                                        <div class="modal-body">
414
                                        <div class="modal-body">
415
                                            <ul>
415
                                            <ul>
416
                                                <li>
416
                                                <li>
417
                                                    Please confirm that the accompanying materials are present: <strong>[% additional_materials | html %]</strong>
417
                                                    <span class="mats_spec_label">Please confirm that the accompanying materials are present: </span>
418
                                                    <span class="mats_spec_message">[% additional_materials | html %]</span>
418
                                                </li>
419
                                                </li>
419
                                            </ul>
420
                                            </ul>
420
                                        </div>
421
                                        </div>
421
- 

Return to bug 36074