0byt3m1n1
Path:
/
data
/
config
/
fileman
/
templates
/
luna
/
compiled
/
[
Home
]
File: help_preferences.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_preferences.html','/data/config/fileman/templates/luna/../common/help_preferences.html',1449257597,1375]], 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>The Preferences menu allows you to set account-specific preferences; each user can customize their own preferences.</p> <ul> <li><b>Working Path:</b> This field allows you to specify the path that will be displayed by default when you login.</li> <li><b>Password Directory:</b> This field should contain the path to the directory where your .htaccess file (which stores passwords created with the Protect option) is stored.</li> <li><b>Sort By:</b> Specify the order in which your files and directories will be sorted and displayed by choosing a criteria (Name, Size, Type, Modified, Owner, Permissions) and either descending or ascending order. Note that directories will always be displayed above files.</li> <li><b>Max Hits:</b> Choose the number of files and directories that will be displayed per page.</li> <li><b>Hidden Files:</b> Choose whether or not to display hidden files while viewing directories.</li> <li><b>Editor Mode:</b> Choose whether the plain Text editor or the HTML editor will be displayed by default when you are editing or creating new files.</li> <li><b>Effects:</b> Choose whether to use visual effects for various Fileman menus and alerts.</li> <li><b>The README's Content:</b> Choose whether README files (which are automatically displayed when a directory is being viewed) above or below the directory structure.</li> </ul> }; return \$return; }