{* $Id$ *} {* \brief Show plugins help * included by tiki-show_help.tpl via smarty_block_add_help() *} {if count($plugins) ne 0}

{tr}Plugins{/tr}

{tr}Note that plugin arguments can be enclosed with double quotes ("); this allows them to contain , or = or >{/tr}.
{if $prefs.feature_help eq 'y'}{tr}More help here{/tr} {icon name='help' style="vertical-align:middle"} {/if}

{if $tiki_p_admin eq 'y'} {tr}Activate/deactivate plugins{/tr} {/if} {if isset($editorId)} {listfilter selectors='#plugins_help_table tr' editorId=$editorId parentTabId="plugin_help"} {else} {listfilter selectors='#plugins_help_table tr' parentTabId="plugin_help"} {/if} {section name=i loop=$plugins} {if !empty($plugins[i])} {/if} {/section}
{tr}Description{/tr}
{* $plugins[i].help is generated using the tiki-plugin_help.tpl template *} {$plugins[i].help}
{/if}