summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-alarm_station.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/select-alarm_station.html')
-rw-r--r--httemplate/elements/select-alarm_station.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/elements/select-alarm_station.html b/httemplate/elements/select-alarm_station.html
new file mode 100644
index 000000000..04d1383b0
--- /dev/null
+++ b/httemplate/elements/select-alarm_station.html
@@ -0,0 +1,7 @@
+<% include( '/elements/select-table.html',
+ 'table' => 'alarm_station',
+ 'name_col' => 'stationname',
+ 'empty_label' => 'Select central station',
+ @_,
+ )
+%>