Commit 00b31ced authored by Daniel Quadras's avatar Daniel Quadras

Update user_audit_trail11_en_US_V.xsl 11:21 new changes added.

parent 56121c26
...@@ -150,10 +150,13 @@ ...@@ -150,10 +150,13 @@
</span> </span>
</TD> </TD>
</TR> </TR>
<TR> <TR>
<xsl:choose>
<xsl:when test="chg_date='27/12/93 11:11:11'">
</xsl:when>
<xsl:otherwise>
<TD width="50%"> <TD width="50%">
<span class='mainfeedStyle' style="font-size: 11px;color:gray"> <span class='mainfeedStyle' style="font-size: 11px;color:gray">
IP Address&#160;&#160;<xsl:value-of select='chg_ip'/>&#160; IP Address&#160;&#160;<xsl:value-of select='chg_ip'/>&#160;
</span> </span>
</TD> </TD>
...@@ -161,9 +164,10 @@ ...@@ -161,9 +164,10 @@
<span class='mainfeedStyle' style="font-size: 11px;color:gray;float:right"> <span class='mainfeedStyle' style="font-size: 11px;color:gray;float:right">
Terminal&#160;&#160;<xsl:value-of select='chg_term'/>&#160; Terminal&#160;&#160;<xsl:value-of select='chg_term'/>&#160;
</span> </span>
</TD> </TD>
</xsl:otherwise>
</xsl:choose>
</TR> </TR>
</TABLE> </TABLE>
</HTML> </HTML>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment