From a3bc8ae55eb80d4517c64eaeb4b08df3ddf867f6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 9 Dec 2013 14:43:35 -0800 Subject: alarm systems, types, central stations, RT#25994 --- httemplate/elements/tr-select-alarm_system.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 httemplate/elements/tr-select-alarm_system.html (limited to 'httemplate/elements/tr-select-alarm_system.html') 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 { + + <% $opt{'label'} || 'Vendor' %> + + <% include( '/elements/select-alarm_system.html', %opt) %> + + +% #} +<%init> + my %opt = @_; + -- cgit v1.2.1