From 5880711a9095af9efbe42be8aaeb1f17705ca2cd Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Tue, 1 Dec 2020 15:43:38 +0100
Subject: [PATCH] Bug 27109: Remove Replay action - not implemented

Signed-off-by: David Nind <david@davidnind.com>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt
index 8731486026..ae1aea46df 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt
@@ -152,7 +152,7 @@
                     <th>Enqueued on</th>
                     <th>Started on</th>
                     <th>Ended on</th>
-                    <th>Actions (NIY)</th>
+                    <th>Actions</th>
                 </tr>
             </thead>
             <tbody>
@@ -176,7 +176,6 @@
                         [% IF job.status == 'new' || job.status == 'started' %]
                             <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>
                         [% END %]
-                        <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>
                     </td>
                 </tr>
                 [% END %]
-- 
2.11.0