diff options
author | Mark Wells <mark@freeside.biz> | 2014-08-06 14:11:01 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-08-06 14:11:01 -0700 |
commit | 1ebcca94aba75c5901c6eefaf373f39e94b03cf0 (patch) | |
tree | a6f0833c23777e2924e4669e7527f2c9a312bf44 /httemplate/search/report_477.html | |
parent | d7cf0d6bb3b81b1c91ef1bcc3252d56f96b65b0f (diff) |
477 report: mobile deployment info
Diffstat (limited to 'httemplate/search/report_477.html')
-rwxr-xr-x | httemplate/search/report_477.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/search/report_477.html b/httemplate/search/report_477.html index 78ba35cfc..cbbd5d902 100755 --- a/httemplate/search/report_477.html +++ b/httemplate/search/report_477.html @@ -4,11 +4,13 @@ % $m->abort; % } <& /elements/header.html, 'FCC Form 477 Report' &> +% if ( $curuser->access_right('Edit FCC report configuration') ) { <FONT SIZE="+1"><STRONG>Preparation</STRONG></FONT> <UL> <LI> <A HREF="<% $p %>browse/part_pkg-fcc.html">Configure packages</A> for FCC reporting categories.</LI> <LI> <A HREF="<% $p %>browse/deploy_zone.html">Enter deployment zones</A> for broadband Internet or mobile phone.</LI> </UL> +% } <FORM ACTION="477.html" METHOD="GET"> @@ -48,8 +50,9 @@ <& /elements/footer.html &> <%init> +my $curuser = $FS::CurrentUser::CurrentUser; die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('List packages'); + unless $curuser->access_right('List packages'); my $conf = FS::Conf->new; |