<xsl:when test="@type = 'radio'">zak_form_gtk_form_element_radio</xsl:when>
<xsl:when test="@type = 'spin'">zak_form_gtk_form_element_spin</xsl:when>
<xsl:when test="@type = 'checkbox'">zak_form_gtk_form_element_check</xsl:when>
+ <xsl:when test="@type = 'combobox'">zak_form_gtk_form_element_combo</xsl:when>
</xsl:choose>
</xsl:attribute>
<name><xsl:value-of select="field/@name"/></name>
</xsl:if>
<widget><xsl:value-of select="@name"/></widget>
<xsl:if test="return-value != ''"><return-value><xsl:value-of select="return-value"/></return-value></xsl:if>
+ <xsl:if test="column-field != ''"><column-field><xsl:value-of select="column-field"/></column-field></xsl:if>
<xsl:if test="field/display-format != ''"><format><xsl:value-of select="field/display-format"/></format></xsl:if>
<xsl:if test="field/decimals != ''"><format><xsl:attribute name="decimals"><xsl:value-of select="field/decimals"/></xsl:attribute></format></xsl:if>
<xsl:if test="field/trim = 't'"><filter type="zak_form_element_filter_trim"></filter></xsl:if>