added help texts for all plugins fixed 'encryption status' bug in 'volume_details' improved rendering of 'volume_properties' and 'user_manager' chmod root directory of mounted volumes to 0777 to avoid later permission problems for samba or WebDAV
15 lines
437 B
C#
15 lines
437 B
C#
<?cs # $Id$ ?>
|
|
|
|
<h2><?cs var:html_escape(Lang.Plugins.volume_props.Title.Properties) ?></h2>
|
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<?cs set:plugin_heading = "legend" ?>
|
|
|
|
<?cs if:Data.Plugins.volume_props.includePlugins ?>
|
|
<?cs # we use 'evar', as we expect 'include' commands inside the variable ?>
|
|
<?cs evar:Data.Plugins.volume_props.includePlugins ?>
|
|
<?cs else ?>
|
|
<?cs call:hint("Plugins.volume_props.NoPropertyPlugins") ?>
|
|
<?cs /if ?>
|
|
|