Revision: 523e3957256c
Branch:   default
Author:   Pekka Klärck
Date:     Sat Nov  2 11:33:29 2013 UTC
Log: Log: added titles to 'Expand All' buttons to be consistent with link buttons that already had them
http://code.google.com/p/robotframework/source/detail?r=523e3957256c

Modified:
 /src/robot/htmldata/rebot/log.html

=======================================
--- /src/robot/htmldata/rebot/log.html  Sat Nov  2 00:19:10 2013 UTC
+++ /src/robot/htmldata/rebot/log.html  Sat Nov  2 11:33:29 2013 UTC
@@ -194,9 +194,10 @@
<div class="element-header closed" onclick="toggleSuite('${id}')" title="${fullName}">
       <span class="${status.toLowerCase()}">TEST SUITE: </span>
       <span class="name">{{html name}}</span>
-      <a class="expand" href="javascript:expandAllChildren('${id}')"
+      <a class="expand" title="Expand this suite fully"
+         href="javascript:expandAllChildren('${id}')"
          onclick="stopPropagation(event)">Expand All</a>
-      <a class="ext-link" href="#${id}" title="Link to this suite"
+      <a class="ext-link" title="Link to this suite" href="#${id}"
onclick="makeElementVisible('${id}'); stopPropagation(event)">&para;</a>
     </div>
     <div class="children">
@@ -252,10 +253,11 @@
       <span class="${status.toLowerCase()}">TEST CASE: </span>
       <span class="name">{{html name}}</span>
       {{if !isCritical}}(non-critical){{/if}}
-      <a class="expand" href="javascript:expandAllChildren('${id}')"
+      <a class="expand" title="Expand this test fully"
+         href="javascript:expandAllChildren('${id}')"
          onclick="stopPropagation(event)">Expand All</a>
-      <a class="ext-link" href="#${id}" title="Link to this test"
- onclick="makeElementVisible('${id}'); stopPropagation(event)">&para;</a>
+      <a class="ext-link" title="Link to this test" href="#${id}"
+ onclick="makeElementVisible('${id}'); stopPropagation(event)">&para;</a>
     </div>
     <div class="children">
       <table class="metadata">
@@ -306,9 +308,10 @@
       <span class="${status.toLowerCase()}">${type}: </span>
       <span class="name">{{html name}}</span>
       <span class="arg">{{html arguments}}</span>
-      <a class="expand" href="javascript:expandAllChildren('${id}')"
+      <a class="expand" title="Expand this keyword fully"
+         href="javascript:expandAllChildren('${id}')"
          onclick="stopPropagation(event)">Expand All</a>
-      <a class="ext-link" href="#${id}" title="Link to this keyword"
+      <a class="ext-link" title="Link to this keyword" href="#${id}"
onclick="makeElementVisible('${id}'); stopPropagation(event)">&para;</a>
     </div>
     <div class="children">

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to