summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/reason_type.html
blob: 3172b27c43ca6c3c6834dd6525689e50421a2c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% include( 'elements/process.html',
               'table'       => 'reason_type',
               'redirect'    => popurl(3) . 'browse/reason_type.html?class=' . 
	                         $cgi->param('class') . '&',
           )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

</%init>