You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new module called "domain". With this module you can manage all domains (web + mail). Per default this module is not active. To activate it, you have to change the System Interface Config -> domains -> use the domain module. You also have to activate the domain-module for the admin (and for every client if you want). Important: you can not use this module if you have reseller!
Copy file name to clipboardExpand all lines: interface/web/admin/lib/lang/de_system_config.lng
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,7 @@ $wb['dblist_phpmyadmin_link_txt'] = 'Link zu phpMyAdmin in der Datenbankliste';
12
12
$wb['mailboxlist_webmail_link_txt'] = 'Link zu Webmail in der Mailboxliste';
13
13
$wb['webmail_url_txt'] = 'Webmail URL';
14
14
$wb['phpmyadmin_url_txt'] = 'PHPMyAdmin URL';
15
+
$wb['use_domain_module_txt'] = 'Neue Domains können nur über das Modul Domains angelegt werden';
16
+
$wb['use_domain_module_hint'] = 'Wenn Sie dieses Modul verwenden, können Kunden beim Anlegen neuer E-Mail-Domains und neuer Websites lediglich eine Auswahl der vom Administrator für sie angelegter Domains treffen, sie können keine freie Eingabe ausführen.<br>Sollten Sie diesen Wert ändern, so müssen Sie sich danach ab- und wieder neu anmelden, um die Änderungen sichtbar zu machen.';
17
+
$wb['new_domain_txt'] = 'HTML-Text zum Erstellen einer neuen Domäne';
Copy file name to clipboardExpand all lines: interface/web/admin/lib/lang/en_system_config.lng
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,7 @@ $wb['dblist_phpmyadmin_link_txt'] = 'Link to phpmyadmin in DB list';
13
13
$wb['mailboxlist_webmail_link_txt'] = 'Link to webmail in Mailbox list';
14
14
$wb['webmail_url_txt'] = 'Webmail URL';
15
15
$wb['phpmyadmin_url_txt'] = 'PHPMyAdmin URL';
16
-
16
+
$wb['use_domain_module_txt'] = 'Use the domain-module to add new domains';
17
+
$wb['use_domain_module_hint'] = 'If you use this module, your customers can only select one of the domains the admin creates for them. They can not free edit the domain-field.You have to re-login after changing this value, to make the changes visible.';
18
+
$wb['new_domain_txt'] = 'HTML to create a new domain';
0 commit comments