[Rt-devel] [patch] select custom field display
Jerrad Pierce
jpierce at cambridgeenergyalliance.org
Mon Sep 8 14:47:55 EDT 2008
It seems there's a typo in EditCustomFielSelect, which makes single
value fields unnecessarily large
+++ share/html/Elements/EditCustomFieldSelect 2008-09-08
14:45:28.000000000 -0400
@@ -64,7 +64,7 @@
</select><br />
% }
<select name="<%$id%>-Values" id="<%$id%>-Values"
-% if ( $Rows && ( $Multiple || !@category ) ) {
+% if ( $Rows && ( $Multiple || !!@category ) ) {
size="<% $Rows %>"
% }
<% $Multiple && qq[multiple="multiple"] |n %> >
[
--
Cambridge Energy Alliance: Save money & the planet
More information about the Rt-devel
mailing list