From 8f7906377ca3165cc2a398dfdff30531787d6368 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 22 Feb 2002 06:42:28 +0000 Subject: [PATCH] UI in joblisting: don't split ( retry | remove ) links --- FS/FS/queue.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/FS/FS/queue.pm b/FS/FS/queue.pm index 69dc71a0b..3260de20d 100644 --- a/FS/FS/queue.pm +++ b/FS/FS/queue.pm @@ -253,8 +253,8 @@ END $status .= ': '. $queue->statustext if $queue->statustext; if ( ! $noactions && $status =~ /^failed/ || $status =~ /^locked/ ) { $status .= - qq! ( retry |!. - qq! remove )!; + qq! ( retry |!. + qq! remove )!; } my $cust_svc = $queue->cust_svc; my $account; @@ -289,7 +289,7 @@ END =head1 VERSION -$Id: queue.pm,v 1.5 2002-02-22 06:39:23 ivan Exp $ +$Id: queue.pm,v 1.6 2002-02-22 06:42:28 ivan Exp $ =head1 BUGS -- 2.11.0