Displaying 1 result from an estimated 1 matches for "kb_short_description".
2006 Jul 27
1
Weird issue with editing data.
...br />
<%= error_messages_for ''knowledgebase'' %>
<!--[form:knowledgebase]-->
<p><label for="kb_title">Title</label><br/>
<%= text_field ''kb'', ''title''%></p>
<p><label for="kb_short_description">Short Description</label><br/>
<%= text_field ''kb'', ''short_description'', :size => "90" %></p>
<p><%=text_area ''kb'', ''details'', :cols=>"90" %></p>
<...