[Rt-commit] r2941 - rt/branches/CHALDEA-EXPERIMENTAL/html/Elements
autrijus at bestpractical.com
autrijus at bestpractical.com
Tue May 24 11:41:36 EDT 2005
Author: autrijus
Date: Tue May 24 11:41:35 2005
New Revision: 2941
Modified:
rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditCustomFieldCombobox
Log:
* layout fix for w3m re: Combobox
Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditCustomFieldCombobox
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditCustomFieldCombobox (original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditCustomFieldCombobox Tue May 24 11:41:35 2005
@@ -54,8 +54,9 @@
<span id="<% $name %>_Container">
<input name="<% $name %>" value="<% $Default %>" type="text" id="<% $name %>" autocomplete="off" />
-<span id="<% $name %>_Button"></span></span><select name="List-<% $name %>" id="<% $name %>_List" onchange="ComboBox_SimpleAttach(this, this.form['<% $name %>']); " rows="<% $Rows %>">
+<br style="display: none"><span id="<% $name %>_Button"></span></span><select name="List-<% $name %>" id="<% $name %>_List" onchange="ComboBox_SimpleAttach(this, this.form['<% $name %>']); " rows="<% $Rows %>">
% my $CFVs = $CustomField->Values;
+<option style="display: none" value="">-</option>
% while ($CFVs and my $value = $CFVs->Next ) {
<option value="<%$value->Name%>"><% $value->Name%></option>
% }
More information about the Rt-commit
mailing list