Settings: Add interface for User Settings, add ability for Admin to manage (own) Domain and User Settings.
This commit is contained in:
@@ -15,4 +15,19 @@ $apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/core/domain_settings/domains.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = "Domain Settings";
|
||||
$apps[$x]['menu'][1]['title']['es-cl'] = "Configuraciones de Dominio";
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = "Paramètres du Domaine";
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = "Definições do Domínio";
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = "Configurações do Dominio";
|
||||
$apps[$x]['menu'][1]['title']['pl'] = "Ustawienia Domen";
|
||||
$apps[$x]['menu'][1]['title']['sv-se'] = "Domän Inställning";
|
||||
$apps[$x]['menu'][1]['title']['uk'] = "Налаштування доменів";
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = "Domain Einstellungen";
|
||||
$apps[$x]['menu'][1]['uuid'] = "0869ac79-4af3-498f-af65-69662280d74e";
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][1]['category'] = "internal";
|
||||
$apps[$x]['menu'][1]['path'] = "/core/domain_settings/domain_edit.php";
|
||||
$apps[$x]['menu'][1]['groups'][] = "admin";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user