Workflow comments pop-up size

When transitioning an item where a comment can be added, is it possible to change the size of the comment pop-up dialogue box itself?

Cheers, Andrew

Hi Andrew

Just done some poking around and it seems you need to edit this file

/Rhythmyx/sys_uiSupport/wfTransition.xsl

<textarea class="datadisplay" name="commenttext" rows="6" wrap="soft">
	<xsl:attribute name="accesskey"><xsl:call-template name="getLocaleString"><xsl:with-param name="key" select="'psx.sys_uiSupport.wfTransition.mnemonic.Workflow Comments@W'"/><xsl:with-param name="lang" select="$lang"/></xsl:call-template></xsl:attribute>
	<xsl:attribute name="cols"><xsl:choose><xsl:when test="contains(//UserAgent, 'MSIE')">35</xsl:when><xsl:otherwise>24</xsl:otherwise></xsl:choose></xsl:attribute>
</textarea>

Any changes made here though will not survive an upgrade.

Cheers
James

Changing values in here doesn’t seem to make any difference, unless I have to stop/start the system or specific applications or something. I did stop and start sys_uiSupport app and reloaded the content explorer but no difference.

Changing the size of text area inside /Rhythmyx/sys_uiSupport/wfTransition.xsl will change the workflow comment box that is shown during adhoc assignments only. The size of the comment box that is shown inside CX is not modifiable. It is set in the applet code.