0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_logs.html.compiled
# This file is a compiled version of a template that can be run much faster # than reparsing the file, yet accomplishes the same thing. You should not # attempt to modify this file as any changes you make would be lost as soon as # the original template file is modified. # Editor: vim:syn=perl # Generated: Thu Apr 21 20:26:44 2016, using GT::Template::Parser v2.159 local $^W; { files => [['help_logs.html','/data/config/fileman/templates/luna/../common/help_logs.html',1449257597,1010]], parser_version => 2.170, code => \>::Template::parsed_template }; sub GT::Template::parsed_template { local $^W; # Get rid of warnings. This won't work for Perl 5.6's -W switch my $self = shift; my $return = ''; my $tags = $self->vars; my $escape = $self->{opt}->{escape}; my $strict = $self->{opt}->{strict}; my ($tmp, $tmp2, $tmp3); $return .= q{<p>"Browser Logs" allow you to review all commands and activities performed on FileMan by all of your installations users.</p> <ul> <li>By default the most recent 25 activities/commands are displayed.</li> <li>To search, select the "Search" option in the dropdown menu. You can refine your search for specific commands by selecting a time frame, a specific action or a specific user to search for.</li> <li>In the Action drop-down, you can choose what type of action you would like to search for. If the "Match Any" box is checked the search will return all commands containing any of the search criteria entered in the search form. For example, a "Match Any" search for commands performed in the last two weeks and "user1" in the Username field would return all commands performed in the last two weeks, even if they were not performed by user1, and vice versa.</li> <li>The currently displayed list of browser log entries can be deleted by selecting "Clear Logs" in the drop-down menu.</li> </ul> }; return \$return; }