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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-3 / +10 lines)
Lines 565-573 Link Here
565
                                                    [% UNLESS ( noissues ) %]
565
                                                    [% UNLESS ( noissues ) %]
566
                                                        <div id="set-automatic-renewal" class="circ-setting">
566
                                                        <div id="set-automatic-renewal" class="circ-setting">
567
                                                            [% IF NEEDSCONFIRMATION %]
567
                                                            [% IF NEEDSCONFIRMATION %]
568
                                                                <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" />
568
                                                                [% IF auto_renew %]
569
                                                                    <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" checked="checked" />
570
                                                                [% ELSE %]
571
                                                                    <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" />
572
                                                                [% END %]
569
                                                            [% ELSE %]
573
                                                            [% ELSE %]
570
                                                                <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" class="circ_setting" />
574
                                                                [% IF auto_renew %]
575
                                                                    <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" class="circ_setting" checked="checked" />
576
                                                                [% ELSE %]
577
                                                                    <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" class="circ_setting" />
578
                                                                [% END %]
571
                                                            [% END %]
579
                                                            [% END %]
572
580
573
                                                            <label for="auto_renew">Automatic renewal</label>
581
                                                            <label for="auto_renew">Automatic renewal</label>
574
- 

Return to bug 24171