diff options
| author | jeff <jeff> | 2010-05-22 19:57:53 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2010-05-22 19:57:53 +0000 |
| commit | 4ef5b3b917b7802a136551ad567dc9d649700f53 (patch) | |
| tree | 2d55887d28f88922e5a61eeb802bb1a0fe627437 /httemplate/search/477partIV.html | |
| parent | 6c08340010e68fa7ca0989f4902761c8d0db941f (diff) | |
improved fcc 477 report #7783
Diffstat (limited to 'httemplate/search/477partIV.html')
| -rwxr-xr-x | httemplate/search/477partIV.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/httemplate/search/477partIV.html b/httemplate/search/477partIV.html new file mode 100755 index 000000000..269a925dc --- /dev/null +++ b/httemplate/search/477partIV.html @@ -0,0 +1,17 @@ +%if ( $cgi->param('_type') eq 'html' || $cgi->param('_type') eq 'html-print' ) { +<H2>Part IV</H2> +%} elsif ( $cgi->param('_type') eq 'xml' ) { +<notes> +%} +<% $cgi->param('notes') |h %> +%if ( $cgi->param('_type') eq 'xml' ) { +</notes> +%} +<%init> + +my $curuser = $FS::CurrentUser::CurrentUser; + +die "access denied" + unless $curuser->access_right('List packages'); + +</%init> |
