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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-3 / +2 lines)
Lines 82-88 Link Here
82
                    [% END %]
82
                    [% END %]
83
83
84
                    [% IF view == 'form' %]
84
                    [% IF view == 'form' %]
85
                        <form method="post" action="/cgi-bin/koha/tools/batch_extend_due_dates.pl" id="extend_due_dates_form">
85
                        <form method="get" action="/cgi-bin/koha/tools/batch_extend_due_dates.pl" id="extend_due_dates_form">
86
                            [% INCLUDE 'csrf-token.inc' %]
86
                            [% INCLUDE 'csrf-token.inc' %]
87
                            <fieldset class="rows">
87
                            <fieldset class="rows">
88
                                <legend>Checkout criteria:</legend>
88
                                <legend>Checkout criteria:</legend>
Lines 150-156 Link Here
150
                                </ol>
150
                                </ol>
151
                            </fieldset>
151
                            </fieldset>
152
                            <fieldset class="action">
152
                            <fieldset class="action">
153
                                <input type="hidden" name="op" value="cud-list" />
153
                                <input type="hidden" name="op" value="list" />
154
                                <input type="submit" class="btn btn-primary" value="Continue" />
154
                                <input type="submit" class="btn btn-primary" value="Continue" />
155
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
155
                                <a class="cancel" href="/cgi-bin/koha/tools/tools-home.pl">Cancel</a>
156
                            </fieldset>
156
                            </fieldset>
157
- 

Return to bug 37483