array(
'id' => 'generalSettingsButton',
'icon' => 'tools.png',
'label' => _('General settings')
),
ConfigurationPageTab::TYPES => array(
'id' => 'edittypes',
'icon' => 'gear.png',
'label' => _('Account types')
),
ConfigurationPageTab::MODULES => array(
'id' => 'editmodules',
'icon' => 'modules.png',
'label' => _('Modules')
),
ConfigurationPageTab::MODULE_SETTINGS => array(
'id' => 'moduleSettings',
'icon' => 'moduleSettings.png',
'label' => _('Module settings')
),
);
if (isLAMProVersion()) {
$tabs[ConfigurationPageTab::JOBS] = array(
'id' => 'jobs',
'icon' => 'clock.png',
'label' => _('Jobs')
);
}
// hidden submit buttons which are clicked by tabs
?>