diff options
author | Mark Wells <mark@freeside.biz> | 2016-03-10 01:47:43 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-03-10 01:48:07 -0800 |
commit | 6fda8fa683ab221ab719adaacf994056633ca342 (patch) | |
tree | b398bc876c09c680bf3791b8f71ec5b694bf4424 /httemplate/edit/process | |
parent | 1a7e14575bad289d5191b78623f79ed41950b514 (diff) |
OLT edit fixes, #35260
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/olt_site.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/httemplate/edit/process/olt_site.html b/httemplate/edit/process/olt_site.html index f328cfefe..8d048a2c6 100644 --- a/httemplate/edit/process/olt_site.html +++ b/httemplate/edit/process/olt_site.html @@ -1,4 +1,11 @@ <& elements/process.html, - table => 'olt_site', - viewall_dir => 'browse', + table => 'olt_site', + viewall_dir => 'browse', + popup_reload => 'Updating', &> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> |