configurationengine/source/scripts/compare_data_report_template.html
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/scripts/compare_data_report_template.html	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/scripts/compare_data_report_template.html	Tue Aug 10 14:29:28 2010 +0300
@@ -3,7 +3,7 @@
 {% block content %}
     <h1>Configuration data comparison</h1><br>
     
-    <table class="report">
+    <table class="report" id="comp">
       <tr>
         <td>Source:</td>
         <td>{{ data.sourcedata.name }}</td>
@@ -13,10 +13,15 @@
         <td>{{ data.targetdata.name }}</td>
       </tr>
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("comp");
+//]]>
+</script>
     
     <br/>
     
-    <table class="report">
+    <table class="report" id="report_data">
     <tr>
         <th class="featureName">Full reference</th>
         <th class="featureName">Name</th>
@@ -35,4 +40,9 @@
     {%- endfor -%}
 
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("report_data");
+//]]>
+</script>
 {% endblock %}
\ No newline at end of file