X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Folt_site.html;h=8d048a2c6fae327079e4b047735dbdbfc5647bb4;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hp=f328cfefee9e69f79ec4ead13f9c16d82e76db2b;hpb=5c9f445b375ecf56e453de2c783f11e1c572dccb;p=freeside.git 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'); + +