summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules-available/sysconfig/lang/de/template-tags.json1
-rw-r--r--modules-available/sysconfig/lang/en/template-tags.json1
-rw-r--r--modules-available/sysconfig/templates/cfg-finish.html5
3 files changed, 5 insertions, 2 deletions
diff --git a/modules-available/sysconfig/lang/de/template-tags.json b/modules-available/sysconfig/lang/de/template-tags.json
index ff7215c7..edff726c 100644
--- a/modules-available/sysconfig/lang/de/template-tags.json
+++ b/modules-available/sysconfig/lang/de/template-tags.json
@@ -1,6 +1,7 @@
{
"lang_activate": "Aktivieren",
"lang_activateGlobally": "Als globale Konfiguration setzen",
+ "lang_activateGloballyText": "Sie k\u00f6nnen die soeben erzeugte Konfiguration direkt als Standardkonfiguration setzen. Diese wird f\u00fcr alle R\u00e4ume verwendet, die keine eigene Konfiguration zugewiesen haben.",
"lang_active": "Aktiv",
"lang_adStarted": "Der AD-Proxy wird nun konfiguriert und gestartet...",
"lang_adText1": "Zum Einrichten der Benutzerauthentifizierung \u00fcber ein Active Directory wird neben der Adresse des anzusprechenden Servers ein dedizierter Benutzer im AD ben\u00f6tigt, \u00fcber welchen das AD angesprochen wird. Der Benutzer sollte in der gleichen Dom\u00e4ne sein, wie die Benutzer, die sich sp\u00e4ter an den Arbeitsstationen anmelden werden. Ansonsten ist es notwendig, die Suchbasis anzugeben.",
diff --git a/modules-available/sysconfig/lang/en/template-tags.json b/modules-available/sysconfig/lang/en/template-tags.json
index c20db1fc..abb65d31 100644
--- a/modules-available/sysconfig/lang/en/template-tags.json
+++ b/modules-available/sysconfig/lang/en/template-tags.json
@@ -1,6 +1,7 @@
{
"lang_activate": "Activate",
"lang_activateGlobally": "Set as global\/default configuration",
+ "lang_activateGloballyText": "You can now set the configuration as default. The default configuration will be used for all clients not in a location with a specific configuration applied.",
"lang_active": "Active",
"lang_adStarted": "The AD-proxy is now configured and started ...",
"lang_adText1": "To set up user authentication through Active Directory, a dedicated user is required in AD next to the address of the server, which is addressed by the AD.",
diff --git a/modules-available/sysconfig/templates/cfg-finish.html b/modules-available/sysconfig/templates/cfg-finish.html
index 891a3e65..7ba71c04 100644
--- a/modules-available/sysconfig/templates/cfg-finish.html
+++ b/modules-available/sysconfig/templates/cfg-finish.html
@@ -6,8 +6,9 @@
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="action" value="config">
<input type="hidden" name="activate" value="{{configid}}">
- <div class="text-right">
- <a href="?do=SysConfig" class="btn btn-default">&laquo; {{lang_backToSysconfig}}</a>
+ <a href="?do=SysConfig" class="btn btn-default">&laquo; {{lang_backToSysconfig}}</a>
+ <div class="slx-space">
+ <p>{{lang_activateGloballyText}}</p>
<button type="submit" class="btn btn-default">
<span class="glyphicon glyphicon-globe"></span>
{{lang_activateGlobally}}