[Rt-commit] r12117 - in rt/branches/3.8-TESTING: html/Widgets
sartak at bestpractical.com
sartak at bestpractical.com
Tue May 6 17:51:11 EDT 2008
Author: sartak
Date: Tue May 6 17:51:11 2008
New Revision: 12117
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/Widgets/SelectionBox
Log:
r55136 at onn: sartak | 2008-05-06 17:49:47 -0400
Replace the arrows in the SelectionBox widget with > ^ and v
Modified: rt/branches/3.8-TESTING/html/Widgets/SelectionBox
==============================================================================
--- rt/branches/3.8-TESTING/html/Widgets/SelectionBox (original)
+++ rt/branches/3.8-TESTING/html/Widgets/SelectionBox Tue May 6 17:51:11 2008
@@ -195,7 +195,7 @@
<option value="<% $_->[0] %>"><% $_->[1] %></option>
% }
</select>
-<input name="add" type="submit" class="button" value=" → " />
+<input name="add" type="submit" class="button" value=" > " />
<select name="<%$name%>-Selected" id="<%$name%>-Selected" size="<%$size%>" multiple="multiple">
% for (@{$self->{Current}}) {
<option value="<% $_ %>"
@@ -206,8 +206,8 @@
% }
</select>
% unless ($ARGS{'NoArrows'}) {
- <input name="moveup" type="submit" class="button" value=" ↑ " />
- <input name="movedown" type="submit" class="button" value=" ↓ " />
+ <input name="moveup" type="submit" class="button" value=" ^ " />
+ <input name="movedown" type="submit" class="button" value=" v " />
% }
<input name="remove" type="submit" class="button" value="<&|/l&>Delete</&>" />
% if ($ARGS{'Clear'}) {
More information about the Rt-commit
mailing list