summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-msg_template.html
blob: 1f899e01c26d9e9f4d74254f10307d15d96905bc (plain)
1
2
3
4
5
6
7
8
9
10
11
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>