[Rt-commit] r9879 - in rt/branches/3.6-RELEASE: .
sartak at bestpractical.com
sartak at bestpractical.com
Tue Dec 11 08:13:28 EST 2007
Author: sartak
Date: Tue Dec 11 08:13:27 2007
New Revision: 9879
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
Log:
r48883 at onn: sartak | 2007-12-11 08:13:12 -0500
Add a NoArrows option to selectionbox, for when order doesn't matter
Modified: rt/branches/3.6-RELEASE/html/Widgets/SelectionBox
==============================================================================
--- rt/branches/3.6-RELEASE/html/Widgets/SelectionBox (original)
+++ rt/branches/3.6-RELEASE/html/Widgets/SelectionBox Tue Dec 11 08:13:27 2007
@@ -201,8 +201,10 @@
><% $self->{_item_map}{$_} %></option>
% }
</select>
+% unless ($ARGS{'NoArrows'}) {
<input name="moveup" type="submit" class="button" value=" ↑ " />
<input name="movedown" type="submit" class="button" value=" ↓ " />
+% }
<input name="remove" type="submit" class="button" value="<&|/l&>Delete</&>" />
% my $caption = "";
More information about the Rt-commit
mailing list