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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-3 / +1 lines)
Lines 152-158 Link Here
152
                    <th>Enqueued on</th>
152
                    <th>Enqueued on</th>
153
                    <th>Started on</th>
153
                    <th>Started on</th>
154
                    <th>Ended on</th>
154
                    <th>Ended on</th>
155
                    <th>Actions (NIY)</th>
155
                    <th>Actions</th>
156
                </tr>
156
                </tr>
157
            </thead>
157
            </thead>
158
            <tbody>
158
            <tbody>
Lines 176-182 Link Here
176
                        [% IF job.status == 'new' || job.status == 'started' %]
176
                        [% IF job.status == 'new' || job.status == 'started' %]
177
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/background_jobs.pl?op=cancel&amp;id=[% job.id | html %]"><i class="fa fa-trash"></i> Cancel</a>
177
                            <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/background_jobs.pl?op=cancel&amp;id=[% job.id | html %]"><i class="fa fa-trash"></i> Cancel</a>
178
                        [% END %]
178
                        [% END %]
179
                        <a class="btn btn-default btn-xs disabled" href="/cgi-bin/koha/admin/background_jobs.pl?op=replay&amp;id=[% job.id | html %]"><i class="fa fa-refresh"></i> Replay</a>
180
                    </td>
179
                    </td>
181
                </tr>
180
                </tr>
182
                [% END %]
181
                [% END %]
183
- 

Return to bug 27109