Left Justify Text

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?

 

Tagged:

Comments

  • It appears the this setting is in \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. 

  • You are correct. Remember to run IISreset for the modification to take effect.

    Thanks