summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-tower_sector.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-10-10 23:54:05 -0700
committerMark Wells <mark@freeside.biz>2016-10-10 23:54:05 -0700
commit04f53daab621710db56b075e1aaf56e7c52f9ba9 (patch)
treef3bf508716c8c85c5382e3286e2e81ff6670247e /httemplate/elements/tr-tower_sector.html
parent49d9ea969069430ef3fe23e5b1ac3599e929bb04 (diff)
export tower/sector data to TowerCoverage API, #39776
Diffstat (limited to 'httemplate/elements/tr-tower_sector.html')
-rw-r--r--httemplate/elements/tr-tower_sector.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/httemplate/elements/tr-tower_sector.html b/httemplate/elements/tr-tower_sector.html
deleted file mode 100644
index 871c7fd9c..000000000
--- a/httemplate/elements/tr-tower_sector.html
+++ /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>