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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-1 / +2 lines)
Lines 248-253 Link Here
248
248
249
                            [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
249
                            [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
250
                                <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
250
                                <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
251
                                    <fieldset>
251
                                    <input type="hidden" name="restoreduedatespec" />
252
                                    <input type="hidden" name="restoreduedatespec" />
252
253
253
                                    [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %]
254
                                    [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %]
Lines 335-340 Link Here
335
336
336
                                    <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" />
337
                                    <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" />
337
                                    <input type="hidden" name="auto_renew" value="[% auto_renew | html %]" />
338
                                    <input type="hidden" name="auto_renew" value="[% auto_renew | html %]" />
339
                                    </fieldset>
338
                                </form>
340
                                </form>
339
                            [% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
341
                            [% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
340
342
341
- 

Return to bug 17798