diff options
| author | ivan <ivan> | 2008-01-13 21:36:09 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-01-13 21:36:09 +0000 |
| commit | 2bee469e81f4963d83b9bf020c817dcb436a6a80 (patch) | |
| tree | d3509afb4a827279a50241a7f065e0d3481052f8 /httemplate/edit/bulk-cust_svc.html | |
| parent | 97e6cec67c0c99ce1b6f0667a09f1e009100189d (diff) | |
ACLs
Diffstat (limited to 'httemplate/edit/bulk-cust_svc.html')
| -rw-r--r-- | httemplate/edit/bulk-cust_svc.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/httemplate/edit/bulk-cust_svc.html b/httemplate/edit/bulk-cust_svc.html index f2efc3ff9..6f6e3f850 100644 --- a/httemplate/edit/bulk-cust_svc.html +++ b/httemplate/edit/bulk-cust_svc.html @@ -1,9 +1,4 @@ -<% include("/elements/header.html", 'Bulk customer service change', - menubar( - 'Main Menu' => $p, - ), - ) -%> +<% include('/elements/header.html', 'Bulk customer service change') %> <SCRIPT TYPE="text/javascript" SRC="../elements/overlibmws.js"></SCRIPT> <SCRIPT TYPE="text/javascript" SRC="../elements/overlibmws_iframe.js"></SCRIPT> @@ -92,8 +87,11 @@ var confirm_change = '<P ALIGN="center"><B>Bulk customer service change - Are yo </FORM> -</BODY> -</HTML> +<% include('/elements/footer.html') %> +<%init> +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); +</%init> |
