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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-3 lines)
Lines 174-180 Link Here
174
                                <th>Type</th>
174
                                <th>Type</th>
175
                                <th>Queued</th>
175
                                <th>Queued</th>
176
                                <th>Started</th>
176
                                <th>Started</th>
177
                                <th>Ended</th>
178
                                <th class="noExport">Actions</th>
177
                                <th class="noExport">Actions</th>
179
                            </tr>
178
                            </tr>
180
                        </thead>
179
                        </thead>
Lines 191-197 Link Here
191
                                </td>
190
                                </td>
192
                                <td>[% job.enqueued_on | $KohaDates with_hours = 1 %]</td>
191
                                <td>[% job.enqueued_on | $KohaDates with_hours = 1 %]</td>
193
                                <td>[% job.started_on| $KohaDates with_hours = 1 %]</td>
192
                                <td>[% job.started_on| $KohaDates with_hours = 1 %]</td>
194
                                <td>[% job.ended_on| $KohaDates with_hours = 1 %]</td>
195
                                <td class="actions">
193
                                <td class="actions">
196
                                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/background_jobs.pl?op=view&amp;id=[% job.id | html %]"><i class="fa fa-eye"></i> View</a>
194
                                    <a class="btn btn-default btn-xs" href="/cgi-bin/koha/admin/background_jobs.pl?op=view&amp;id=[% job.id | html %]"><i class="fa fa-eye"></i> View</a>
197
                                    [% IF job.status == 'new' || job.status == 'started' %]
195
                                    [% IF job.status == 'new' || job.status == 'started' %]
198
- 

Return to bug 30462