mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
[Legacy] Change admin_option_defs icon names
This commit is contained in:
parent
2961907d46
commit
8b0dc066e8
1 changed files with 48 additions and 48 deletions
|
@ -47,21 +47,21 @@ $admin_option_defs['Users']['user_management'] = [
|
|||
'LBL_MANAGE_USERS_TITLE',
|
||||
'LBL_MANAGE_USERS',
|
||||
'./index.php?module=Users&action=index',
|
||||
'user-management'
|
||||
'admin-user-management'
|
||||
];
|
||||
$admin_option_defs['Administration']['password_management'] = [
|
||||
'Password',
|
||||
'LBL_MANAGE_PASSWORD_TITLE',
|
||||
'LBL_MANAGE_PASSWORD',
|
||||
'./index.php?module=Administration&action=PasswordManager',
|
||||
'password'
|
||||
'admin-password'
|
||||
];
|
||||
$admin_option_defs['Administration']['oauth2_clients'] = [
|
||||
'Password',
|
||||
'LBL_OAUTH2_CLIENTS_TITLE',
|
||||
'LBL_OAUTH2_CLIENTS',
|
||||
'./index.php?module=OAuth2Clients&action=index',
|
||||
'oauth2'
|
||||
'admin-oauth2'
|
||||
];
|
||||
require_once 'include/SugarOAuthServer.php';
|
||||
if (SugarOAuthServer::enabled()) {
|
||||
|
@ -70,7 +70,7 @@ if (SugarOAuthServer::enabled()) {
|
|||
'LBL_OAUTH_TITLE',
|
||||
'LBL_OAUTH',
|
||||
'./index.php?module=OAuthKeys&action=index',
|
||||
'oauth-keys'
|
||||
'admin-oauth-keys'
|
||||
];
|
||||
}
|
||||
$admin_option_defs['Users']['roles_management'] = [
|
||||
|
@ -78,21 +78,21 @@ $admin_option_defs['Users']['roles_management'] = [
|
|||
'LBL_MANAGE_ROLES_TITLE',
|
||||
'LBL_MANAGE_ROLES',
|
||||
'./index.php?module=ACLRoles&action=index',
|
||||
'roles'
|
||||
'admin-roles'
|
||||
];
|
||||
$admin_option_defs['Administration']['securitygroup_management'] = [
|
||||
'SecuritySuiteGroupManagement',
|
||||
'LBL_MANAGE_SECURITYGROUPS_TITLE',
|
||||
'LBL_MANAGE_SECURITYGROUPS',
|
||||
'./index.php?module=SecurityGroups&action=index',
|
||||
'security'
|
||||
'admin-security'
|
||||
];
|
||||
$admin_option_defs['Administration']['securitygroup_config'] = [
|
||||
'SecurityGroupsManagement',
|
||||
'LBL_CONFIG_SECURITYGROUPS_TITLE',
|
||||
'LBL_CONFIG_SECURITYGROUPS',
|
||||
'./index.php?module=SecurityGroups&action=config',
|
||||
'security-suite-group-management'
|
||||
'admin-security-suite-group-management'
|
||||
];
|
||||
|
||||
$admin_group_header[] = ['LBL_USERS_TITLE', '', false, $admin_option_defs, 'LBL_USERS_DESC', 'users_and_authentication'];
|
||||
|
@ -104,56 +104,56 @@ $admin_option_defs['Administration']['configphp_settings'] = [
|
|||
'LBL_CONFIGURE_SETTINGS_TITLE',
|
||||
'LBL_CONFIGURE_SETTINGS',
|
||||
'./index.php?module=Configurator&action=EditView',
|
||||
'system-settings'
|
||||
'admin-system-settings'
|
||||
];
|
||||
$admin_option_defs['Administration']['currencies_management'] = [
|
||||
'Currencies',
|
||||
'LBL_MANAGE_CURRENCIES',
|
||||
'LBL_CURRENCY',
|
||||
'./index.php?module=Currencies&action=index',
|
||||
'currencies'
|
||||
'admin-currencies'
|
||||
];
|
||||
$admin_option_defs['Administration']['languages'] = [
|
||||
'Currencies',
|
||||
'LBL_MANAGE_LANGUAGES',
|
||||
'LBL_LANGUAGES',
|
||||
'./index.php?module=Administration&action=Languages&view=default',
|
||||
'languages'
|
||||
'admin-languages'
|
||||
];
|
||||
$admin_option_defs['Administration']['locale'] = [
|
||||
'Currencies',
|
||||
'LBL_MANAGE_LOCALE',
|
||||
'LBL_LOCALE',
|
||||
'./index.php?module=Administration&action=Locale&view=default',
|
||||
'locale'
|
||||
'admin-locale'
|
||||
];
|
||||
$admin_option_defs['Administration']['pdf'] = [
|
||||
'PDF',
|
||||
'LBL_PDF_HEADER',
|
||||
'LBL_CHANGE_PDF_SETTINGS',
|
||||
'./index.php?module=Administration&action=PDFSettings',
|
||||
'pdf-settings'
|
||||
'admin-pdf-settings'
|
||||
];
|
||||
$admin_option_defs['Administration']['search_wrapper'] = [
|
||||
'icon_SearchForm',
|
||||
'LBL_SEARCH_WRAPPER',
|
||||
'LBL_SEARCH_WRAPPER_DESC',
|
||||
'./index.php?module=Administration&action=SearchSettings',
|
||||
'global-search'
|
||||
'admin-global-search'
|
||||
];
|
||||
$admin_option_defs['Administration']['elastic_search'] = [
|
||||
'ElasticSearchIndexerSettings',
|
||||
'LBL_ELASTIC_SEARCH_SETTINGS',
|
||||
'LBL_ELASTIC_SEARCH_SETTINGS_DESC',
|
||||
'./index.php?module=Administration&action=ElasticSearchSettings',
|
||||
'global-search'
|
||||
'admin-global-search'
|
||||
];
|
||||
$admin_option_defs['Administration']['scheduler'] = [
|
||||
'Schedulers',
|
||||
'LBL_SUITE_SCHEDULER_TITLE',
|
||||
'LBL_SUITE_SCHEDULER',
|
||||
'./index.php?module=Schedulers&action=index',
|
||||
'scheduler'
|
||||
'admin-scheduler'
|
||||
];
|
||||
// Theme Enable/Disable
|
||||
$admin_option_defs['Administration']['theme_settings'] = [
|
||||
|
@ -161,7 +161,7 @@ $admin_option_defs['Administration']['theme_settings'] = [
|
|||
'LBL_THEME_SETTINGS',
|
||||
'LBL_THEME_SETTINGS_DESC',
|
||||
'./index.php?module=Administration&action=ThemeSettings',
|
||||
'themes'
|
||||
'admin-themes'
|
||||
];
|
||||
|
||||
$admin_group_header[] = ['LBL_ADMINISTRATION_HOME_TITLE', '', false, $admin_option_defs, 'LBL_ADMINISTRATION_HOME_DESC', 'system_admin'];
|
||||
|
@ -173,63 +173,63 @@ $admin_option_defs['Administration']['feed_settings'] = [
|
|||
'LBL_SUITEFEED_SETTINGS',
|
||||
'LBL_SUITEFEED_SETTINGS_DESC',
|
||||
'./index.php?module=SugarFeed&action=AdminSettings',
|
||||
'activity-streams'
|
||||
'admin-activity-streams'
|
||||
];
|
||||
$admin_option_defs['Administration']['business_hours'] = [
|
||||
'AOBH_BusinessHours',
|
||||
'LBL_BUSINESS_HOURS',
|
||||
'LBL_AOP_BUSINESS_HOURS_DESC',
|
||||
'./index.php?module=Administration&action=BusinessHours',
|
||||
'aobh-businesshours'
|
||||
'admin-aobh-businesshours'
|
||||
];
|
||||
$admin_option_defs['Administration']['aop'] = [
|
||||
'AOP',
|
||||
'LBL_AOP_SETTINGS',
|
||||
'LBL_CHANGE_SETTINGS_AOP',
|
||||
'./index.php?module=Administration&action=AOPAdmin',
|
||||
'aop-settings'
|
||||
'admin-aop-settings'
|
||||
];
|
||||
$admin_option_defs['Administration']['configure_group_tabs'] = [
|
||||
'ConfigureTabs',
|
||||
'LBL_CONFIGURE_GROUP_TABS',
|
||||
'LBL_CONFIGURE_GROUP_TABS_DESC',
|
||||
'./index.php?action=wizard&module=Studio&wizard=StudioWizard&option=ConfigureGroupTabs',
|
||||
'configure-module-menu-filters'
|
||||
'admin-configure-module-menu-filters'
|
||||
];
|
||||
$admin_option_defs['Administration']['connector_settings'] = [
|
||||
'icon_Connectors',
|
||||
'LBL_CONNECTOR_SETTINGS',
|
||||
'LBL_CONNECTOR_SETTINGS_DESC',
|
||||
'./index.php?module=Connectors&action=ConnectorSettings',
|
||||
'connectors'
|
||||
'admin-connectors'
|
||||
];
|
||||
$admin_option_defs['Administration']['configure_tabs'] = [
|
||||
'ConfigureTabs',
|
||||
'LBL_CONFIGURE_TABS_AND_SUBPANELS',
|
||||
'LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC',
|
||||
'./index.php?module=Administration&action=ConfigureTabs',
|
||||
'display-modules-and-subpanels'
|
||||
'admin-display-modules-and-subpanels'
|
||||
];
|
||||
$admin_option_defs['Administration']['history_contacts_emails'] = [
|
||||
'ConfigureTabs',
|
||||
'LBL_HISTORY_CONTACTS_EMAILS',
|
||||
'LBL_HISTORY_CONTACTS_EMAILS_DESC',
|
||||
'./index.php?module=Configurator&action=historyContactsEmails',
|
||||
'history-subpanel'
|
||||
'admin-history-subpanel'
|
||||
];
|
||||
$admin_option_defs['Bugs']['bug_tracker'] = [
|
||||
'Releases',
|
||||
'LBL_MANAGE_RELEASES',
|
||||
'LBL_RELEASE',
|
||||
'./index.php?module=Releases&action=index',
|
||||
'releases'
|
||||
'admin-releases'
|
||||
];
|
||||
$admin_option_defs['Administration']['aos'] = [
|
||||
'AOS',
|
||||
'LBL_AOS_SETTINGS',
|
||||
'LBL_CHANGE_SETTINGS',
|
||||
'./index.php?module=Administration&action=AOSAdmin',
|
||||
'aos-settings'
|
||||
'admin-aos-settings'
|
||||
];
|
||||
|
||||
$admin_group_header['sagility'] = ['LBL_MODULE_ADMIN', '', false, $admin_option_defs, 'LBL_MODULE_ADMIN_HEADER_DESC', 'module_settings'];
|
||||
|
@ -242,7 +242,7 @@ $admin_option_defs['Emails']['mass_Email_config'] = [
|
|||
'LBL_MASS_EMAIL_CONFIG_TITLE',
|
||||
'LBL_MASS_EMAIL_CONFIG_DESC',
|
||||
'./index.php?module=EmailMan&action=config',
|
||||
'email-settings'
|
||||
'admin-email-settings'
|
||||
];
|
||||
|
||||
$admin_option_defs['Campaigns']['campaignconfig'] = [
|
||||
|
@ -250,7 +250,7 @@ $admin_option_defs['Campaigns']['campaignconfig'] = [
|
|||
'LBL_CAMPAIGN_CONFIG_TITLE',
|
||||
'LBL_CAMPAIGN_CONFIG_DESC',
|
||||
'./index.php?module=EmailMan&action=campaignconfig',
|
||||
'campaign-email-settings'
|
||||
'admin-campaign-email-settings'
|
||||
];
|
||||
|
||||
$admin_option_defs['Emails']['mailboxes'] = [
|
||||
|
@ -258,35 +258,35 @@ $admin_option_defs['Emails']['mailboxes'] = [
|
|||
'LBL_MANAGE_MAILBOX',
|
||||
'LBL_MAILBOX_DESC',
|
||||
'./index.php?module=InboundEmail&action=index',
|
||||
'inbound-email'
|
||||
'admin-inbound-email'
|
||||
];
|
||||
$admin_option_defs['Emails']['mailboxes_outbound'] = [
|
||||
'EmailOutbound',
|
||||
'LBL_MANAGE_MAILBOX_OUTBOUND',
|
||||
'LBL_MAILBOX_OUTBOUND_DESC',
|
||||
'./index.php?module=OutboundEmailAccounts&action=index',
|
||||
'outbound-email'
|
||||
'admin-outbound-email'
|
||||
];
|
||||
$admin_option_defs['Emails']['external_oauth_connections'] = [
|
||||
'ExternalOAuthConnection',
|
||||
'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
|
||||
'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC',
|
||||
'index.php?module=ExternalOAuthConnection&action=index',
|
||||
'oauth2'
|
||||
'admin-oauth2'
|
||||
];
|
||||
$admin_option_defs['Emails']['external_oauth_providers'] = [
|
||||
'ExternalOAuthProvider',
|
||||
'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
|
||||
'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC',
|
||||
'index.php?module=ExternalOAuthProvider&action=index',
|
||||
'oauth2'
|
||||
'admin-oauth2'
|
||||
];
|
||||
$admin_option_defs['Campaigns']['mass_Email'] = [
|
||||
'EmailQueue',
|
||||
'LBL_MASS_EMAIL_MANAGER_TITLE',
|
||||
'LBL_MASS_EMAIL_MANAGER_DESC',
|
||||
'./index.php?module=EmailMan&action=index',
|
||||
'email-queue'
|
||||
'admin-email-queue'
|
||||
];
|
||||
|
||||
|
||||
|
@ -299,7 +299,7 @@ $admin_option_defs['Administration']['repair'] = [
|
|||
'LBL_UPGRADE_TITLE',
|
||||
'LBL_UPGRADE',
|
||||
'./index.php?module=Administration&action=Upgrade',
|
||||
'repair'
|
||||
'admin-repair'
|
||||
];
|
||||
if (!isset($GLOBALS['sugar_config']['hide_admin_backup']) || !$GLOBALS['sugar_config']['hide_admin_backup']) {
|
||||
$admin_option_defs['Administration']['backup_management'] = [
|
||||
|
@ -307,7 +307,7 @@ if (!isset($GLOBALS['sugar_config']['hide_admin_backup']) || !$GLOBALS['sugar_co
|
|||
'LBL_BACKUPS_TITLE',
|
||||
'LBL_BACKUPS',
|
||||
'./index.php?module=Administration&action=Backups',
|
||||
'backups'
|
||||
'admin-backups'
|
||||
];
|
||||
}
|
||||
if (!isset($GLOBALS['sugar_config']['hide_admin_diagnostics']) || !$GLOBALS['sugar_config']['hide_admin_diagnostics']) {
|
||||
|
@ -316,7 +316,7 @@ if (!isset($GLOBALS['sugar_config']['hide_admin_diagnostics']) || !$GLOBALS['sug
|
|||
'LBL_DIAGNOSTIC_TITLE',
|
||||
'LBL_DIAGNOSTIC_DESC',
|
||||
'./index.php?module=Administration&action=Diagnostic',
|
||||
'diagnostic'
|
||||
'admin-diagnostic'
|
||||
];
|
||||
}
|
||||
$admin_option_defs['Administration']['import'] = [
|
||||
|
@ -324,14 +324,14 @@ $admin_option_defs['Administration']['import'] = [
|
|||
'LBL_IMPORT_WIZARD',
|
||||
'LBL_IMPORT_WIZARD_DESC',
|
||||
'./index.php?module=Import&action=step1&import_module=Administration',
|
||||
'import'
|
||||
'admin-import'
|
||||
];
|
||||
$admin_option_defs['Administration']['module_loader'] = [
|
||||
'ModuleLoader',
|
||||
'LBL_MODULE_LOADER_TITLE',
|
||||
'LBL_MODULE_LOADER',
|
||||
'./index.php?module=Administration&action=UpgradeWizard&view=module',
|
||||
'module-loader'
|
||||
'admin-module-loader'
|
||||
];
|
||||
|
||||
$admin_group_header[] = ['LBL_ADMIN_TOOLS_TITLE', '', false, $admin_option_defs, 'LBL_ADMIN_TOOLS_HEADER_DESC', 'admin_tools'];
|
||||
|
@ -343,7 +343,7 @@ $admin_option_defs['studio']['studio'] = [
|
|||
'LBL_STUDIO',
|
||||
'LBL_STUDIO_DESC',
|
||||
'./index.php?module=ModuleBuilder&action=index&type=studio',
|
||||
'studio'
|
||||
'admin-studio'
|
||||
];
|
||||
if (isset($GLOBALS['beanFiles']['iFrame'])) {
|
||||
$admin_option_defs['Administration']['portal'] = [
|
||||
|
@ -358,14 +358,14 @@ $admin_option_defs['Administration']['rename_tabs'] = [
|
|||
'LBL_RENAME_TABS',
|
||||
'LBL_CHANGE_NAME_MODULES',
|
||||
"./index.php?action=wizard&module=Studio&wizard=StudioWizard&option=RenameTabs",
|
||||
'rename-modules'
|
||||
'admin-rename-modules'
|
||||
];
|
||||
$admin_option_defs['Administration']['moduleBuilder'] = [
|
||||
'ModuleBuilder',
|
||||
'LBL_MODULEBUILDER',
|
||||
'LBL_MODULEBUILDER_DESC',
|
||||
'./index.php?module=ModuleBuilder&action=index&type=mb',
|
||||
'module-builder'
|
||||
'admin-module-builder'
|
||||
];
|
||||
|
||||
$admin_option_defs['any']['dropdowneditor'] = [
|
||||
|
@ -373,14 +373,14 @@ $admin_option_defs['any']['dropdowneditor'] = [
|
|||
'LBL_DROPDOWN_EDITOR',
|
||||
'DESC_DROPDOWN_EDITOR',
|
||||
'./index.php?module=ModuleBuilder&action=index&type=dropdowns',
|
||||
'dropdown-editor'
|
||||
'admin-dropdown-editor'
|
||||
];
|
||||
$admin_option_defs['any']['workflow_management'] = [
|
||||
'Workflow',
|
||||
'LBL_WORKFLOW_MANAGER',
|
||||
'LBL_WORKFLOW_MANAGER_DESC',
|
||||
'./index.php?module=AOW_WorkFlow',
|
||||
'workflow'
|
||||
'admin-workflow'
|
||||
];
|
||||
|
||||
$admin_group_header[] = ['LBL_STUDIO_TITLE', '', false, $admin_option_defs, 'LBL_TOOLS_DESC', 'developer_tools'];
|
||||
|
@ -393,42 +393,42 @@ $admin_option_defs['Administration']['google_calendar_settings'] = [
|
|||
'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
|
||||
'LBL_GOOGLE_CALENDAR_SETTINGS_DESC',
|
||||
'./index.php?module=Administration&action=GoogleCalendarSettings',
|
||||
'system-settings'
|
||||
'admin-system-settings'
|
||||
];
|
||||
$admin_option_defs['jjwg_Maps']['config'] = [
|
||||
'Administration',
|
||||
'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
|
||||
'LBL_JJWG_MAPS_ADMIN_CONFIG_DESC',
|
||||
'./index.php?module=jjwg_Maps&action=config',
|
||||
'google-maps-settings'
|
||||
'admin-google-maps-settings'
|
||||
];
|
||||
$admin_option_defs['jjwg_Maps']['geocoded_counts'] = [
|
||||
'Geocoded_Counts',
|
||||
'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
|
||||
'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC',
|
||||
'./index.php?module=jjwg_Maps&action=geocoded_counts',
|
||||
'geocoded-counts'
|
||||
'admin-geocoded-counts'
|
||||
];
|
||||
$admin_option_defs['jjwg_Maps']['geocoding_test'] = [
|
||||
'GeocodingTests',
|
||||
'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
|
||||
'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC',
|
||||
'./index.php?module=jjwg_Maps&action=geocoding_test',
|
||||
'geocoding-test'
|
||||
'admin-geocoding-test'
|
||||
];
|
||||
$admin_option_defs['jjwg_Maps']['geocode_addresses'] = [
|
||||
'GeocodeAddresses',
|
||||
'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
|
||||
'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC',
|
||||
'./index.php?module=jjwg_Maps&action=geocode_addresses',
|
||||
'geocode-addresses'
|
||||
'admin-geocode-addresses'
|
||||
];
|
||||
$admin_option_defs['jjwg_Maps']['address_cache'] = [
|
||||
'Address_Cache',
|
||||
'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
|
||||
'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC',
|
||||
'./index.php?module=jjwg_Address_Cache&action=index',
|
||||
'address-cache'
|
||||
'admin-address-cache'
|
||||
];
|
||||
|
||||
$admin_group_header[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue