Author: ruwan
Date: Sat Jan 26 15:09:57 2008
New Revision: 12972

Log:

Removed unnecessary line breaks in the Command Mediator UI


Modified:
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/pojoCommand_edit.xsl

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/pojoCommand_edit.xsl
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/pojoCommand_edit.xsl
        (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/extensions/core/xslt/mediators/pojoCommand_edit.xsl
        Sat Jan 26 15:09:57 2008
@@ -28,7 +28,6 @@
         <br/>
         <br/>
          <div id="xslt_edit" class="end-point-div">
-        <br/>
         <table border="0" style="margin-left: 3em; width: 150px;">
             <tbody>
                 <tr>
@@ -80,36 +79,6 @@
                                 </xsl:attribute>
                             </input>
                         </td>
-
-                        <!--<xsl:if test="@value">-->
-                            <!--<td>-->
-                                <!--<select class="esb-edit small_textbox">-->
-                                    <!--<xsl:attribute name="id"><xsl:value-of 
select="concat('propertyType',@esb_med_pos)"/></xsl:attribute>-->
-                                    <!--<xsl:attribute 
name="name"><xsl:value-of select="concat('prop_type_', 
@name)"/></xsl:attribute>-->
-                                    <!--<xsl:attribute name="onchange">-->
-                                        
<!--javascript:showNamespaceButtonForProperties('<xsl:value-of 
select="@esb_med_pos"/>','propertyType','namespaceCell');;-->
-                                    <!--</xsl:attribute>-->
-                                    <!--<option value="value" 
selected="true">Value</option>-->
-                                    <!--<option 
value="expression">Expression</option>-->
-                                <!--</select>-->
-                            <!--</td>-->
-                            <!--<td>-->
-                                <!--<input type="text" class="esb-edit 
small_textbox">-->
-                                    <!--<xsl:attribute name="id">-->
-                                        <!--<xsl:value-of 
select="concat('command_med_prop', @name)"/>-->
-                                    <!--</xsl:attribute>-->
-                                    <!--<xsl:attribute 
name="value"><xsl:value-of select="@value"/></xsl:attribute>-->
-                                <!--</input>-->
-                            <!--</td>-->
-                            <!--<td>-->
-                                <!--<xsl:attribute name="id"><xsl:value-of 
select="concat('namespaceCell',@esb_med_pos)"/></xsl:attribute>-->
-                            <!--</td>-->
-                        <!--</xsl:if>-->
-
-
-
-
-                        
                         
                         <td>From:
                             <select class="esb-edit small_textbox">
@@ -225,8 +194,6 @@
             </table>
             </div>
         </xsl:if>
-             <br/>
-             <br/>
          </div>
         </div>
     </xsl:template>

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to