plugins icon in translation
[mdictionary] / data / xsl / xsl.xsl
index 96770eb..bdd79ce 100644 (file)
 </xsl:template> 
 
 <xsl:template match="info">
+       <xsl:variable name="path" select="@path"/>
        <tr>
                <th class="info">               
                <xsl:if test="@bookmark = 'true'">
                        <img src="$STAR$" width="16" height="16"/>   
                </xsl:if>
-               <xsl:value-of select="."/> <!-- <img src="{$path}"/> -->
+               <xsl:value-of select="."/>  <img src="{$path}" height="16"/>
                </th>
        </tr>
 </xsl:template>