configurationengine/source/scripts/compare_api_report_template.html
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/scripts/compare_api_report_template.html	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/scripts/compare_api_report_template.html	Tue Aug 10 14:29:28 2010 +0300
@@ -8,7 +8,7 @@
                        'desc':'Description',
                        } %}
     
-    <table class="report">
+    <table class="report" id="report_data">
     <tr>
         <th class="featureName" colspan="{{ columns|length }}">{{ data.sourcedata.name }}</th>
         <th class="featureName">&nbsp;</th>
@@ -89,4 +89,9 @@
     
     
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("report_data");
+//]]>
+</script>
 {% endblock %}