{* $Id$ *} {tikimodule error=$module_params.error title=$tpl_module_title name="adminbar" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle} {if $tiki_p_admin == "y"} {$main_admin_icons = [ "general" => [ 'title' => tra('General'), 'description' => tra('Global site configuration, date formats, etc.'), 'help' => 'General-Admin' ], "features" => [ 'title' => tra('Features'), 'description' => tra('Switches for major features'), 'help' => 'Features-Admin' ], "login" => [ 'title' => tra('Log in'), 'description' => tra('User registration, remember me cookie settings and authentication methods'), 'help' => 'Login-Config' ], "user" => [ 'title' => tra('User Settings'), 'description' => tra('User related preferences like info and picture, features, messages and notification, files, etc'), 'help' => 'User-Settings' ], "profiles" => [ 'title' => tra('Profiles'), 'description' => tra('Repository configuration, browse and apply profiles'), 'help' => 'Profiles' ], "look" => [ 'title' => tra('Look & Feel'), 'description' => tra('Theme selection, layout settings and UI effect controls'), 'help' => 'Look-and-Feel' ], "textarea" => [ 'title' => tra('Editing & Plugins'), 'description' => tra('Text editing settings applicable to many areas. Plugin activation and plugin alias management'), 'help' => 'Text-area' ], "module" => [ 'title' => tra('Modules'), 'description' => tra('Module appearance settings'), 'help' => 'Module' ], "performance" => [ 'title' => tra('Performance'), 'description' => tra('Server performance settings'), 'help' => 'Performance' ], "security" => [ 'title' => tra('Security'), 'description' => tra('Site security settings'), 'help' => 'Security' ], "print" => [ 'title' => tra('Print Settings'), 'description' => tra('Settings and features for print versions and pdf generation'), 'help' => 'Print-Setting-Admin' ], "packages" => [ 'title' => tra('Packages'), 'description' => tra('External packages installation and management'), 'help' => 'Packages' ] ]} {icon name='cog'}
{literal} {/literal} {/if} {/tikimodule}