Author: chanaka Date: Fri Jan 11 04:14:53 2008 New Revision: 12151 Log:
Fix search area alignment issues in
# System Logs
# Trace Messages
Pages
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/viewlog.xsl
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/viewtracelogs.xsl
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/viewlog.xsl
==============================================================================
---
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/viewlog.xsl
(original)
+++
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/viewlog.xsl
Fri Jan 11 04:14:53 2008
@@ -36,12 +36,12 @@
<tr>
<td>
<xsl:text>View</xsl:text>
- </td>
- <td>
+
<xsl:element
name="select">
<xsl:attribute
name="onchange">javascript:viewSingleLogLevel(); return false;</xsl:attribute>
<xsl:attribute
name="id">logLevelID</xsl:attribute>
<xsl:attribute
name="class">log-select</xsl:attribute>
+ <xsl:attribute
name="style">margin-left:5px;</xsl:attribute>
<xsl:if
test="@level">
<xsl:element
name="option">
<xsl:attribute name="value">
@@ -160,37 +160,38 @@
</xsl:if>
</xsl:element>
</td>
- <td>
+ <td align="right"
style="text-align:right;">
<xsl:text>Ignore
Case</xsl:text>
- </td>
- <td>
+
<xsl:element
name="input">
<xsl:attribute
name="type">checkbox</xsl:attribute>
<xsl:attribute
name="id">ignore_case</xsl:attribute>
+ <xsl:attribute
name="style">margin-left:5px;</xsl:attribute>
<xsl:if
test="@ignoreCase='true'">
<xsl:attribute
name="checked">checked</xsl:attribute>
</xsl:if>
</xsl:element>
</td>
- <td>
+ <td
style="text-align:right;width:260px;">
<xsl:element
name="input">
<xsl:attribute
name="id">logkeyword</xsl:attribute>
<xsl:attribute
name="type">text</xsl:attribute>
<xsl:attribute
name="size">40</xsl:attribute>
<xsl:attribute
name="class">log-select</xsl:attribute>
+ <xsl:attribute
name="style">margin-right:5px;</xsl:attribute>
<xsl:attribute
name="value">
<xsl:value-of
select="@keyword"/>
</xsl:attribute>
<xsl:attribute
name="onKeyPress">submitenter(event)</xsl:attribute>
</xsl:element>
- </td>
- <td>
+
<a href="#"
id="search_link">
<xsl:attribute
name="onClick">javascript:searchLog(); return false;</xsl:attribute>
<xsl:attribute
name="title">Search Log</xsl:attribute>
<xsl:attribute
name="alt">Search Log </xsl:attribute>
    
- </a></td>
+ </a>
+ </td>
</tr>
</tbody>
</table>
Modified:
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/viewtracelogs.xsl
==============================================================================
---
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/viewtracelogs.xsl
(original)
+++
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/viewtracelogs.xsl
Fri Jan 11 04:14:53 2008
@@ -33,38 +33,38 @@
<table border="0" style="width:98%;">
<tbody>
<tr>
- <td
style="width:50px;"></td>
- <td>
+ <td align="right"
style="text-align: right;width:410px;">
<xsl:text>Ignore
Case</xsl:text>
- </td>
- <td>
+
<xsl:element
name="input">
<xsl:attribute
name="type">checkbox</xsl:attribute>
<xsl:attribute
name="id">ignore_case</xsl:attribute>
+ <xsl:attribute
name="style">margin-left:5px;</xsl:attribute>
<xsl:if
test="@ignoreCase='true'">
<xsl:attribute
name="checked">checked</xsl:attribute>
</xsl:if>
</xsl:element>
</td>
- <td>
+ <td align="right"
style="text-align:right;">
<xsl:element
name="input">
<xsl:attribute
name="id">tracekeyword</xsl:attribute>
<xsl:attribute
name="type">text</xsl:attribute>
<xsl:attribute
name="size">40</xsl:attribute>
<xsl:attribute
name="class">log-select</xsl:attribute>
+ <xsl:attribute
name="style">margin-right:5px;</xsl:attribute>
<xsl:attribute
name="value">
<xsl:value-of
select="@keyword"/>
</xsl:attribute>
<xsl:attribute
name="onKeyPress">submitentertrace(event)</xsl:attribute>
</xsl:element>
- </td>
- <td>
+
<a href="#"
id="search_link">
<xsl:attribute
name="onClick">javascript:searchTrace(); return false;</xsl:attribute>
<xsl:attribute
name="title">Search Log</xsl:attribute>
<xsl:attribute
name="alt">Search Log </xsl:attribute>
    
- </a></td>
+ </a>
+ </td>
</tr>
</tbody>
</table>
_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
