Hi! I would like to get some help to change ENTITY.GRID.XML.CONFIG.
When displaying the manufacturer page, this xmlpackage shows the (medium) image for the manufacturer and to its right, the text description.
I would like to have it display the icon image centered and the text description below the image.
The problem is that the code that controls it seems to be:
Code:
<xsl:value-of select="aspdnsf:EntityPageHeaderDescription($EntityName, $EntityID)" disable-output-escaping="yes" />
This code is defined in the XSLTExtensionBase.cs source code file, and I really don't want to recompile source for these small changes.
Is there anyway I can accomplish my goal by just changing the xmlpackage? Can you please help me with it?
Thanks
fsantos