summaryrefslogtreecommitdiff
path: root/FS/FS/queue.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-02-22 06:42:28 +0000
committerivan <ivan>2002-02-22 06:42:28 +0000
commit8f7906377ca3165cc2a398dfdff30531787d6368 (patch)
tree100e2cd5220118d6b29ac3886a03200daddc95ff /FS/FS/queue.pm
parentdbb26e8eeae5866a4bb48f170229d019e32affef (diff)
UI in joblisting: don't split ( retry | remove ) links
Diffstat (limited to 'FS/FS/queue.pm')
-rw-r--r--FS/FS/queue.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/queue.pm b/FS/FS/queue.pm
index 69dc71a..3260de2 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! ( <A HREF="$p/misc/queue.cgi?jobnum=$jobnum&action=new">retry</A> |!.
- qq! <A HREF="$p/misc/queue.cgi?jobnum=$jobnum&action=del">remove </A> )!;
+ qq! (&nbsp;<A HREF="$p/misc/queue.cgi?jobnum=$jobnum&action=new">retry</A>&nbsp;|!.
+ qq!&nbsp;<A HREF="$p/misc/queue.cgi?jobnum=$jobnum&action=del">remove</A>&nbsp;)!;
}
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