summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cable_model.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-cable_model.html')
-rw-r--r--httemplate/elements/tr-select-cable_model.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-cable_model.html b/httemplate/elements/tr-select-cable_model.html
new file mode 100644
index 000000000..94b5cd9f0
--- /dev/null
+++ b/httemplate/elements/tr-select-cable_model.html
@@ -0,0 +1,12 @@
+% #if ( scalar(@domains) < 2 ) {
+% #} else {
+ <TR>
+ <TD ALIGN="right"><% $opt{'label'} || 'Model' %></TD>
+ <TD>
+ <% include( '/elements/select-cable_model.html', %opt) %>
+ </TD>
+ </TR>
+% #}
+<%init>
+ my %opt = @_;
+</%init>