configurationengine/source/scripts/info_impl_report_template.html
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/scripts/info_impl_report_template.html	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/scripts/info_impl_report_template.html	Tue Aug 10 14:29:28 2010 +0300
@@ -3,10 +3,10 @@
 {% block content %}
     <h1>Implementations</h1><br>
 
-    <table class="report">
+    <table class="report" id="report_data">
     <tr>
         <th class="featureName">File</th>
-		<th class="featureName">Index</th>
+		<th class="featureName">Line</th>
 		<th class="featureName">Type</th>
 		<th class="featureName">Phase</th>
 		<th class="featureName">Tags</th>
@@ -15,7 +15,7 @@
     {% for impl in data.impl_data %}
     <tr>
         <td>{{ impl.ref }}</td>
-		<td>{{ impl.index }}</td>
+		<td>{{ impl.lineno }}</td>
 		<td>{{ impl.IMPL_TYPE_ID }}</td>
 		<td>{{ impl.invocation_phase() }}</td>
 		<td>
@@ -37,4 +37,10 @@
     {% endfor %}
     
     </table>
+    <script language="javascript" type="text/javascript">
+//<![CDATA[
+    setFilterGrid("report_data");
+//]]>
+</script>
+    
 {% endblock %}
\ No newline at end of file