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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +2 lines)
Lines 235-241 Link Here
235
                                [% END %]
235
                                [% END %]
236
                            </ul>
236
                            </ul>
237
237
238
                            [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
238
                            [% IF CAN_user_circulate_force_checkout or HIGHHOLDS or ADDITIONAL_MATERIALS %]
239
                                <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
239
                                <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
240
                                    <input type="hidden" name="restoreduedatespec" />
240
                                    <input type="hidden" name="restoreduedatespec" />
241
241
Lines 328-334 Link Here
328
                                <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
328
                                <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
329
                                <input type="hidden" name="restoreduedatespec" />
329
                                <input type="hidden" name="restoreduedatespec" />
330
                                <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
330
                                <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
331
                                [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
331
                                [% IF CAN_user_circulate_force_checkout or HIGHHOLDS or ADDITIONAL_MATERIALS %]
332
                                    [% IF ( RENEW_ISSUE ) %]
332
                                    [% IF ( RENEW_ISSUE ) %]
333
                                        <button type="submit" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't renew (N)</button>
333
                                        <button type="submit" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't renew (N)</button>
334
                                    [% ELSE %]
334
                                    [% ELSE %]
335
- 

Return to bug 29504