import rt 3.6.6
[freeside.git] / rt / html / Search / Elements / DisplayOptions
index 4bed090..cc57f96 100644 (file)
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <&| /Widgets/TitleBox, title => loc("Display Columns") &>
-<table>
+<table width="100%">
 <tr>
 <td>
 <& EditFormat, %ARGS &>
@@ -64,7 +64,7 @@
 <td class="value">
 <select name="OrderBy">
 % if ($o > 0) {
-<option value="">[none]</option>
+<option value=""><&|/l&>~[none~]</&></option>
 % }
 % foreach my $field (sort keys %fields) {
 %    next unless $field;