summaryrefslogtreecommitdiff
path: root/httemplate/search/477partIV.html
diff options
context:
space:
mode:
authorjeff <jeff>2010-05-22 19:49:20 +0000
committerjeff <jeff>2010-05-22 19:49:20 +0000
commit3e3c9fe57cd2b6dd0467b37b470892f0e448f300 (patch)
treef6bddc5fadbbc0106ac75d6d11349bf0cdf9bab8 /httemplate/search/477partIV.html
parent092f7a9513b9de30a2b936865667daf18a07a810 (diff)
improved fcc 477 report #7783
Diffstat (limited to 'httemplate/search/477partIV.html')
-rwxr-xr-xhttemplate/search/477partIV.html17
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>