![]() | ![]() |
|
11-11-2010 01:56 PM
I use BPM 7.6 and want to set left justify text for message column in the main view. Where/How for me to do that?
Solved! Go to Solution.
11-12-2010 09:22 AM
It appears the this setting is in <Metastorm home>\Web\ie\XSL\Alerts.xsl
In my file, the section I believe you are looking for is around line 205:
<td style="text-align:center">
<xsl:attribute name="headers">
<xsl:text>idFolderName</xsl:text><xsl:value-of select="position()"/>
</xsl:attribute> <xsl:value-of select="@eAlertMessage"/>
</td>
I have not tried this myself, so I could be wrong.
11-17-2010 12:41 PM
You are correct. Remember to run IISreset for the modification to take effect.
Thanks
![]() |
![]() |
![]() |
|
|
![]() |
![]() |
![]() |
















