X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fqueue.html;h=e5f7aed6adebad966431128094f349789817eb6d;hb=f48936de00e81e89ea0f84b28e9c7b213fe898a8;hp=125a6f7f619147e08f837f1d76f0ef0c41d16c98;hpb=40a7b3dc653e099f7bd0bd762b649b04c4432db2;p=freeside.git diff --git a/httemplate/search/queue.html b/httemplate/search/queue.html index 125a6f7f6..e5f7aed6a 100644 --- a/httemplate/search/queue.html +++ b/httemplate/search/queue.html @@ -50,10 +50,14 @@ || ( ! $noactions && $status =~ /^failed/ || $status =~ /^locked/ + || $status =~ /^done/ ); if ( $changable ) { + $status .= qq! (!; + $status .= + qq!  retry |! + unless $status =~ /^done/; $status .= - qq! ( retry |!. qq! remove )!; } $status;