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

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

</%init>