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 566-574 Link Here
566
                                                    [% UNLESS ( noissues ) %]
566
                                                    [% UNLESS ( noissues ) %]
567
                                                        <div id="set-automatic-renewal" class="circ-setting">
567
                                                        <div id="set-automatic-renewal" class="circ-setting">
568
                                                            [% IF NEEDSCONFIRMATION %]
568
                                                            [% IF NEEDSCONFIRMATION %]
569
                                                                <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" />
569
                                                                [% IF auto_renew %]
570
                                                                    <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" checked="checked" />
571
                                                                [% ELSE %]
572
                                                                    <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" />
573
                                                                [% END %]
570
                                                            [% ELSE %]
574
                                                            [% ELSE %]
571
                                                                <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" class="circ_setting" />
575
                                                                [% IF auto_renew %]
576
                                                                    <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" class="circ_setting" checked="checked" />
577
                                                                [% ELSE %]
578
                                                                    <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" class="circ_setting" />
579
                                                                [% END %]
572
                                                            [% END %]
580
                                                            [% END %]
573
581
574
                                                            <label for="auto_renew">Automatic renewal</label>
582
                                                            <label for="auto_renew">Automatic renewal</label>
575
- 

Return to bug 24171