export tower/sector data to TowerCoverage API, #39776
[freeside.git] / httemplate / elements / tr-tower_sector.html
diff --git a/httemplate/elements/tr-tower_sector.html b/httemplate/elements/tr-tower_sector.html
deleted file mode 100644 (file)
index 871c7fd..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-%   unless ( $opt{'js_only'} ) {
-
-      <% include('tr-td-label.html', %opt) %>
-        <TD <% $cell_style %>>
-
-%   }
-%
-            <% include( '/elements/sector.html', %opt ) %>
-%
-%   unless ( $opt{'js_only'} ) {
-
-        </TD>
-      </TR>
-
-%   }
-<%init>
-
-my( %opt ) = @_;
-
-my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
-
-$opt{'label'} ||= 'Sector';
-
-</%init>