diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-10-20 20:56:13 -0500 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-10-09 12:20:05 -0400 |
| commit | 6d42808bbd3ac9c840c6259aef1dc79a0dc620ff (patch) | |
| tree | cdcdeeb07f00b43774408e43930c06c398cf7f42 /httemplate/elements/tr-select-msg_template.html | |
| parent | 61d5de1214428faa8bae0a50653ce8dff8d98ad8 (diff) | |
RT#38217: Send email when logging conditions are met
Diffstat (limited to 'httemplate/elements/tr-select-msg_template.html')
| -rw-r--r-- | httemplate/elements/tr-select-msg_template.html | 12 |
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> + |
