diff --git a/templates/Froxlor/src/scss/_variables.scss b/templates/Froxlor/src/scss/_variables.scss index 41ae4fa1..a76c7670 100644 --- a/templates/Froxlor/src/scss/_variables.scss +++ b/templates/Froxlor/src/scss/_variables.scss @@ -10,7 +10,7 @@ $froxlor-blue-dark: #1871a2; $primary: $froxlor-blue-dark; $secondary: $dark-bg; -$info: $froxlor-blue-dark; +$info: $froxlor-blue-light; $warning: #FBBF24; $danger: #E11D48; @@ -18,6 +18,9 @@ $alert-bg-scale: 0; $alert-color-scale: 0; $alert-border-width: 0; +$list-group-item-color-scale: 0; +$list-group-item-bg-scale: 0; + $card-border-width: 0; // Body diff --git a/templates/Froxlor/user/index.html.twig b/templates/Froxlor/user/index.html.twig index 81b1b472..cf607dd2 100644 --- a/templates/Froxlor/user/index.html.twig +++ b/templates/Froxlor/user/index.html.twig @@ -13,14 +13,14 @@ {% endif %}
-
+

Test

-
+
{% if (userinfo.adminsession == 1 and get_setting('admin.show_news_feed') == 1) or (userinfo.adminsession == 0 and get_setting('customer.show_news_feed') == 1) %} {# newsfeed #} @@ -46,61 +46,59 @@ {{ lng('index.accountdetails') }}
-
-
    +
      +
    • +
      +
      {{ lng('login.username') }}
      + {{ userinfo.loginname }} +
      +
    • +
    • +
      +
      {{ lng('customer.email') }}
      + {{ userinfo.email }} +
      +
    • +
    • +
      +
      {{ lng('customer.services') }}
      + {% if userinfo.imap == 1 %} + IMAP + {% endif %} + {% if userinfo.pop3 == 1 %} + POP3 + {% endif %} + {% if userinfo.phpenabled == 1 %} + PHP + {% endif %} + {% if userinfo.perlenabled == 1 %} + Perl/CGI + {% endif %} + {% if userinfo.api_allowed == 1 %} + + API + + {% endif %} +
      +
    • + {% if stdsubdomain is not empty %}
    • -
      {{ lng('login.username') }}
      - {{ userinfo.loginname }} +
      {{ lng('admin.stdsubdomain') }}
      + {{ stdsubdomain }}
    • -
    • -
      -
      {{ lng('customer.email') }}
      - {{ userinfo.email }} -
      -
    • -
    • -
      -
      {{ lng('customer.services') }}
      - {% if userinfo.imap == 1 %} - IMAP - {% endif %} - {% if userinfo.pop3 == 1 %} - POP3 - {% endif %} - {% if userinfo.phpenabled == 1 %} - PHP - {% endif %} - {% if userinfo.perlenabled == 1 %} - Perl/CGI - {% endif %} - {% if userinfo.api_allowed == 1 %} - - API - - {% endif %} -
      -
    • - {% if stdsubdomain is not empty %} -
    • -
      -
      {{ lng('admin.stdsubdomain') }}
      - {{ stdsubdomain }} -
      -
    • - {% endif %} -
    • -
      -
      {{ lng('customer.domains') }}
      - {% for domain in domains %} - {{ domain }}
      - {% endfor %} -
      - {{ domains|length }} -
    • -
    -
+ {% endif %} +
  • +
    +
    {{ lng('customer.domains') }}
    + {% for domain in domains %} + {{ domain }}
    + {% endfor %} +
    + {{ domains|length }} +
  • +
    @@ -108,59 +106,57 @@ {{ lng('index.customerdetails') }}
    -
    -
      - {% if userinfo.customernumber is not empty %} -
    • -
      -
      {{ lng('customer.customernumber') }}
      - {{ userinfo.customernumber }} -
      -
    • - {% endif %} - {% if userinfo.company is not empty %} -
    • -
      -
      {{ lng('customer.company') }}
      - {{ userinfo.company }} -
      -
    • - {% endif %} - {% if userinfo.name is not empty %} -
    • -
      -
      {{ lng('customer.name') }}
      - {{ userinfo.firstname }} - {{ userinfo.name }} -
      -
    • - {% endif %} - {% if userinfo.street is not empty %} -
    • -
      -
      {{ lng('customer.street') }}
      - {{ userinfo.street }} -
      -
    • - {% endif %} - {% if userinfo.city is not empty %} -
    • -
      -
      {{ lng('customer.zipcode') }}/{{ lng('customer.city') }}
      - {{ userinfo.zipcode }} - {{ userinfo.city }} -
      -
    • - {% endif %} - {% if userinfo.custom_notes is not empty and userinfo.custom_notes_show == 1 %} -
    • -
      - {{ userinfo.custom_notes }} -
      -
    • - {% endif %} -
    -
    +
    {% endif %}