|
@@ -402,7 +402,7 @@
|
|
|
<xsl:template match="parameters/*" priority="-1">
|
|
|
<xsl:call-template name="gridItemWithLabel"/>
|
|
|
<item row="{position()-1}" column="1">
|
|
|
- <widget class="unsupportedWidget" name="{name}">
|
|
|
+ <widget class="{$unsupportedWidget}" name="{name}">
|
|
|
<property name="text">
|
|
|
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body><p style="margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Element '<xsl:value-of select="name()"/>' not supported yet.</span></p></body></html></string>
|
|
|
</property>
|