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:
lars 2006-10-11 15:50:07 +00:00
parent 9321677078
commit ee82f91a64
7 changed files with 2 additions and 170 deletions

View file

@ -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