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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-2 / +2 lines)
Lines 170-175 Link Here
170
                        <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
170
                        <a id="selectall" href="#"><i class="fa fa-check"></i> Select all</a>
171
                        | <a id="clearall" href="#"><i class="fa fa-times"></i> Clear all</a>
171
                        | <a id="clearall" href="#"><i class="fa fa-times"></i> Clear all</a>
172
                    </div>
172
                    </div>
173
                    [% new_due_dates.size %]
173
                    <table id="checkouts">
174
                    <table id="checkouts">
174
                        <thead>
175
                        <thead>
175
                            <tr>
176
                            <tr>
Lines 193-199 Link Here
193
                                    <td>[% checkout.item.home_branch.branchname | html %]</td>
194
                                    <td>[% checkout.item.home_branch.branchname | html %]</td>
194
                                    <td data-order="[% checkout.issuedate | html %]">[% checkout.issuedate | $KohaDates %]</td>
195
                                    <td data-order="[% checkout.issuedate | html %]">[% checkout.issuedate | $KohaDates %]</td>
195
                                    <td>[% Branches.GetName( checkout.branchcode ) | html %]</td>
196
                                    <td>[% Branches.GetName( checkout.branchcode ) | html %]</td>
196
                                    <td data-order="[% new_due_dates.shift | html %]"> [% new_due_dates.shift | $KohaDates as_due_date => 1 %] </td>
197
                                    <td data-order="[% new_due_dates.0 | html %]"> [% new_due_dates.shift | $KohaDates as_due_date => 1 %] </td>
197
                                </tr>
198
                                </tr>
198
                            [% END %]
199
                            [% END %]
199
                        </tbody>
200
                        </tbody>
200
- 

Return to bug 27248