diff options
Diffstat (limited to 'httemplate/search/report_access_user_log.html')
-rw-r--r-- | httemplate/search/report_access_user_log.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/httemplate/search/report_access_user_log.html b/httemplate/search/report_access_user_log.html index d43c74274..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> |