{tr "cp.category.plugins"}
{----------------------------------------------------------------------------}
{if eq $controlpanelPluginsPagetype "list"}
{tr "cp.plugins list"}
{foreach $controlpanelPlugins}
{$name}
{$desc}
{if eq $status "wrongversion"}
![]()
{$statusTitle}
{endif}
{endforeach}
{endif}{-- $controlpanelPluginsPagetype = "list"}
{----------------------------------------------------------------------------}
{if eq $controlpanelPluginsPagetype "info"}
{tr "cp.plugin info on x" "x" $controlpanelPluginName}
{tr "cp.pluginfo.status"}: |
{$controlpanelPluginStatus} |
{tr "cp.pluginfo.description"}: |
{$controlpanelPluginDesc} |
{tr "cp.pluginfo.author"}: |
{$controlpanelPluginAuthor} |
{tr "cp.pluginfo.languages"}: |
{$controlpanelPluginLang} |
{tr "cp.pluginfo.version"}: |
{$controlpanelPluginVersion} |
{endif}{-- $controlpanelPluginsPagetype = "info"}
{----------------------------------------------------------------------------}
{if eq $controlpanelPluginsPagetype "config"}
{tr "cp.plugin config of x" "x" $controlpanelPluginName}
{set $fieldname "EnableThisPlugin"}
{set $fieldvalue $controlpanelEnableThisPlugin}
{set $fieldlabel "cp.enable this plugin"}
{set $fielddesc "cp.enable this plugin~"}
{include "cp_box_check.html"}
{foreach $controlpanelPluginConfigFields}
{if eq $fieldtype "checkbox"}
{include "cp_box_check.html"}
{elseif eq $fieldtype "text"}
{include "cp_box_text.html"}
{elseif eq $fieldtype "label"}
{include "cp_box_label.html"}
{elseif eq $fieldtype "tablegroup"}
{include "cp_box_tablegroup.html"}
{elseif eq $fieldtype "tabletext"}
{include "cp_box_tabletext.html"}
{endif}
{endforeach}
{endif}{-- $controlpanelPluginsPagetype = "config"}