Revision: 46eff1034719
Branch:   default
Author:   Pekka Klärck
Date:     Thu Feb  6 10:02:03 2014 UTC
Log: report: cleaner way to avoid adding ? to url on sarch, html cleanup
http://code.google.com/p/robotframework/source/detail?r=46eff1034719

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

=======================================
--- /src/robot/htmldata/rebot/report.html       Thu Feb  6 09:29:14 2014 UTC
+++ /src/robot/htmldata/rebot/report.html       Thu Feb  6 10:02:03 2014 UTC
@@ -637,31 +637,23 @@
 </script>

 <script  type="text/x-jquery-tmpl" id="searchSelectorTemplate">
-  <form>
+  <form action="javascript:void(0)">
     <table class="details" id="details-header">
       <tr>
         <th><label for="search-suite">Suite:</label></th>
-        <td>
-          <input id="search-suite" type="text" value="${suite}">
-        </td>
+        <td><input id="search-suite" type="text" value="${suite}"></td>
       </tr>
       <tr>
         <th><label for="search-test">Test:</label></th>
-        <td>
-          <input id="search-test" type="text" value="${test}">
-        </td>
+        <td><input id="search-test" type="text" value="${test}"></td>
       </tr>
       <tr>
         <th><label for="search-include">Include:</label></th>
-        <td>
-          <input id="search-include" type="text" value="${include}">
-        </td>
+        <td><input id="search-include" type="text" value="${include}"></td>
       </tr>
       <tr>
         <th><label for="search-exclude">Exclude:</label></th>
-        <td>
-          <input id="search-exclude" type="text" value="${exclude}">
-        </td>
+        <td><input id="search-exclude" type="text" value="${exclude}"></td>
       </tr>
       <tr>
         <th></th>
@@ -670,8 +662,7 @@
                  onclick="searchExecuted($('#search-suite').val(),
                                          $('#search-test').val(),
                                          $('#search-include').val(),
-                                         $('#search-exclude').val());
-                          return false">
+                                         $('#search-exclude').val())">
           <input type="button" value="Clear"
                  onclick="$('#search-suite').val('');
                           $('#search-test').val('');

--

--- 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 robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to