configurationengine/source/scripts/tests/testdata/info/expected/value_report_single_with_view.html
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/scripts/tests/testdata/info/expected/value_report_single_with_view.html	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/scripts/tests/testdata/info/expected/value_report_single_with_view.html	Tue Aug 10 14:29:28 2010 +0300
@@ -110,7 +110,28 @@
     .currentValue {
         background-color: #e8f2fe;
     }
+
+.fltrow{ /* filter grid row appearance */
+    height:20px;
+    background-color:#f4f4f4;
+}
+.btnflt{ /* button appearance */
+    font-size:11px;
+    margin:0 2px 0 2px; padding:0 1px 0 1px;
+    text-decoration:none; color: #fff;
+    background-color:#666;
+}
+.flt{ /* filter (input) appearance */
+    background-color:#f4f4f4; border:1px inset #ccc; 
+    margin:0; width:100%;
+}
+.flt_s{ /* small filter (input) appearance */
+    background-color:#f4f4f4; border:1px inset #ccc; 
+    margin:0; width:80%;
+}
+
 </style>
+<script language="javascript" type="text/javascript" src="http://www.javascriptkit.com/script/script2/tablefilter.js"></script>
 <title>Data value info - ConE</title>
 
 </head>
@@ -118,13 +139,13 @@
 <div id="content">
     <h1>Configuration data value info</h1><br>
 
-    <table class="report">
+    <table class="report" id="report_data">
     <tr>
         <th class="featureName">Name</th>
         <th class="featureName">Type</th>
         <th class="featureName">Possible values</th>
         
-        <th class="featureName">product_root.confml</th>
+        <th class="featureName">Some Product X (product_root.confml)</th>
         
     </tr>
     
@@ -189,7 +210,7 @@
         <td></td>
         
         
-        <td>string from product config</td>
+        <td><b>string from product config</b></td>
         
         
     </tr>
@@ -213,7 +234,7 @@
         <td></td>
         
         
-        <td>1200</td>
+        <td><b>1200</b></td>
         
         
     </tr>
@@ -274,6 +295,11 @@
     
     
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("report_data");
+//]]>
+</script>
 </div>
 <div id="footer"></div>
 </body>