summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-msg_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-select-msg_template.html')
-rw-r--r--httemplate/elements/tr-select-msg_template.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/elements/tr-select-msg_template.html b/httemplate/elements/tr-select-msg_template.html
new file mode 100644
index 000000000..1f899e01c
--- /dev/null
+++ b/httemplate/elements/tr-select-msg_template.html
@@ -0,0 +1,12 @@
+<% include('/elements/tr-td-label.html',
+ 'label' => $opt{'label'} || 'Message template: ',
+ 'required' => $opt{'required'} ) %>
+ <TD><% include('select-msg_template.html', %opt) %></TD>
+</TR>
+
+<%init>
+
+my %opt = @_;
+
+</%init>
+