X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_access_user_log.html;h=209adfa8a9a9d6a0a21b2f4563c96aa687129dde;hp=0c8acb35ea907e6d57c126da1f69de7a3e7de0e3;hb=e7c2e62ad9e8bbcf6d5c9f2a19c9de77f2a71e64;hpb=53c4589b2950b3ed85bcacfb707430c60cd1021e 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 @@
- + - - - - - + <% emt('Search options') %> +
- Search options -
<& /elements/tr-input-beginning_ending.html &> <& /elements/tr-select-user.html &> + <& /elements/tr-checkbox.html, + label => 'Omit components', + field => 'skip_components', + value => 'Y', + &> +

@@ -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+)$/ ) {