diff options
Diffstat (limited to 'httemplate/search/report_access_user_log.html')
-rw-r--r-- | httemplate/search/report_access_user_log.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/httemplate/search/report_access_user_log.html b/httemplate/search/report_access_user_log.html index 0c8acb35e..209adfa8a 100644 --- a/httemplate/search/report_access_user_log.html +++ b/httemplate/search/report_access_user_log.html @@ -2,20 +2,21 @@ <FORM ACTION="access_user_log.html" METHOD="GET"> -<TABLE BGCOLOR="#cccccc" CELLSPACING=0> +<INPUT TYPE="hidden" NAME="group_by" VALUE="<% $group_by %>"> - <INPUT TYPE="hidden" NAME="group_by" VALUE="<% $group_by %>"> - - <TR> - <TH CLASS="background" COLSPAN=2 ALIGN="left"> - <FONT SIZE="+1">Search options</FONT> - </TH> - </TR> + <FONT CLASS="fsinnerbox-title"><% emt('Search options') %></FONT> + <TABLE CLASS="fsinnerbox"> <& /elements/tr-input-beginning_ending.html &> <& /elements/tr-select-user.html &> + <& /elements/tr-checkbox.html, + label => 'Omit components', + field => 'skip_components', + value => 'Y', + &> + </TABLE> <BR> @@ -27,7 +28,7 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + unless $FS::CurrentUser::CurrentUser->access_right('Employee Reports'); my $group_by = ''; if ( $cgi->param('group_by') =~ /^(\w+)$/ ) { |