]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
in logs, collapse by default the logs
authorSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 18 Oct 2016 13:14:20 +0000 (15:14 +0200)
committerSerge Rehbinder <serge.rehbinder@cea.fr>
Tue, 18 Oct 2016 13:14:20 +0000 (15:14 +0200)
src/xsl/command.xsl

index 7abe14b0c8ac9afbd778b06c74d040ef7bb9404b..9db831e9b6b5e917ab2bf72a8898d6ac4a5907e7 100644 (file)
                <h1>command's internal traces
                <a href="#">
                      <xsl:attribute name="onclick">javascript:Toggle('log')</xsl:attribute>
-                     <xsl:attribute name="title">Click to see the command log</xsl:attribute>
-                     collapse / expand
+                     <xsl:attribute name="title">Click to expand or collapse the command log</xsl:attribute>
+                     expand / collapse
                </a>
                </h1>
                
-               <div style="display:block"><xsl:attribute name="id">log</xsl:attribute>
+               <div style="display:none"><xsl:attribute name="id">log</xsl:attribute>
                    <PRE><xsl:value-of select="SATcommand/Log"/></PRE>
                </div>