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

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

</%init>