From 573139dbd6c37808697bfa72a3a468bb0980d4dd Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 10 Dec 2011 00:37:04 +0000 Subject: tower tracking, RT#15538 --- httemplate/elements/tr-select-tower_sector.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 httemplate/elements/tr-select-tower_sector.html (limited to 'httemplate/elements/tr-select-tower_sector.html') diff --git a/httemplate/elements/tr-select-tower_sector.html b/httemplate/elements/tr-select-tower_sector.html new file mode 100644 index 000000000..d55f42b6e --- /dev/null +++ b/httemplate/elements/tr-select-tower_sector.html @@ -0,0 +1,11 @@ +<% include('tr-td-label.html', label => emt('Tower sector'), %opt ) %> + > + <% include( '/elements/select-tower_sector.html', %opt ) %> + + +<%init> + +my( %opt ) = @_; +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + + -- cgit v1.2.1