check "enabled" state of plugin before display
removed obsolete forms: 'form_init', 'form_init_partition', 'form_mount', 'form_umount' and 'form_config'
This commit is contained in:
parent
9321677078
commit
ee82f91a64
7 changed files with 2 additions and 170 deletions
|
@ -10,7 +10,7 @@
|
|||
<?cs # sort the Plugins - using the most stupid way :) ?>
|
||||
<?cs loop: order = #0, #100, #1
|
||||
?><?cs # plugins ?><?cs each:x = Settings.PluginList
|
||||
?><?cs if:x.Types.volume && x.Rank == order ?>
|
||||
?><?cs if:x.Enabled && x.Types.volume && x.Rank == order ?>
|
||||
<td <?cs if:Data.ActivePlugin == name(x)
|
||||
?>class="volume_plugin_active"<?cs
|
||||
else ?>class="volume_plugin_passive"<?cs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue