summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-alarm_system.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-12-09 14:41:54 -0800
committerIvan Kohler <ivan@freeside.biz>2013-12-09 14:41:54 -0800
commitc641c8c0fe9eddb1690c7243a4f2d0471396ccb2 (patch)
tree27598eee0bfc2871bbb56bd9aaa5170d3bfcd1b3 /httemplate/elements/tr-select-alarm_system.html
parent39bd5b53c899df1f543ef85dac206cdc135e9f3f (diff)
alarm systems, types, central stations, RT#25994
Diffstat (limited to 'httemplate/elements/tr-select-alarm_system.html')
-rw-r--r--httemplate/elements/tr-select-alarm_system.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-alarm_system.html b/httemplate/elements/tr-select-alarm_system.html
new file mode 100644
index 000000000..a46a015f2
--- /dev/null
+++ b/httemplate/elements/tr-select-alarm_system.html
@@ -0,0 +1,12 @@
+% #if ( scalar(@domains) < 2 ) {
+% #} else {
+ <TR>
+ <TD ALIGN="right"><% $opt{'label'} || 'Vendor' %></TD>
+ <TD>
+ <% include( '/elements/select-alarm_system.html', %opt) %>
+ </TD>
+ </TR>
+% #}
+<%init>
+ my %opt = @_;
+</%init>