NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/templates/mailbox.twig

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

mailbox.twig on main
Author Date Commit Line Code
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
1
{% extends 'base.twig' %}
Open commit View diff
1 {% extends 'base.twig' %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
2
Open commit View diff
2
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
3
{% block content %}
Open commit View diff
3 {% block content %}
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
4
<div id="mail-content" class="responsive-tabs">
Open commit View diff
4 <div id="mail-content" class="responsive-tabs">
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
5
  <ul class="nav nav-tabs" role="tablist">
Open commit View diff
5 <ul class="nav nav-tabs" role="tablist">
Kristian Feldsam almost 3 years ago db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
6
    {% if mailcow_cc_role == 'admin' %}
Open commit View diff
6 {% if mailcow_cc_role == 'admin' %}
DerLinkman almost 4 years ago b503271

Use Translateable strings in Debug Page

Full commit hash
b503271aba4ff7499be08c6a48be1bec91ee5ec0
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
7
    <li class="nav-item dropdown" role="presentation">
Open commit View diff
7 <li class="nav-item dropdown" role="presentation">
FreddleSpl0it over 3 years ago c44281f

[Web] set domain tab default active

Full commit hash
c44281f62d0e18de8bff3c42e46265ee79afb716
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
8
      <a class="nav-link dropdown-toggle active" data-bs-toggle="dropdown" href="#">{{ lang.mailbox.domains }}</a>
Open commit View diff
8 <a class="nav-link dropdown-toggle active" data-bs-toggle="dropdown" href="#">{{ lang.mailbox.domains }}</a>
same change c44281f

[Web] set domain tab default active

Full commit hash
c44281f62d0e18de8bff3c42e46265ee79afb716
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
9
      <ul class="dropdown-menu">
Open commit View diff
9 <ul class="dropdown-menu">
same change c44281f

[Web] set domain tab default active

Full commit hash
c44281f62d0e18de8bff3c42e46265ee79afb716
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
10
        <li><button class="dropdown-item" aria-selected="false" aria-controls="tab-domains" role="tab" data-bs-toggle="tab" data-bs-target="#tab-domains">{{ lang.mailbox.domains }}</button></li>
Open commit View diff
10 <li><button class="dropdown-item" aria-selected="false" aria-controls="tab-domains" role="tab" data-bs-toggle="tab" data-bs-target="#tab-domains">{{ lang.mailbox.domains }}</button></li>
Kristian Feldsam almost 3 years ago db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
11
        <li><button class="dropdown-item" aria-selected="false" aria-controls="tab-templates-domains" role="tab" data-bs-toggle="tab" data-bs-target="#tab-templates-domains">{{ lang.mailbox.templates }}</button></li>
Open commit View diff
11 <li><button class="dropdown-item" aria-selected="false" aria-controls="tab-templates-domains" role="tab" data-bs-toggle="tab" data-bs-target="#tab-templates-domains">{{ lang.mailbox.templates }}</button></li>
FreddleSpl0it over 3 years ago c44281f

[Web] set domain tab default active

Full commit hash
c44281f62d0e18de8bff3c42e46265ee79afb716
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
12
      </ul>
Open commit View diff
12 </ul>
DerLinkman almost 4 years ago b503271

Use Translateable strings in Debug Page

Full commit hash
b503271aba4ff7499be08c6a48be1bec91ee5ec0
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
13
    </li>
Open commit View diff
13 </li>
Kristian Feldsam almost 3 years ago db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
14
    {% else %}
Open commit View diff
14 {% else %}
same change db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
15
    <li class="nav-item" role="presentation"><button class="nav-link" aria-controls="tab-domains" role="tab" data-bs-toggle="tab" data-bs-target="#tab-domains">{{ lang.mailbox.domains }}</button></li>
Open commit View diff
15 <li class="nav-item" role="presentation"><button class="nav-link" aria-controls="tab-domains" role="tab" data-bs-toggle="tab" data-bs-target="#tab-domains">{{ lang.mailbox.domains }}</button></li>
same change db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
16
    {% endif %}
Open commit View diff
16 {% endif %}
same change db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
17
    {% if mailcow_cc_role == 'admin' %}
Open commit View diff
17 {% if mailcow_cc_role == 'admin' %}
DerLinkman almost 4 years ago b503271

Use Translateable strings in Debug Page

Full commit hash
b503271aba4ff7499be08c6a48be1bec91ee5ec0
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
18
    <li class="nav-item dropdown" role="presentation">
Open commit View diff
18 <li class="nav-item dropdown" role="presentation">
FreddleSpl0it over 3 years ago c44281f

[Web] set domain tab default active

Full commit hash
c44281f62d0e18de8bff3c42e46265ee79afb716
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
19
      <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#">{{ lang.mailbox.mailboxes }}</a>
Open commit View diff
19 <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#">{{ lang.mailbox.mailboxes }}</a>
same change c44281f

[Web] set domain tab default active

Full commit hash
c44281f62d0e18de8bff3c42e46265ee79afb716
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
20
      <ul class="dropdown-menu">
Open commit View diff
20 <ul class="dropdown-menu">
same change c44281f

[Web] set domain tab default active

Full commit hash
c44281f62d0e18de8bff3c42e46265ee79afb716
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
21
        <li><button class="dropdown-item" aria-selected="false" aria-controls="tab-mailboxes" role="tab" data-bs-toggle="tab" data-bs-target="#tab-mailboxes">{{ lang.mailbox.mailboxes }}</button></li>
Open commit View diff
21 <li><button class="dropdown-item" aria-selected="false" aria-controls="tab-mailboxes" role="tab" data-bs-toggle="tab" data-bs-target="#tab-mailboxes">{{ lang.mailbox.mailboxes }}</button></li>
Kristian Feldsam almost 3 years ago db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
22
        <li><button class="dropdown-item" aria-selected="false" aria-controls="tab-templates-mbox" role="tab" data-bs-toggle="tab" data-bs-target="#tab-templates-mbox">{{ lang.mailbox.templates }}</button></li>
Open commit View diff
22 <li><button class="dropdown-item" aria-selected="false" aria-controls="tab-templates-mbox" role="tab" data-bs-toggle="tab" data-bs-target="#tab-templates-mbox">{{ lang.mailbox.templates }}</button></li>
FreddleSpl0it over 3 years ago c44281f

[Web] set domain tab default active

Full commit hash
c44281f62d0e18de8bff3c42e46265ee79afb716
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
23
      </ul>
Open commit View diff
23 </ul>
DerLinkman almost 4 years ago b503271

Use Translateable strings in Debug Page

Full commit hash
b503271aba4ff7499be08c6a48be1bec91ee5ec0
Author
DerLinkman <[email protected]>
Date
almost 4 years ago
Selected line
24
    </li>
Open commit View diff
24 </li>
Kristian Feldsam almost 3 years ago db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
25
    {% else %}
Open commit View diff
25 {% else %}
same change db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
26
    <li class="nav-item" role="presentation"><button class="nav-link" aria-controls="tab-mailboxes" role="tab" data-bs-toggle="tab" data-bs-target="#tab-mailboxes">{{ lang.mailbox.mailboxes }}</button></li>
Open commit View diff
26 <li class="nav-item" role="presentation"><button class="nav-link" aria-controls="tab-mailboxes" role="tab" data-bs-toggle="tab" data-bs-target="#tab-mailboxes">{{ lang.mailbox.mailboxes }}</button></li>
same change db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
27
    {% endif %}
Open commit View diff
27 {% endif %}
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
28
    <li class="nav-item" role="presentation"><button class="nav-link" aria-controls="tab-resources" role="tab" data-bs-toggle="tab" data-bs-target="#tab-resources">{{ lang.mailbox.resources }}</button></li>
Open commit View diff
28 <li class="nav-item" role="presentation"><button class="nav-link" aria-controls="tab-resources" role="tab" data-bs-toggle="tab" data-bs-target="#tab-resources">{{ lang.mailbox.resources }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
29
    <li class="nav-item dropdown">
Open commit View diff
29 <li class="nav-item dropdown">
kritzl over 3 years ago 3e1cfe0

Fix cursor style when hovering 'Aliases' tab

Full commit hash
3e1cfe0d08726e7edb7a611e1db0ab2bea1943eb
Author
kritzl <[email protected]>
Date
over 3 years ago
Selected line
30
      <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#">{{ lang.mailbox.aliases }}</a>
Open commit View diff
30 <a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#">{{ lang.mailbox.aliases }}</a>
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
31
      <ul class="dropdown-menu">
Open commit View diff
31 <ul class="dropdown-menu">
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
32
        <li role="presentation"><button class="dropdown-item" aria-selected="false" aria-controls="tab-mbox-aliases" role="tab" data-bs-toggle="tab" data-bs-target="#tab-mbox-aliases">{{ lang.mailbox.aliases }}</button></li>
Open commit View diff
32 <li role="presentation"><button class="dropdown-item" aria-selected="false" aria-controls="tab-mbox-aliases" role="tab" data-bs-toggle="tab" data-bs-target="#tab-mbox-aliases">{{ lang.mailbox.aliases }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
33
        <li role="presentation"><button class="dropdown-item" aria-selected="false" aria-controls="tab-domain-aliases" role="tab" data-bs-toggle="tab" data-bs-target="#tab-domain-aliases">{{ lang.mailbox.domain_aliases }}</button></li>
Open commit View diff
33 <li role="presentation"><button class="dropdown-item" aria-selected="false" aria-controls="tab-domain-aliases" role="tab" data-bs-toggle="tab" data-bs-target="#tab-domain-aliases">{{ lang.mailbox.domain_aliases }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
34
      </ul>
Open commit View diff
34 </ul>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
35
    </li>
Open commit View diff
35 </li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
36
    <li class="nav-item" role="presentation"><button class="nav-link" aria-selected="false" aria-controls="tab-syncjobs" role="tab" data-bs-toggle="tab" data-bs-target="#tab-syncjobs">{{ lang.mailbox.sync_jobs }}</button></li>
Open commit View diff
36 <li class="nav-item" role="presentation"><button class="nav-link" aria-selected="false" aria-controls="tab-syncjobs" role="tab" data-bs-toggle="tab" data-bs-target="#tab-syncjobs">{{ lang.mailbox.sync_jobs }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
37
    <li class="nav-item" role="presentation"><button class="nav-link" aria-selected="false" aria-controls="tab-filters" role="tab" data-bs-toggle="tab" data-bs-target="#tab-filters">{{ lang.mailbox.filters }}</button></li>
Open commit View diff
37 <li class="nav-item" role="presentation"><button class="nav-link" aria-selected="false" aria-controls="tab-filters" role="tab" data-bs-toggle="tab" data-bs-target="#tab-filters">{{ lang.mailbox.filters }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
38
    <li class="nav-item" role="presentation"><button class="nav-link" aria-selected="false" aria-controls="tab-bcc" role="tab" data-bs-toggle="tab" data-bs-target="#tab-bcc">{{ lang.mailbox.address_rewriting }}</button></li>
Open commit View diff
38 <li class="nav-item" role="presentation"><button class="nav-link" aria-selected="false" aria-controls="tab-bcc" role="tab" data-bs-toggle="tab" data-bs-target="#tab-bcc">{{ lang.mailbox.address_rewriting }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
39
    <li class="nav-item" role="presentation"{% if mailcow_cc_role != 'admin' %} class="d-none"{% endif %}><button class="nav-link" aria-selected="false" aria-controls="tab-tls-policy" role="tab" data-bs-toggle="tab" data-bs-target="#tab-tls-policy">{{ lang.mailbox.tls_policy_maps }}</button></li>
Open commit View diff
39 <li class="nav-item" role="presentation"{% if mailcow_cc_role != 'admin' %} class="d-none"{% endif %}><button class="nav-link" aria-selected="false" aria-controls="tab-tls-policy" role="tab" data-bs-toggle="tab" data-bs-target="#tab-tls-policy">{{ lang.mailbox.tls_policy_maps }}</button></li>
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
40
  </ul>
Open commit View diff
40 </ul>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
41
Open commit View diff
41
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
42
  <div class="row">
Open commit View diff
42 <div class="row">
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
43
    <div class="col-md-12">
Open commit View diff
43 <div class="col-md-12">
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
44
      <div class="tab-content" style="padding-top:20px">
Open commit View diff
44 <div class="tab-content" style="padding-top:20px">
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
45
        {% include 'mailbox/tab-domains.twig' %}
Open commit View diff
45 {% include 'mailbox/tab-domains.twig' %}
Kristian Feldsam almost 3 years ago db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
46
        {% if mailcow_cc_role == 'admin' %}
Open commit View diff
46 {% if mailcow_cc_role == 'admin' %}
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
47
        {% include 'mailbox/tab-templates-domains.twig' %}
Open commit View diff
47 {% include 'mailbox/tab-templates-domains.twig' %}
Kristian Feldsam almost 3 years ago db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
48
        {% endif %}
Open commit View diff
48 {% endif %}
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
49
        {% include 'mailbox/tab-mailboxes.twig' %}
Open commit View diff
49 {% include 'mailbox/tab-mailboxes.twig' %}
Kristian Feldsam almost 3 years ago db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
50
        {% if mailcow_cc_role == 'admin' %}
Open commit View diff
50 {% if mailcow_cc_role == 'admin' %}
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
51
        {% include 'mailbox/tab-templates-mbox.twig' %}
Open commit View diff
51 {% include 'mailbox/tab-templates-mbox.twig' %}
Kristian Feldsam almost 3 years ago db9562e

[Web] mailboxes - remove tab dropdown, if not admin

Full commit hash
db9562e84375c3b1343f9cc773bdf3185383e9ff
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
52
        {% endif %}
Open commit View diff
52 {% endif %}
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
53
        {% include 'mailbox/tab-resources.twig' %}
Open commit View diff
53 {% include 'mailbox/tab-resources.twig' %}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
54
        {% include 'mailbox/tab-domain-aliases.twig' %}
Open commit View diff
54 {% include 'mailbox/tab-domain-aliases.twig' %}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
55
        {% include 'mailbox/tab-mbox-aliases.twig' %}
Open commit View diff
55 {% include 'mailbox/tab-mbox-aliases.twig' %}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
56
        {% include 'mailbox/tab-syncjobs.twig' %}
Open commit View diff
56 {% include 'mailbox/tab-syncjobs.twig' %}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
57
        {% include 'mailbox/tab-filters.twig' %}
Open commit View diff
57 {% include 'mailbox/tab-filters.twig' %}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
58
        {% include 'mailbox/tab-bcc.twig' %}
Open commit View diff
58 {% include 'mailbox/tab-bcc.twig' %}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
59
        {% include 'mailbox/tab-tls-policy.twig' %}
Open commit View diff
59 {% include 'mailbox/tab-tls-policy.twig' %}
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
60
      </div> <!-- /tab-content -->
Open commit View diff
60 </div> <!-- /tab-content -->
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
61
    </div> <!-- /col-md-12 -->
Open commit View diff
61 </div> <!-- /col-md-12 -->
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
62
  </div> <!-- /row -->
Open commit View diff
62 </div> <!-- /row -->
same change cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
63
</div>
Open commit View diff
63 </div>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
64
Open commit View diff
64
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
65
{% include 'modals/mailbox.twig' %}
Open commit View diff
65 {% include 'modals/mailbox.twig' %}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
66
Open commit View diff
66
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
67
<script type='text/javascript'>
Open commit View diff
67 <script type='text/javascript'>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
68
  var acl = '{{ acl_json|raw }}';
Open commit View diff
68 var acl = '{{ acl_json|raw }}';
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
69
  var lang = {{ lang_mailbox|raw }};
Open commit View diff
69 var lang = {{ lang_mailbox|raw }};
FreddleSpl0it over 3 years ago 79982e0

add template feature for domains and mailboxes

Full commit hash
79982e0e8da146a60b69c68a43828004dc9d593b
Author
FreddleSpl0it <[email protected]>
Date
over 3 years ago
Selected line
70
  var lang_rl = {{ lang_rl|raw }};
Open commit View diff
70 var lang_rl = {{ lang_rl|raw }};
FreddleSpl0it over 1 year ago fe7211f

[Web] add missing translation for ratelimit in templates overview

Full commit hash
fe7211f27f839a6d3ab8d95b88e0a654417ebdf5
Author
FreddleSpl0it <[email protected]>
Date
over 1 year ago
Selected line
71
  var lang_edit = {{ lang_edit|raw }};
Open commit View diff
71 var lang_edit = {{ lang_edit|raw }};
FreddleSpl0it about 4 years ago 0ece065

[BS5] Replace FooTable with jquery Datatables

Full commit hash
0ece065cb0d1d64be681b71c686abbcbbaee0971
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
72
  var lang_datatables = {{ lang_datatables|raw }};
Open commit View diff
72 var lang_datatables = {{ lang_datatables|raw }};
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
73
  var csrf_token = '{{ csrf_token }}';
Open commit View diff
73 var csrf_token = '{{ csrf_token }}';
realizelol over 3 years ago 6ff3f3f

[Web] Set pageLength to pagination_size + repect savedState...

Full commit hash
6ff3f3f044b8673d315d0e7dc3f7c33e70bef977
Author
realizelol <[email protected]>
Date
over 3 years ago
Selected line
74
  var pagination_size = Math.trunc('{{ pagination_size }}');
Open commit View diff
74 var pagination_size = Math.trunc('{{ pagination_size }}');
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
75
  var role = '{{ role }}';
Open commit View diff
75 var role = '{{ role }}';
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
76
  var is_dual = {{ is_dual }};
Open commit View diff
76 var is_dual = {{ is_dual }};
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
77
  var ALLOW_ADMIN_EMAIL_LOGIN = {{ allow_admin_email_login }};
Open commit View diff
77 var ALLOW_ADMIN_EMAIL_LOGIN = {{ allow_admin_email_login }};
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
78
</script>
Open commit View diff
78 </script>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
79
{% endblock %}
Open commit View diff
79 {% endblock %}