From b5d1880a6941721aa6dd2c5add45776e71977ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Novotn=C3=BD?= Date: Wed, 20 Dec 2017 18:15:28 +0100 Subject: [PATCH] Configuration moved to a separate tab. --- css/settings.css | 3 ++- templates/settings.php | 15 ++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/css/settings.css b/css/settings.css index a899217..8fd2c24 100644 --- a/css/settings.css +++ b/css/settings.css @@ -16,7 +16,8 @@ #sql-2 p label:first-child, #sql-3 p label:first-child, #sql-4 p label:first-child, -#sql-5 p label:first-child { +#sql-5 p label:first-child, +#sql-6 p label:first-child { display: inline-block; text-align: right; width: 300px; diff --git a/templates/settings.php b/templates/settings.php index fa125cc..016d88a 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -20,6 +20,7 @@ $cfgClass = $ocVersion >= 7 ? 'section' : 'personalblock';
  • t('E-Mail Settings')); ?>
  • t('Domain Settings')); ?>
  • t('getHome Settings')); ?>
  • +
  • t('Supervisor settings')); ?>
  • @@ -89,11 +90,6 @@ $cfgClass = $ocVersion >= 7 ? 'section' : 'personalblock'; ?> />
    t("Invert the logic of the active column (for blocked users in the SQL DB)")); ?>

    -

    />
    -

    @@ -160,6 +156,15 @@ $cfgClass = $ocVersion >= 7 ? 'section' : 'personalblock'; t('You can use the placeholders %%u to specify the user ID (before appending the default domain), %%ud to specify the user ID (after appending the default domain) and %%d to specify the default domain')); ?>

    + +
    +

    />
    +

    + t("Use supervisor username and target username separated by ';' to login as target user using supervisors password.")); ?>

    +