summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/msg_template.html
blob: 5cf88bfad5f842b90d50b20352722dced958da33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% include( 'elements/process.html',  
              'table'       => 'msg_template',
              'viewall_dir' => 'browse',
          )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Edit templates')
  ||     $FS::CurrentUser::CurrentUser->access_right('Edit global templates');

</%init>