adapted plugin interface specification replaced some more transparent png files with gif added "Get help" links to all plugins
13 lines
398 B
C#
13 lines
398 B
C#
<?cs # $Id$ ?>
|
|
|
|
<h2><?cs var:html_escape(Lang.Plugins.volume_props.Title.Properties) ?></h2>
|
|
|
|
<?cs call:handle_messages() ?>
|
|
|
|
<?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 ?>
|
|
|