1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11088] Move style, extension and language pack management to customise

Instead of being separated, these related ACP modules are now grouped
intuitively.

PHPBB3-11088
This commit is contained in:
David King
2012-09-02 23:44:13 -04:00
parent 9420647c43
commit 4980d8b011
5 changed files with 27 additions and 10 deletions

View File

@@ -2489,6 +2489,20 @@ function change_database_data(&$no_updates, $version)
'auth' => 'acl_a_styles',
'cat' => 'ACP_STYLE_MANAGEMENT',
),
'extensions' => array(
'base' => 'acp_extensions',
'class' => 'acp',
'title' => 'ACP_EXTENSIONS',
'auth' => 'acl_a_extensions',
'cat' => 'ACP_EXTENSION_MANAGEMENT',
),
'lang_management' => array(
'base' => 'acp_language',
'class' => 'acp',
'title' => 'ACL_LANGUAGE_PACKS',
'auth' => 'acl_a_language',
'cat' => 'ACL_LANGUAGE',
),
'autologin_keys' => array(
'base' => 'ucp_profile',
'class' => 'ucp',

View File

@@ -2095,9 +2095,10 @@ class install_install extends module
'ACP_PERMISSION_ROLES',
'ACP_PERMISSION_MASKS',
),
'ACP_CAT_STYLES' => array(
'ACP_CAT_CUSTOMISE' => array(
'ACP_STYLE_MANAGEMENT',
'ACP_STYLE_COMPONENTS',
'ACP_EXTENSIONS_MANAGEMENT',
'ACP_LANGUAGE'
),
'ACP_CAT_MAINTENANCE' => array(
'ACP_FORUM_LOGS',