{if $plugin_to_conf}
{if is_array($save_errors)}

{$CONST.ERROR}:
{foreach $save_errors as $save_error}
- $save_error
{/foreach}
{elseif $saveconf}

{$CONST.DONE}: {$CONST.SETTINGS_SAVED_AT|sprintf:"$timestamp"}
{/if}
{elseif $adminAction == "addnew"}
{if $type == "event"}
{$CONST.EVENT_PLUGINS}
{else}
{$CONST.SIDEBAR_PLUGINS}
{/if}
{foreach $errorstack as $e_idx => $e_name}
{$CONST.ERROR}: {$e_name}
{/foreach}
{foreach $pluggroups AS $pluggroup => $groupstack}
{if empty($pluggroup)}
{if !empty($only_group)}{continue}{/if}
{elseif !empty($only_group) && $pluggroup != $only_group}{continue}{else}
{foreach $groupnames as $available_group => $available_name}{if $pluggroup == $available_group}{$available_name}{/if}{/foreach} |
{/if}
Plugin |
Action |
{foreach $groupstack as $plug}
{$plug.name} |
{if isset($requirements_failures.{$plug.class_name})}
{$CONST.UNMET_REQUIREMENTS|sprintf:"{if $requirements_failures.{$plug.class_name}.s9y}s9y $plug.requirements..serendipity,{/if} {if $requirements_failures.{$plug.class_name}.php}PHP $plug.requirements.php,{/if} {if $requirements_failures.{$plug.class_name}.smarty}Smarty $plug.requirements.smarty{/if}"}
{elseif $plug['upgradable'] == true}
{elseif $plug.installable == true}
{else}
{$CONST.ALREADY_INSTALLED}
{/if}
|
{$plug.description} |
({$plug.class_name})
{if ! empty($plug.author)}
{$CONST.AUTHOR}: {$plug.author}
{/if}
{if ! empty($plug.version)}
{$CONST.VERSION}: {$plug.version}
{/if}
{if ! empty($plug.website)}
{$CONST.PLUGIN_DOCUMENTATION}
{/if}
{if ! empty($plug.local_documentation)}
{$CONST.PLUGIN_DOCUMENTATION_LOCAL}
{/if}
{if ! empty($plug.changelog)}
{$CONST.PLUGIN_DOCUMENTATION_CHANGELOG}
{/if}
{if ! empty({$plug.upgrade_version}) && $plug.upgrade_version != $plug.version}
{$CONST.UPGRADE_TO_VERSION|sprintf:"{$plug.upgrade_version}"}
{/if}
{if ! empty($plug.pluginlocation) && $plug.pluginlocation != 'local'}
({$plug.pluginlocation|escape:"html"})
{/if}
|
|
{/foreach}
{/foreach}
{$CONST.PLUGIN_AVAILABLE_COUNT|sprintf:$count_pluginstack} |
{else}
{if $save}

{$CONST.DONE}:{$CONST.SETTINGS_SAVED_AT|sprintf:"$timestamp"}
{/if}
{$CONST.BELOW_IS_A_LIST_OF_INSTALLED_PLUGINS}
{if $eyecandy}
{$CONST.PREFERENCE_USE_JS_WARNING}
{/if}
{$CONST.SIDEBAR_PLUGINS}
{$CONST.CLICK_HERE_TO_INSTALL_PLUGIN|sprintf:"{$CONST.SIDEBAR_PLUGIN}"}
{$backend_plugins_sidebar_header}
{$sidebar_plugins}
{$CONST.EVENT_PLUGINS}
{{$CONST.CLICK_HERE_TO_INSTALL_PLUGIN}|sprintf:"{$CONST.EVENT_PLUGIN}"}
{$backend_plugins_event_header}
{$event_plugins}
{if $memsnaps}
Memory Usage
{/if}
{/if}