blob: 70d451b724ed60b565c1503ec3804f895c2c3f26 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | <% 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')
  ||     $FS::CurrentUser::CurrentUser->access_right('Configuration');
</%init>
 |