[mashup-dev] svn commit r4604 - trunk/mashup/java/modules/www/xslt

svn at wso2.org svn at wso2.org
Sun Jul 1 22:37:15 PDT 2007


Author: tyrell
Date: Sun Jul  1 22:37:04 2007
New Revision: 4604

Modified:
   trunk/mashup/java/modules/www/xslt/MashupEditor.xsl
Log:
Adding tooltips to indicate editable areas in the Mashup Editor

Modified: trunk/mashup/java/modules/www/xslt/MashupEditor.xsl
==============================================================================
--- trunk/mashup/java/modules/www/xslt/MashupEditor.xsl	(original)
+++ trunk/mashup/java/modules/www/xslt/MashupEditor.xsl	Sun Jul  1 22:37:04 2007
@@ -8,7 +8,7 @@
         
             <div>
                 <strong><xsl:value-of select="ns:serviceName"/></strong>
-                <div class="editable">
+                <div class="editable" title="Click here to edit documentation">
                     <xsl:attribute name="id">service_doc/<xsl:value-of select="$serviceName"/>/none</xsl:attribute>
                     <xsl:value-of select="ns:serviceDocumentation"/>
                 </div>
@@ -22,7 +22,7 @@
                 <hr align="center" size="1" class="line"/>
                 <div>
                     <strong><xsl:value-of select="ns:operationName"/></strong>
-                    <div class="editable">
+                    <div class="editable" title="Click here to edit documentation">
                         <xsl:attribute name="id">service_operation_doc/<xsl:value-of select="$serviceName"/>/<xsl:value-of select="$operationName"/></xsl:attribute>
                         <xsl:value-of select="ns:documentation"/>
                     </div>




More information about the Mashup-dev mailing list