You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
367 B
9 lines
367 B
<tr> |
|
<td class="db_label">Voreinstellung</td> |
|
<td align="left"> |
|
<% sql = "SELECT element_value,description from menu_element where element='group_field_pref' order by 2; "; %> |
|
<db:select fieldName="pref" styleClass="clsInputStyle" customEntry="'',,true"> |
|
<db:queryData name="k_sg" query="<%= sql %>" dbConnectionName="<%= mandantenid %>" /> |
|
</db:select> |
|
</td> |
|
</tr>
|
|
|