From 8103c1fc1b2c27a6855feadf26f91b980a54bc52 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 2 Mar 2008 04:11:51 +0000 Subject: import rt 3.6.6 --- rt/html/Widgets/SelectionBox | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'rt/html/Widgets/SelectionBox') diff --git a/rt/html/Widgets/SelectionBox b/rt/html/Widgets/SelectionBox index 910b20b25..38ae7a04a 100644 --- a/rt/html/Widgets/SelectionBox +++ b/rt/html/Widgets/SelectionBox @@ -146,6 +146,10 @@ else { } } + if ($ARGS{clear}) { + $current = []; + } + $self->{Current} = $current; } @@ -201,9 +205,14 @@ selected="selected" ><% $self->{_item_map}{$_} %> % } +% unless ($ARGS{'NoArrows'}) { +% } +% if ($ARGS{'Clear'}) { + +% } % my $caption = ""; % unless ($self->{'AutoSave'}) { -- cgit v1.2.1