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/edit/domain.twig

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

domain.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 'edit.twig' %}
Open commit View diff
1 {% extends 'edit.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 inner_content %}
Open commit View diff
3 {% block inner_content %}
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
4
{% if result %}
Open commit View diff
4 {% if result %}
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
5
<div id="domain-content" class="responsive-tabs">
Open commit View diff
5 <div id="domain-content" class="responsive-tabs">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
6
    <ul class="nav nav-tabs" role="tablist">
Open commit View diff
6 <ul class="nav nav-tabs" role="tablist">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
7
      <li role="presentation" class="nav-item"><button class="nav-link active" data-bs-toggle="tab" data-bs-target="#dedit">{{ lang.edit.domain }}</button></li>
Open commit View diff
7 <li role="presentation" class="nav-item"><button class="nav-link active" data-bs-toggle="tab" data-bs-target="#dedit">{{ lang.edit.domain }}</button></li>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
8
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dratelimit">{{ lang.edit.ratelimit }}</button></li>
Open commit View diff
8 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dratelimit">{{ lang.edit.ratelimit }}</button></li>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
9
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dspamfilter">{{ lang.edit.spam_filter }}</button></li>
Open commit View diff
9 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dspamfilter">{{ lang.edit.spam_filter }}</button></li>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
10
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dqwbcc">{{ lang.edit.quota_warning_bcc }}</button></li>
Open commit View diff
10 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dqwbcc">{{ lang.edit.quota_warning_bcc }}</button></li>
DerLinkman 11 months ago c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
11
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dmtasts">{{ lang.edit.mta_sts }}</button></li>
Open commit View diff
11 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dmtasts">{{ lang.edit.mta_sts }}</button></li>
FreddleSpl0it almost 3 years ago d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
12
      <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dfooter">{{ lang.edit.domain_footer }}</button></li>
Open commit View diff
12 <li role="presentation" class="nav-item"><button class="nav-link" data-bs-toggle="tab" data-bs-target="#dfooter">{{ lang.edit.domain_footer }}</button></li>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
13
    </ul>
Open commit View diff
13 </ul>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
14
    <hr class="d-none d-md-block">
Open commit View diff
14 <hr class="d-none d-md-block">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
15
    <div class="tab-content">
Open commit View diff
15 <div class="tab-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
16
      <div id="dedit" class="tab-pane fade show active" role="tabpanel" aria-labelledby="domain-edit">
Open commit View diff
16 <div id="dedit" class="tab-pane fade show active" role="tabpanel" aria-labelledby="domain-edit">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
17
        <div class="card mb-4">
Open commit View diff
17 <div class="card mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
18
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
18 <div class="card-header d-flex d-md-none fs-5">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
19
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-dedit" data-bs-toggle="collapse" aria-controls="collapse-tab-dedit">
Open commit View diff
19 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-dedit" data-bs-toggle="collapse" aria-controls="collapse-tab-dedit">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
20
                {{ lang.edit.domain }} <span class="badge bg-info table-lines"></span>
Open commit View diff
20 {{ lang.edit.domain }} <span class="badge bg-info table-lines"></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
21
              </button>
Open commit View diff
21 </button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
22
            </div>
Open commit View diff
22 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
23
            <div id="collapse-tab-dedit" class="card-body collapse show" data-bs-parent="#domain-content">
Open commit View diff
23 <div id="collapse-tab-dedit" class="card-body collapse show" data-bs-parent="#domain-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
24
                <form data-id="editdomain" class="form-horizontal" role="form" method="post">
Open commit View diff
24 <form data-id="editdomain" class="form-horizontal" role="form" method="post">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
25
                  <input type="hidden" value="0" name="active">
Open commit View diff
25 <input type="hidden" value="0" name="active">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
26
                  <input type="hidden" value="0" name="backupmx">
Open commit View diff
26 <input type="hidden" value="0" name="backupmx">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
27
                  <input type="hidden" value="0" name="gal">
Open commit View diff
27 <input type="hidden" value="0" name="gal">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
28
                  <input type="hidden" value="0" name="relay_all_recipients">
Open commit View diff
28 <input type="hidden" value="0" name="relay_all_recipients">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
29
                  <input type="hidden" value="0" name="relay_unknown_only">
Open commit View diff
29 <input type="hidden" value="0" name="relay_unknown_only">
FreddleSpl0it over 2 years ago 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
30
                  <div class="row mb-4">
Open commit View diff
30 <div class="row mb-4">
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
31
                    <label class="control-label col-sm-2" for="domain">{{ lang.mailbox.domain }}</label>
Open commit View diff
31 <label class="control-label col-sm-2" for="domain">{{ lang.mailbox.domain }}</label>
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
32
                    <div class="col-sm-10">
Open commit View diff
32 <div class="col-sm-10">
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
33
                      <span class="d-block"><strong>{{ result.domain_h_name }}</strong></span>
Open commit View diff
33 <span class="d-block"><strong>{{ result.domain_h_name }}</strong></span>
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
34
                      {% if result.domain_h_name != result.domain_name %}
Open commit View diff
34 {% if result.domain_h_name != result.domain_name %}
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
35
                      <small>{{ result.domain_name }}</small>
Open commit View diff
35 <small>{{ result.domain_name }}</small>
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
36
                      {% endif %}
Open commit View diff
36 {% endif %}
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
37
                    </div>
Open commit View diff
37 </div>
same change 288dbfa

[Web] display human readable domainnames instead of punycode

Full commit hash
288dbfa37c59666e548915e66cd0cd3902f08eed
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
38
                  </div>
Open commit View diff
38 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
39
                  <div class="row mb-2" data-acl="{{ acl.domain_desc }}">
Open commit View diff
39 <div class="row mb-2" data-acl="{{ acl.domain_desc }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
40
                    <label class="control-label col-sm-2" for="description">{{ lang.edit.description }}</label>
Open commit View diff
40 <label class="control-label col-sm-2" for="description">{{ lang.edit.description }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
41
                    <div class="col-sm-10">
Open commit View diff
41 <div class="col-sm-10">
Patrik Kernstock 10 months ago 20f04ec

Make domain description field readonly when no ACL

Full commit hash
20f04ecf6b764f43fc0a2116fdad6f9630f9ed1f
Author
Patrik Kernstock <[email protected]>
Date
10 months ago
Selected line
42
                      <input type="text" class="form-control" name="description" value="{{ result.description }}"{% if acl.domain_desc == '0' %} readonly{% endif %}>
Open commit View diff
42 <input type="text" class="form-control" name="description" value="{{ result.description }}"{% if acl.domain_desc == '0' %} readonly{% endif %}>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
43
                    </div>
Open commit View diff
43 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
44
                  </div>
Open commit View diff
44 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
45
                  <div class="row mb-4">
Open commit View diff
45 <div class="row mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
46
                    <label class="control-label col-sm-2">{{ lang.add.tags }}</label>
Open commit View diff
46 <label class="control-label col-sm-2">{{ lang.add.tags }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
47
                    <div class="col-sm-10">
Open commit View diff
47 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
48
                      <div class="form-control tag-box">
Open commit View diff
48 <div class="form-control tag-box">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
49
                        {% for tag in domain_details.tags %}
Open commit View diff
49 {% for tag in domain_details.tags %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
50
                          <span data-action='delete_selected' data-item="{{ tag|url_encode }}" data-id="domain_tag_{{ tag }}" data-api-url='delete/domain/tag/{{ domain }}' class="badge bg-primary tag-badge btn-badge">
Open commit View diff
50 <span data-action='delete_selected' data-item="{{ tag|url_encode }}" data-id="domain_tag_{{ tag }}" data-api-url='delete/domain/tag/{{ domain }}' class="badge bg-primary tag-badge btn-badge">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
51
                            <i class="bi bi-tag-fill"></i>
Open commit View diff
51 <i class="bi bi-tag-fill"></i>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
52
                            {{ tag }}
Open commit View diff
52 {{ tag }}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
53
                          </span>
Open commit View diff
53 </span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
54
                        {% endfor %}
Open commit View diff
54 {% endfor %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
55
                        <input type="text" class="tag-input">
Open commit View diff
55 <input type="text" class="tag-input">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
56
                        <span class="btn tag-add"><i class="bi bi-plus-lg"></i></span>
Open commit View diff
56 <span class="btn tag-add"><i class="bi bi-plus-lg"></i></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
57
                        <input type="hidden" value="" name="tags" class="tag-values" />
Open commit View diff
57 <input type="hidden" value="" name="tags" class="tag-values" />
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
58
                      </div>
Open commit View diff
58 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
59
                    </div>
Open commit View diff
59 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
60
                  </div>
Open commit View diff
60 </div>
Patrik Kernstock 10 months ago 85ca197

Hide relayhosts when ACL does not allow

Full commit hash
85ca197615a490b7ad1bb2a418ad3fec2a734ef4
Author
Patrik Kernstock <[email protected]>
Date
10 months ago
Selected line
61
                  {% if acl.domain_relayhost == '1' %}
Open commit View diff
61 {% if acl.domain_relayhost == '1' %}
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
62
                  <div class="row mb-2">
Open commit View diff
62 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
63
                    <label class="control-label col-sm-2" for="relayhost">{{ lang.edit.relayhost }}</label>
Open commit View diff
63 <label class="control-label col-sm-2" for="relayhost">{{ lang.edit.relayhost }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
64
                    <div class="col-sm-10">
Open commit View diff
64 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
65
                      <select data-acl="{{ acl.domain_relayhost }}" data-live-search="true" id="relayhost" name="relayhost" class="form-control">
Open commit View diff
65 <select data-acl="{{ acl.domain_relayhost }}" data-live-search="true" id="relayhost" name="relayhost" class="form-control">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
66
                        {% for rlyhost in rlyhosts %}
Open commit View diff
66 {% for rlyhost in rlyhosts %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
67
                          <option
Open commit View diff
67 <option
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
68
                            style="{% if rlyhost.active != '1' %}background: #ff4136; color: #fff{% endif %}"
Open commit View diff
68 style="{% if rlyhost.active != '1' %}background: #ff4136; color: #fff{% endif %}"
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
69
                            {% if result.relayhost == rlyhost.id %} selected{% endif %}
Open commit View diff
69 {% if result.relayhost == rlyhost.id %} selected{% endif %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
70
                            value="{{ rlyhost.id }}">
Open commit View diff
70 value="{{ rlyhost.id }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
71
                            ID {{ rlyhost.id }}: {{ rlyhost.hostname }} ({{ rlyhost.username }})
Open commit View diff
71 ID {{ rlyhost.id }}: {{ rlyhost.hostname }} ({{ rlyhost.username }})
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
72
                          </option>
Open commit View diff
72 </option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
73
                        {% endfor %}
Open commit View diff
73 {% endfor %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
74
                        <option value=""{% if not result.relayhost %} selected{% endif %}>
Open commit View diff
74 <option value=""{% if not result.relayhost %} selected{% endif %}>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
75
                          {{ lang.edit.none_inherit }}
Open commit View diff
75 {{ lang.edit.none_inherit }}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
76
                        </option>
Open commit View diff
76 </option>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
77
                      </select>
Open commit View diff
77 </select>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
78
                    </div>
Open commit View diff
78 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
79
                  </div>
Open commit View diff
79 </div>
Patrik Kernstock 10 months ago 85ca197

Hide relayhosts when ACL does not allow

Full commit hash
85ca197615a490b7ad1bb2a418ad3fec2a734ef4
Author
Patrik Kernstock <[email protected]>
Date
10 months ago
Selected line
80
                  {% endif %}
Open commit View diff
80 {% endif %}
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
81
                  {% if mailcow_cc_role == 'admin' %}
Open commit View diff
81 {% if mailcow_cc_role == 'admin' %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
82
                  <div class="row mb-2">
Open commit View diff
82 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
83
                    <label class="control-label col-sm-2" for="aliases">{{ lang.edit.max_aliases }}</label>
Open commit View diff
83 <label class="control-label col-sm-2" for="aliases">{{ lang.edit.max_aliases }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
84
                    <div class="col-sm-10">
Open commit View diff
84 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
85
                      <input type="number" class="form-control" name="aliases" value="{{ result.max_num_aliases_for_domain }}">
Open commit View diff
85 <input type="number" class="form-control" name="aliases" value="{{ result.max_num_aliases_for_domain }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
86
                    </div>
Open commit View diff
86 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
87
                  </div>
Open commit View diff
87 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
88
                  <div class="row mb-2">
Open commit View diff
88 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
89
                    <label class="control-label col-sm-2" for="mailboxes">{{ lang.edit.max_mailboxes }}</label>
Open commit View diff
89 <label class="control-label col-sm-2" for="mailboxes">{{ lang.edit.max_mailboxes }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
90
                    <div class="col-sm-10">
Open commit View diff
90 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
91
                      <input type="number" class="form-control" name="mailboxes" value="{{ result.max_num_mboxes_for_domain }}">
Open commit View diff
91 <input type="number" class="form-control" name="mailboxes" value="{{ result.max_num_mboxes_for_domain }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
92
                    </div>
Open commit View diff
92 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
93
                  </div>
Open commit View diff
93 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
94
                  <div class="row mb-2">
Open commit View diff
94 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
95
                    <label class="control-label col-sm-2" for="defquota">{{ lang.edit.mailbox_quota_def }}</label>
Open commit View diff
95 <label class="control-label col-sm-2" for="defquota">{{ lang.edit.mailbox_quota_def }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
96
                    <div class="col-sm-10">
Open commit View diff
96 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
97
                      <input type="number" class="form-control" name="defquota" value="{{ (result.def_quota_for_mbox / 1048576) }}">
Open commit View diff
97 <input type="number" class="form-control" name="defquota" value="{{ (result.def_quota_for_mbox / 1048576) }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
98
                    </div>
Open commit View diff
98 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
99
                  </div>
Open commit View diff
99 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
100
                  <div class="row mb-2">
Open commit View diff
100 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
101
                    <label class="control-label col-sm-2" for="maxquota">{{ lang.edit.max_quota }}</label>
Open commit View diff
101 <label class="control-label col-sm-2" for="maxquota">{{ lang.edit.max_quota }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
102
                    <div class="col-sm-10">
Open commit View diff
102 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
103
                      <input type="number" class="form-control" name="maxquota" value="{{ (result.max_quota_for_mbox / 1048576) }}">
Open commit View diff
103 <input type="number" class="form-control" name="maxquota" value="{{ (result.max_quota_for_mbox / 1048576) }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
104
                    </div>
Open commit View diff
104 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
105
                  </div>
Open commit View diff
105 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
106
                  <div class="row mb-4">
Open commit View diff
106 <div class="row mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
107
                    <label class="control-label col-sm-2" for="quota">{{ lang.edit.domain_quota }}</label>
Open commit View diff
107 <label class="control-label col-sm-2" for="quota">{{ lang.edit.domain_quota }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
108
                    <div class="col-sm-10">
Open commit View diff
108 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
109
                      <input type="number" class="form-control" name="quota" value="{{ (result.max_quota_for_domain / 1048576) }}">
Open commit View diff
109 <input type="number" class="form-control" name="quota" value="{{ (result.max_quota_for_domain / 1048576) }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
110
                    </div>
Open commit View diff
110 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
111
                  </div>
Open commit View diff
111 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
112
                  <div class="row mb-2">
Open commit View diff
112 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
113
                    <label class="control-label col-sm-2">{{ lang.edit.backup_mx_options }}</label>
Open commit View diff
113 <label class="control-label col-sm-2">{{ lang.edit.backup_mx_options }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
114
                    <div class="col-sm-10">
Open commit View diff
114 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
115
                      <div class="form-check">
Open commit View diff
115 <div class="form-check">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
116
                        <label><input type="checkbox" class="form-check-input" value="1" name="backupmx"{% if result.backupmx == '1' %} checked{% endif %}> {{ lang.edit.relay_domain }}</label>
Open commit View diff
116 <label><input type="checkbox" class="form-check-input" value="1" name="backupmx"{% if result.backupmx == '1' %} checked{% endif %}> {{ lang.edit.relay_domain }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
117
                        <br>
Open commit View diff
117 <br>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
118
                        <label><input type="checkbox" class="form-check-input" value="1" name="relay_all_recipients"{% if result.relay_all_recipients == '1' %} checked{% endif %}> {{ lang.edit.relay_all }}</label>
Open commit View diff
118 <label><input type="checkbox" class="form-check-input" value="1" name="relay_all_recipients"{% if result.relay_all_recipients == '1' %} checked{% endif %}> {{ lang.edit.relay_all }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
119
                        <p>{{ lang.edit.relay_all_info|raw }}</p>
Open commit View diff
119 <p>{{ lang.edit.relay_all_info|raw }}</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
120
                        <label><input type="checkbox" class="form-check-input" value="1" name="relay_unknown_only"{% if result.relay_unknown_only == '1' %} checked{% endif %}> {{ lang.edit.relay_unknown_only }}</label>
Open commit View diff
120 <label><input type="checkbox" class="form-check-input" value="1" name="relay_unknown_only"{% if result.relay_unknown_only == '1' %} checked{% endif %}> {{ lang.edit.relay_unknown_only }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
121
                        <br>
Open commit View diff
121 <br>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
122
                        <p>{{ lang.edit.relay_transport_info|raw }}</p>
Open commit View diff
122 <p>{{ lang.edit.relay_transport_info|raw }}</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
123
                        <hr style="margin:25px 0px 0px 0px">
Open commit View diff
123 <hr style="margin:25px 0px 0px 0px">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
124
                      </div>
Open commit View diff
124 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
125
                    </div>
Open commit View diff
125 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
126
                  </div>
Open commit View diff
126 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

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

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
128
                  <div class="row">
Open commit View diff
128 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
129
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
129 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
130
                      <div class="form-check">
Open commit View diff
130 <div class="form-check">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
131
                        <label><input type="checkbox" class="form-check-input" value="1" name="gal"{% if result.gal == '1' %} checked{% endif %}> {{ lang.edit.gal }}</label>
Open commit View diff
131 <label><input type="checkbox" class="form-check-input" value="1" name="gal"{% if result.gal == '1' %} checked{% endif %}> {{ lang.edit.gal }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
132
                        <small class="text-muted">{{ lang.edit.gal_info|raw }}</small>
Open commit View diff
132 <small class="text-muted">{{ lang.edit.gal_info|raw }}</small>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
133
                      </div>
Open commit View diff
133 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
134
                    </div>
Open commit View diff
134 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
135
                  </div>
Open commit View diff
135 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
136
                  <hr>
Open commit View diff
136 <hr>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
137
                  <div class="row mb-2">
Open commit View diff
137 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
138
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
138 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
139
                      <div class="form-check">
Open commit View diff
139 <div class="form-check">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
140
                        <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if result.active == '1' %} checked{% endif %}{% if mailcow_cc_role != 'admin' %} disabled{% endif %}> {{ lang.edit.active }}</label>
Open commit View diff
140 <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if result.active == '1' %} checked{% endif %}{% if mailcow_cc_role != 'admin' %} disabled{% endif %}> {{ lang.edit.active }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
141
                      </div>
Open commit View diff
141 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
142
                    </div>
Open commit View diff
142 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
143
                  </div>
Open commit View diff
143 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
144
                  <div class="row mb-2">
Open commit View diff
144 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
145
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
145 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
146
                      <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="editdomain" data-item="{{ domain }}" data-api-url='edit/domain' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
Open commit View diff
146 <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="editdomain" data-item="{{ domain }}" data-api-url='edit/domain' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
147
                    </div>
Open commit View diff
147 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
148
                  </div>
Open commit View diff
148 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
149
                  <div class="row">
Open commit View diff
149 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
150
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
150 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
151
                      <small class="fst-italic d-block">{{ lang.edit.created_on }}: {{ result.created }}</small>
Open commit View diff
151 <small class="fst-italic d-block">{{ lang.edit.created_on }}: {{ result.created }}</small>
Patrik Kernstock 10 months ago ff43799

Show "Never" by default if no last-modified date

Full commit hash
ff43799763fd563a38585a693dda62702b97d78b
Author
Patrik Kernstock <[email protected]>
Date
10 months ago
Selected line
152
                      <small class="fst-italic d-block">{{ lang.edit.last_modified }}: {{ result.modified|default(lang.user.never) }}</small>
Open commit View diff
152 <small class="fst-italic d-block">{{ lang.edit.last_modified }}: {{ result.modified|default(lang.user.never) }}</small>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
153
                    </div>
Open commit View diff
153 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
154
                  </div>
Open commit View diff
154 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
155
                </form>
Open commit View diff
155 </form>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
156
                {% if dkim %}
Open commit View diff
156 {% if dkim %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
157
                <hr>
Open commit View diff
157 <hr>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
158
                <div class="row">
Open commit View diff
158 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
159
                  <div class="col-12 col-sm-2">
Open commit View diff
159 <div class="col-12 col-sm-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
160
                    <p>{{ lang.add.domain }}: <strong>{{ result.domain_name }}</strong> ({{ dkim.dkim_selector }}._domainkey)</p>
Open commit View diff
160 <p>{{ lang.add.domain }}: <strong>{{ result.domain_name }}</strong> ({{ dkim.dkim_selector }}._domainkey)</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
161
                  </div>
Open commit View diff
161 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
162
                  <div class="col-12 col-sm-10">
Open commit View diff
162 <div class="col-12 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
163
                    <pre class="p-2">{{ dkim.dkim_txt }}</pre>
Open commit View diff
163 <pre class="p-2">{{ dkim.dkim_txt }}</pre>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
164
                  </div>
Open commit View diff
164 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
165
                </div>
Open commit View diff
165 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

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

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
167
            </div>
Open commit View diff
167 </div>
FreddleSpl0it about 4 years ago 560df58

[BS5] fix minor issues

Full commit hash
560df58bb4fcf84e8f7cf078cfa9451f288b0034
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
168
        </div>
Open commit View diff
168 </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
169
      </div>
Open commit View diff
169 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
170
      <div id="dratelimit" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-ratelimit">
Open commit View diff
170 <div id="dratelimit" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-ratelimit">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
171
        <div class="card mb-4">
Open commit View diff
171 <div class="card mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
172
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
172 <div class="card-header d-flex d-md-none fs-5">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
173
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-ratelimit" data-bs-toggle="collapse" aria-controls="collapse-tab-ratelimit">
Open commit View diff
173 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-ratelimit" data-bs-toggle="collapse" aria-controls="collapse-tab-ratelimit">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
174
                {{ lang.edit.ratelimit }} <span class="badge bg-info table-lines"></span>
Open commit View diff
174 {{ lang.edit.ratelimit }} <span class="badge bg-info table-lines"></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
175
              </button>
Open commit View diff
175 </button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
176
            </div>
Open commit View diff
176 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
177
            <div id="collapse-tab-ratelimit" class="card-body collapse" data-bs-parent="#domain-content">
Open commit View diff
177 <div id="collapse-tab-ratelimit" class="card-body collapse" data-bs-parent="#domain-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
178
                <form data-id="domratelimit" class="well" method="post">
Open commit View diff
178 <form data-id="domratelimit" class="well" method="post">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
179
                  <div class="row mb-2">
Open commit View diff
179 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
180
                    <label class="control-label col-sm-2">{{ lang.edit.ratelimit }}</label>
Open commit View diff
180 <label class="control-label col-sm-2">{{ lang.edit.ratelimit }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
181
                    <div class="col-sm-10">
Open commit View diff
181 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
182
                      <div class="input-group">
Open commit View diff
182 <div class="input-group">
DerLinkman over 2 years ago 550b888

[UI] Fixed showing of "disabled" placeholder for ratelimits in domains

Full commit hash
550b88861f7a6dc8651659ceb894e111f49d76ab
Author
DerLinkman <[email protected]>
Date
over 2 years ago
Selected line
183
                        <input name="rl_value" type="number" value="{{ rl.value }}" autocomplete="off" class="form-control" placeholder="{{ lang.ratelimit.disabled }}">
Open commit View diff
183 <input name="rl_value" type="number" value="{{ rl.value }}" autocomplete="off" class="form-control" placeholder="{{ lang.ratelimit.disabled }}">
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
184
                        <select name="rl_frame" class="form-control">
Open commit View diff
184 <select name="rl_frame" class="form-control">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
185
                        {% include 'mailbox/rl-frame.twig' %}
Open commit View diff
185 {% include 'mailbox/rl-frame.twig' %}
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
186
                        </select>
Open commit View diff
186 </select>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
187
                      </div>
Open commit View diff
187 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
188
                    </div>
Open commit View diff
188 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
189
                  </div>
Open commit View diff
189 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
190
                  <div class="row mb-2">
Open commit View diff
190 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
191
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
191 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
192
                      <button data-acl="{{ acl.ratelimit }}" class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="domratelimit" data-item="{{ domain }}" data-api-url='edit/rl-domain' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
Open commit View diff
192 <button data-acl="{{ acl.ratelimit }}" class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="domratelimit" data-item="{{ domain }}" data-api-url='edit/rl-domain' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
193
                    </div>
Open commit View diff
193 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
194
                  </div>
Open commit View diff
194 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
195
                </form>
Open commit View diff
195 </form>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
196
            </div>
Open commit View diff
196 </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
197
        </div>
Open commit View diff
197 </div>
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
198
      </div>
Open commit View diff
198 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
199
      <div id="dspamfilter" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-spamfilter">
Open commit View diff
199 <div id="dspamfilter" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-spamfilter">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
200
        <div class="card mb-4">
Open commit View diff
200 <div class="card mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
201
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
201 <div class="card-header d-flex d-md-none fs-5">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
202
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-spamfilter" data-bs-toggle="collapse" aria-controls="collapse-tab-spamfilter">
Open commit View diff
202 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-spamfilter" data-bs-toggle="collapse" aria-controls="collapse-tab-spamfilter">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
203
                {{ lang.edit.spam_filter }} <span class="badge bg-info table-lines"></span>
Open commit View diff
203 {{ lang.edit.spam_filter }} <span class="badge bg-info table-lines"></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
204
              </button>
Open commit View diff
204 </button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
205
            </div>
Open commit View diff
205 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
206
            <div id="collapse-tab-spamfilter" class="card-body collapse" data-bs-parent="#domain-content">
Open commit View diff
206 <div id="collapse-tab-spamfilter" class="card-body collapse" data-bs-parent="#domain-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
207
                <div class="row">
Open commit View diff
207 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
208
                  <div class="col-sm-6">
Open commit View diff
208 <div class="col-sm-6">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
209
                    <h4>{{ lang.user.spamfilter_wl }}</h4>
Open commit View diff
209 <h4>{{ lang.user.spamfilter_wl }}</h4>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
210
                    <p>{{ lang.user.spamfilter_wl_desc|raw }}</p>
Open commit View diff
210 <p>{{ lang.user.spamfilter_wl_desc|raw }}</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
211
                    <form class="form-inline mb-4" data-id="add_wl_policy_domain">
Open commit View diff
211 <form class="form-inline mb-4" data-id="add_wl_policy_domain">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
212
                      <div class="input-group" data-acl="{{ acl.spam_policy }}">
Open commit View diff
212 <div class="input-group" data-acl="{{ acl.spam_policy }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
213
                        <input type="text" class="form-control" name="object_from" placeholder="*@example.org" required>
Open commit View diff
213 <input type="text" class="form-control" name="object_from" placeholder="*@example.org" required>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
214
                        <button class="btn btn-secondary" data-action="add_item" data-id="add_wl_policy_domain" data-api-url='add/domain-policy' data-api-attr='{"domain":"{{ domain }}","object_list":"wl"}' href="#">{{ lang.user.spamfilter_table_add }}</button>
Open commit View diff
214 <button class="btn btn-secondary" data-action="add_item" data-id="add_wl_policy_domain" data-api-url='add/domain-policy' data-api-attr='{"domain":"{{ domain }}","object_list":"wl"}' href="#">{{ lang.user.spamfilter_table_add }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
215
                      </div>
Open commit View diff
215 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
216
                    </form>
Open commit View diff
216 </form>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
217
                    <table id="wl_policy_domain_table" class="table table-striped dt-responsive w-100"></table>
Open commit View diff
217 <table id="wl_policy_domain_table" class="table table-striped dt-responsive w-100"></table>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
218
                    <div class="mass-actions-user">
Open commit View diff
218 <div class="mass-actions-user">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
219
                      <div class="btn-group" data-acl="{{ acl.spam_policy }}">
Open commit View diff
219 <div class="btn-group" data-acl="{{ acl.spam_policy }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
220
                        <a class="btn btn-xs-half d-block d-sm-inline btn-sm btn-secondary" id="toggle_multi_select_all" data-id="policy_wl_domain" href="#"><i class="bi bi-check-all"></i> {{ lang.mailbox.toggle_all }}</a>
Open commit View diff
220 <a class="btn btn-xs-half d-block d-sm-inline btn-sm btn-secondary" id="toggle_multi_select_all" data-id="policy_wl_domain" href="#"><i class="bi bi-check-all"></i> {{ lang.mailbox.toggle_all }}</a>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
221
                        <a class="btn btn-xs-half d-block d-sm-inline btn-sm btn-danger" data-action="delete_selected" data-id="policy_wl_domain" data-api-url='delete/domain-policy' href="#">{{ lang.mailbox.remove }}</a>
Open commit View diff
221 <a class="btn btn-xs-half d-block d-sm-inline btn-sm btn-danger" data-action="delete_selected" data-id="policy_wl_domain" data-api-url='delete/domain-policy' href="#">{{ lang.mailbox.remove }}</a>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
222
                      </div>
Open commit View diff
222 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
223
                    </div>
Open commit View diff
223 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
224
                  </div>
Open commit View diff
224 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
225
                  <div class="col-sm-6">
Open commit View diff
225 <div class="col-sm-6">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
226
                    <h4>{{ lang.user.spamfilter_bl }}</h4>
Open commit View diff
226 <h4>{{ lang.user.spamfilter_bl }}</h4>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
227
                    <p>{{ lang.user.spamfilter_bl_desc|raw }}</p>
Open commit View diff
227 <p>{{ lang.user.spamfilter_bl_desc|raw }}</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
228
                    <form class="form-inline mb-4" data-id="add_bl_policy_domain">
Open commit View diff
228 <form class="form-inline mb-4" data-id="add_bl_policy_domain">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
229
                      <div class="input-group" data-acl="{{ acl.spam_policy }}">
Open commit View diff
229 <div class="input-group" data-acl="{{ acl.spam_policy }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
230
                        <input type="text" class="form-control" name="object_from" placeholder="*@example.org" required>
Open commit View diff
230 <input type="text" class="form-control" name="object_from" placeholder="*@example.org" required>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
231
                        <button class="btn btn-secondary" data-action="add_item" data-id="add_bl_policy_domain" data-api-url='add/domain-policy' data-api-attr='{"domain":"{{ domain }}","object_list":"bl"}' href="#">{{ lang.user.spamfilter_table_add }}</button>
Open commit View diff
231 <button class="btn btn-secondary" data-action="add_item" data-id="add_bl_policy_domain" data-api-url='add/domain-policy' data-api-attr='{"domain":"{{ domain }}","object_list":"bl"}' href="#">{{ lang.user.spamfilter_table_add }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
232
                      </div>
Open commit View diff
232 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
233
                    </form>
Open commit View diff
233 </form>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
234
                    <table id="bl_policy_domain_table" class="table table-striped dt-responsive w-100"></table>
Open commit View diff
234 <table id="bl_policy_domain_table" class="table table-striped dt-responsive w-100"></table>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
235
                    <div class="mass-actions-user">
Open commit View diff
235 <div class="mass-actions-user">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
236
                      <div class="btn-group" data-acl="{{ acl.spam_policy }}">
Open commit View diff
236 <div class="btn-group" data-acl="{{ acl.spam_policy }}">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
237
                        <a class="btn btn-xs-half d-block d-sm-inline btn-sm btn-secondary" id="toggle_multi_select_all" data-id="policy_bl_domain" href="#"><i class="bi bi-check-all"></i> {{ lang.mailbox.toggle_all }}</a>
Open commit View diff
237 <a class="btn btn-xs-half d-block d-sm-inline btn-sm btn-secondary" id="toggle_multi_select_all" data-id="policy_bl_domain" href="#"><i class="bi bi-check-all"></i> {{ lang.mailbox.toggle_all }}</a>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
238
                        <a class="btn btn-xs-half d-block d-sm-inline btn-sm btn-danger" data-action="delete_selected" data-id="policy_bl_domain" data-api-url='delete/domain-policy' href="#">{{ lang.mailbox.remove }}</a></li>
Open commit View diff
238 <a class="btn btn-xs-half d-block d-sm-inline btn-sm btn-danger" data-action="delete_selected" data-id="policy_bl_domain" data-api-url='delete/domain-policy' href="#">{{ lang.mailbox.remove }}</a></li>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
239
                      </div>
Open commit View diff
239 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
240
                    </div>
Open commit View diff
240 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
241
                  </div>
Open commit View diff
241 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
242
                </div>
Open commit View diff
242 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
243
            </div>
Open commit View diff
243 </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
244
        </div>
Open commit View diff
244 </div>
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
245
      </div>
Open commit View diff
245 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
246
      <div id="dqwbcc" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-qwbcc">
Open commit View diff
246 <div id="dqwbcc" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-qwbcc">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
247
        <div class="card mb-4">
Open commit View diff
247 <div class="card mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
248
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
248 <div class="card-header d-flex d-md-none fs-5">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
249
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-qwbcc" data-bs-toggle="collapse" aria-controls="collapse-tab-qwbcc">
Open commit View diff
249 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-qwbcc" data-bs-toggle="collapse" aria-controls="collapse-tab-qwbcc">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
250
                {{ lang.edit.quota_warning_bcc }} <span class="badge bg-info table-lines"></span>
Open commit View diff
250 {{ lang.edit.quota_warning_bcc }} <span class="badge bg-info table-lines"></span>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
251
              </button>
Open commit View diff
251 </button>
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
252
            </div>
Open commit View diff
252 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
253
            <div id="collapse-tab-qwbcc" class="card-body collapse" data-bs-parent="#domain-content">
Open commit View diff
253 <div id="collapse-tab-qwbcc" class="card-body collapse" data-bs-parent="#domain-content">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
254
                <div class="row">
Open commit View diff
254 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
255
                  <div class="col-sm-12">
Open commit View diff
255 <div class="col-sm-12">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
256
                    <h4>{{ lang.edit.quota_warning_bcc }}</h4>
Open commit View diff
256 <h4>{{ lang.edit.quota_warning_bcc }}</h4>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
257
                    <p>{{ lang.edit.quota_warning_bcc_info|raw }}</p>
Open commit View diff
257 <p>{{ lang.edit.quota_warning_bcc_info|raw }}</p>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
258
                    <form class="form-horizontal" data-id="quota_bcc">
Open commit View diff
258 <form class="form-horizontal" data-id="quota_bcc">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
259
                      <input type="hidden" value="0" name="active">
Open commit View diff
259 <input type="hidden" value="0" name="active">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
260
                      <div class="row mb-2">
Open commit View diff
260 <div class="row mb-2">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
261
                        <label class="control-label col-sm-2" for="script_data">{{ lang.edit.target_address|raw }}:</label>
Open commit View diff
261 <label class="control-label col-sm-2" for="script_data">{{ lang.edit.target_address|raw }}:</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
262
                        <div class="col-sm-10">
Open commit View diff
262 <div class="col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
263
                          <textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control" rows="10" id="bcc_rcpt" name="bcc_rcpt">{{ quota_notification_bcc.bcc_rcpts|join("\n") }}</textarea>
Open commit View diff
263 <textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control" rows="10" id="bcc_rcpt" name="bcc_rcpt">{{ quota_notification_bcc.bcc_rcpts|join("\n") }}</textarea>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
264
                        </div>
Open commit View diff
264 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
265
                      </div>
Open commit View diff
265 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
266
                      <div class="row mb-4">
Open commit View diff
266 <div class="row mb-4">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
267
                        <div class="offset-sm-2 col-sm-10">
Open commit View diff
267 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
268
                          <div class="form-check">
Open commit View diff
268 <div class="form-check">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
269
                            <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if quota_notification_bcc.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
Open commit View diff
269 <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if quota_notification_bcc.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
270
                          </div>
Open commit View diff
270 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
271
                        </div>
Open commit View diff
271 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
272
                      </div>
Open commit View diff
272 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
273
                      <div class="row">
Open commit View diff
273 <div class="row">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
274
                        <div class="offset-sm-2 col-sm-10">
Open commit View diff
274 <div class="offset-sm-2 col-sm-10">
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
275
                          <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="quota_bcc" data-item="quota_bcc" data-api-url='edit/quota_notification_bcc' data-api-attr='{"domain":"{{ domain }}"}' href="#">{{ lang.edit.save }}</button>
Open commit View diff
275 <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="quota_bcc" data-item="quota_bcc" data-api-url='edit/quota_notification_bcc' data-api-attr='{"domain":"{{ domain }}"}' href="#">{{ lang.edit.save }}</button>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
276
                        </div>
Open commit View diff
276 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
277
                      </div>
Open commit View diff
277 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
278
                    </form>
Open commit View diff
278 </form>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
279
                  </div>
Open commit View diff
279 </div>
same change 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
280
                </div>
Open commit View diff
280 </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
281
            </div>
Open commit View diff
281 </div>
Kristian Feldsam almost 3 years ago 9ffa810

[Web] Edit Domain/Mailbox - added collapsible tabs for mobile devices

Full commit hash
9ffa8100548451597d680b623dfd61dbd6fae474
Author
Kristian Feldsam <[email protected]>
Date
almost 3 years ago
Selected line
282
        </div>
Open commit View diff
282 </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
283
      </div>
Open commit View diff
283 </div>
DerLinkman 11 months ago c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
284
      <div id="dmtasts" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-mtasts">
Open commit View diff
284 <div id="dmtasts" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-mtasts">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
285
        <div class="card mb-4">
Open commit View diff
285 <div class="card mb-4">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
286
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
286 <div class="card-header d-flex d-md-none fs-5">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
287
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mtasts" data-bs-toggle="collapse" aria-controls="collapse-tab-mtasts">
Open commit View diff
287 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-mtasts" data-bs-toggle="collapse" aria-controls="collapse-tab-mtasts">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
288
                {{ lang.edit.mta_sts }} <span class="badge bg-info table-lines"></span>
Open commit View diff
288 {{ lang.edit.mta_sts }} <span class="badge bg-info table-lines"></span>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
289
              </button>
Open commit View diff
289 </button>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
290
            </div>
Open commit View diff
290 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
291
            <div id="collapse-tab-mtasts" class="card-body collapse" data-bs-parent="#domain-content">
Open commit View diff
291 <div id="collapse-tab-mtasts" class="card-body collapse" data-bs-parent="#domain-content">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
292
                <h4>{{ lang.edit.mta_sts }}</h4>
Open commit View diff
292 <h4>{{ lang.edit.mta_sts }}</h4>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
293
                <p>{{ lang.edit.mta_sts_info|raw }}</p>
Open commit View diff
293 <p>{{ lang.edit.mta_sts_info|raw }}</p>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
294
                <form data-id="dommtasts" method="post">
Open commit View diff
294 <form data-id="dommtasts" method="post">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
295
                  <input type="hidden" value="0" name="active">
Open commit View diff
295 <input type="hidden" value="0" name="active">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
296
                  <input type="hidden" value="{{ domain }}" name="domain">
Open commit View diff
296 <input type="hidden" value="{{ domain }}" name="domain">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
297
                  <div class="row mb-2">
Open commit View diff
297 <div class="row mb-2">
Patrik Kernstock 10 months ago ff43799

Show "Never" by default if no last-modified date

Full commit hash
ff43799763fd563a38585a693dda62702b97d78b
Author
Patrik Kernstock <[email protected]>
Date
10 months ago
Selected line
298
                    <label class="control-label col-sm-2" for="version">
Open commit View diff
298 <label class="control-label col-sm-2" for="version">
DerLinkman 11 months ago c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
299
                      <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill m-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.edit.mta_sts_version_info|raw }}"></i>
Open commit View diff
299 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill m-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.edit.mta_sts_version_info|raw }}"></i>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
300
                      {{ lang.edit.mta_sts_version }}
Open commit View diff
300 {{ lang.edit.mta_sts_version }}
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
301
                    </label>
Open commit View diff
301 </label>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
302
                    <div class="col-sm-10">
Open commit View diff
302 <div class="col-sm-10">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
303
                      <select data-style="btn btn-light" class="form-control" name="version" title="" required>
Open commit View diff
303 <select data-style="btn btn-light" class="form-control" name="version" title="" required>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
304
                        <option value="stsv1"{% if mta_sts.version == 'STSv1' %} selected{% endif %}>STSv1</option>
Open commit View diff
304 <option value="stsv1"{% if mta_sts.version == 'STSv1' %} selected{% endif %}>STSv1</option>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
305
                      </select>
Open commit View diff
305 </select>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
306
                    </div>
Open commit View diff
306 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
307
                  </div>
Open commit View diff
307 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
308
                  <div class="row mb-2">
Open commit View diff
308 <div class="row mb-2">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
309
                    <label class="control-label col-sm-2" for="mode">
Open commit View diff
309 <label class="control-label col-sm-2" for="mode">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
310
                    <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill m-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.edit.mta_sts_mode_info|raw }}"></i>
Open commit View diff
310 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill m-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.edit.mta_sts_mode_info|raw }}"></i>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
311
                      {{ lang.edit.mta_sts_mode }}
Open commit View diff
311 {{ lang.edit.mta_sts_mode }}
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
312
                    </label>
Open commit View diff
312 </label>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
313
                    <div class="col-sm-10">
Open commit View diff
313 <div class="col-sm-10">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
314
                      <select data-style="btn btn-light" class="form-control" name="mode" title="" required>
Open commit View diff
314 <select data-style="btn btn-light" class="form-control" name="mode" title="" required>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
315
                        <option value="enforce"{% if mta_sts.mode == 'enforce' %} selected{% endif %}>enforce</option>
Open commit View diff
315 <option value="enforce"{% if mta_sts.mode == 'enforce' %} selected{% endif %}>enforce</option>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
316
                        <option value="testing"{% if mta_sts.mode == 'testing' %} selected{% endif %}>testing</option>
Open commit View diff
316 <option value="testing"{% if mta_sts.mode == 'testing' %} selected{% endif %}>testing</option>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
317
                        <option value="none"{% if mta_sts.mode == 'none' %} selected{% endif %}>none</option>
Open commit View diff
317 <option value="none"{% if mta_sts.mode == 'none' %} selected{% endif %}>none</option>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
318
                      </select>
Open commit View diff
318 </select>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
319
                    </div>
Open commit View diff
319 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
320
                  </div>
Open commit View diff
320 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
321
                  <div class="row mb-2">
Open commit View diff
321 <div class="row mb-2">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
322
                    <label class="control-label col-sm-2" for="max_age">
Open commit View diff
322 <label class="control-label col-sm-2" for="max_age">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
323
                      <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill m-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.edit.mta_sts_max_age_info|raw }}"></i>
Open commit View diff
323 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill m-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.edit.mta_sts_max_age_info|raw }}"></i>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
324
                      {{ lang.edit.mta_sts_max_age }}
Open commit View diff
324 {{ lang.edit.mta_sts_max_age }}
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
325
                    </label>
Open commit View diff
325 </label>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
326
                    <div class="col-sm-10">
Open commit View diff
326 <div class="col-sm-10">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
327
                      <input type="number" class="form-control" name="max_age" value="{{ mta_sts.max_age }}">
Open commit View diff
327 <input type="number" class="form-control" name="max_age" value="{{ mta_sts.max_age }}">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
328
                    </div>
Open commit View diff
328 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
329
                  </div>
Open commit View diff
329 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
330
                  <div class="row mb-2">
Open commit View diff
330 <div class="row mb-2">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
331
                    <label class="control-label col-sm-2" for="mx">
Open commit View diff
331 <label class="control-label col-sm-2" for="mx">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
332
                      <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill m-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.edit.mta_sts_mx_info|raw }}"></i>
Open commit View diff
332 <i style="font-size: 16px; cursor: pointer;" class="bi bi-patch-question-fill m-2 ms-0" data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="bottom" title="{{ lang.edit.mta_sts_mx_info|raw }}"></i>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
333
                      {{ lang.edit.mta_sts_mx }}
Open commit View diff
333 {{ lang.edit.mta_sts_mx }}
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
334
                    </label>
Open commit View diff
334 </label>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
335
                    <div class="col-sm-10">
Open commit View diff
335 <div class="col-sm-10">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
336
                      <textarea autocorrect="off" autocapitalize="none" class="form-control" rows="5" name="mx">{{ mta_sts.mx }}</textarea>
Open commit View diff
336 <textarea autocorrect="off" autocapitalize="none" class="form-control" rows="5" name="mx">{{ mta_sts.mx }}</textarea>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
337
                      <small class="text-muted">{{ lang.edit.mta_sts_mx_notice|raw }}</small>
Open commit View diff
337 <small class="text-muted">{{ lang.edit.mta_sts_mx_notice|raw }}</small>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
338
                    </div>
Open commit View diff
338 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
339
                  </div>
Open commit View diff
339 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
340
                  <div class="row mb-4">
Open commit View diff
340 <div class="row mb-4">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
341
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
341 <div class="offset-sm-2 col-sm-10">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
342
                      <div class="form-check">
Open commit View diff
342 <div class="form-check">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
343
                        <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if mta_sts.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
Open commit View diff
343 <label><input type="checkbox" class="form-check-input" value="1" name="active"{% if mta_sts.active == '1' %} checked{% endif %}> {{ lang.edit.active }}</label>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
344
                      </div>
Open commit View diff
344 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
345
                    </div>
Open commit View diff
345 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
346
                  </div>
Open commit View diff
346 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
347
                  <div class="row mb-2">
Open commit View diff
347 <div class="row mb-2">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
348
                    <div class="offset-sm-2 col-sm-10">
Open commit View diff
348 <div class="offset-sm-2 col-sm-10">
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
349
                      {% if mta_sts == false %}
Open commit View diff
349 {% if mta_sts == false %}
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
350
                      <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="add_item" data-id="dommtasts" data-item="{{ domain }}" data-api-url='add/mta-sts' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
Open commit View diff
350 <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="add_item" data-id="dommtasts" data-item="{{ domain }}" data-api-url='add/mta-sts' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
351
                      {% else %}
Open commit View diff
351 {% else %}
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
352
                      <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="dommtasts" data-item="{{ domain }}" data-api-url='edit/mta-sts' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
Open commit View diff
352 <button class="btn btn-xs-lg d-block d-sm-inline btn-secondary" data-action="edit_selected" data-id="dommtasts" data-item="{{ domain }}" data-api-url='edit/mta-sts' data-api-attr='{}' href="#">{{ lang.admin.save }}</button>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
353
                      {% endif %}
Open commit View diff
353 {% endif %}
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
354
                    </div>
Open commit View diff
354 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
355
                  </div>
Open commit View diff
355 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
356
                </form>
Open commit View diff
356 </form>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
357
            </div>
Open commit View diff
357 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
358
        </div>
Open commit View diff
358 </div>
same change c39712a

pf/php: add mta-sts support (outbound) (#6686)

Full commit hash
c39712af671cc150595e6aadc7c31868eef14408
Author
DerLinkman <[email protected]>
Date
11 months ago
Selected line
359
      </div>
Open commit View diff
359 </div>
FreddleSpl0it almost 3 years ago d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
360
      <div id="dfooter" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-footer">
Open commit View diff
360 <div id="dfooter" class="tab-pane fade" role="tabpanel" aria-labelledby="domain-footer">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
361
        <div class="card mb-4">
Open commit View diff
361 <div class="card mb-4">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
362
            <div class="card-header d-flex d-md-none fs-5">
Open commit View diff
362 <div class="card-header d-flex d-md-none fs-5">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
363
              <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-footer" data-bs-toggle="collapse" aria-controls="collapse-tab-footer">
Open commit View diff
363 <button class="btn flex-grow-1 text-start" data-bs-target="#collapse-tab-footer" data-bs-toggle="collapse" aria-controls="collapse-tab-footer">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
364
                {{ lang.edit.domain_footer }} <span class="badge bg-info table-lines"></span>
Open commit View diff
364 {{ lang.edit.domain_footer }} <span class="badge bg-info table-lines"></span>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
365
              </button>
Open commit View diff
365 </button>
FreddleSpl0it about 3 years ago f295b8c

[Rspamd] add domain wide footer

Full commit hash
f295b8cd91f9d691ad93c53191e6319282dcae55
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
366
            </div>
Open commit View diff
366 </div>
FreddleSpl0it almost 3 years ago d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
367
            <div id="collapse-tab-footer" class="card-body collapse" data-bs-parent="#domain-content">
Open commit View diff
367 <div id="collapse-tab-footer" class="card-body collapse" data-bs-parent="#domain-content">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
368
                <div class="row">
Open commit View diff
368 <div class="row">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
369
                  <div class="col-sm-12">
Open commit View diff
369 <div class="col-sm-12">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
370
                    <h4>{{ lang.edit.domain_footer }}</h4>
Open commit View diff
370 <h4>{{ lang.edit.domain_footer }}</h4>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
371
                    <p>{{ lang.edit.domain_footer_info|raw }}</p>
Open commit View diff
371 <p>{{ lang.edit.domain_footer_info|raw }}</p>
FreddleSpl0it almost 3 years ago acee742

[Web] move domain-wide-footer vars info to lang files

Full commit hash
acee74282217b07d858dba92f73a2cb2bffdaffc
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
372
                    <pre>{{ lang.edit.domain_footer_info_vars.auth_user }}
Open commit View diff
372 <pre>{{ lang.edit.domain_footer_info_vars.auth_user }}
same change acee742

[Web] move domain-wide-footer vars info to lang files

Full commit hash
acee74282217b07d858dba92f73a2cb2bffdaffc
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
373
{{ lang.edit.domain_footer_info_vars.from_user }}
Open commit View diff
373 {{ lang.edit.domain_footer_info_vars.from_user }}
same change acee742

[Web] move domain-wide-footer vars info to lang files

Full commit hash
acee74282217b07d858dba92f73a2cb2bffdaffc
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
374
{{ lang.edit.domain_footer_info_vars.from_name }}
Open commit View diff
374 {{ lang.edit.domain_footer_info_vars.from_name }}
same change acee742

[Web] move domain-wide-footer vars info to lang files

Full commit hash
acee74282217b07d858dba92f73a2cb2bffdaffc
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
375
{{ lang.edit.domain_footer_info_vars.from_addr }}
Open commit View diff
375 {{ lang.edit.domain_footer_info_vars.from_addr }}
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
376
{{ lang.edit.domain_footer_info_vars.from_domain }}
Open commit View diff
376 {{ lang.edit.domain_footer_info_vars.from_domain }}
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
377
{{ lang.edit.domain_footer_info_vars.custom }}</pre>
Open commit View diff
377 {{ lang.edit.domain_footer_info_vars.custom }}</pre>
FreddleSpl0it almost 3 years ago 8d792fb

[Rspamd] domain-wide-footer update description

Full commit hash
8d792fbd624ce7d23ae8bcf88b49e28d654c3e2e
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
378
                    <form class="form-horizontal mt-4" data-id="domain_footer">
Open commit View diff
378 <form class="form-horizontal mt-4" data-id="domain_footer">
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
379
                      <div class="row mb-4">
Open commit View diff
379 <div class="row mb-4">
FreddleSpl0it over 2 years ago 86ba019

[Rspamd] apply domain wide footer to alias domains

Full commit hash
86ba019ca09b7e09c59ec8a1e4f562493947510a
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
380
                        <label class="control-label col-sm-2" for="exclude">{{ lang.edit.footer_exclude }}</label>
Open commit View diff
380 <label class="control-label col-sm-2" for="exclude">{{ lang.edit.footer_exclude }}</label>
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
381
                        <div class="col-sm-10">
Open commit View diff
381 <div class="col-sm-10">
FreddleSpl0it over 2 years ago 86ba019

[Rspamd] apply domain wide footer to alias domains

Full commit hash
86ba019ca09b7e09c59ec8a1e4f562493947510a
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
382
                          <select data-live-search="true" data-width="100%" style="width:100%" id="editFooterExclude" name="exclude" size="10" multiple>
Open commit View diff
382 <select data-live-search="true" data-width="100%" style="width:100%" id="editFooterExclude" name="exclude" size="10" multiple>
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
383
                            {% for mailbox in mailboxes %}
Open commit View diff
383 {% for mailbox in mailboxes %}
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
384
                              <option value="{{ mailbox }}" {% if mailbox in domain_footer.mbox_exclude %}selected{% endif %}>
Open commit View diff
384 <option value="{{ mailbox }}" {% if mailbox in domain_footer.mbox_exclude %}selected{% endif %}>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
385
                                {{ mailbox }}
Open commit View diff
385 {{ mailbox }}
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
386
                              </option>
Open commit View diff
386 </option>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
387
                            {% endfor %}
Open commit View diff
387 {% endfor %}
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
388
                            {% for alias in aliases %}
Open commit View diff
388 {% for alias in aliases %}
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
389
                              <option data-subtext="Alias" value="{{ alias }}" {% if alias in domain_footer.mbox_exclude %}selected{% endif %}>
Open commit View diff
389 <option data-subtext="Alias" value="{{ alias }}" {% if alias in domain_footer.mbox_exclude %}selected{% endif %}>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
390
                                {{ alias }}
Open commit View diff
390 {{ alias }}
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
391
                              </option>
Open commit View diff
391 </option>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
392
                            {% endfor %}
Open commit View diff
392 {% endfor %}
FreddleSpl0it over 2 years ago 86ba019

[Rspamd] apply domain wide footer to alias domains

Full commit hash
86ba019ca09b7e09c59ec8a1e4f562493947510a
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
393
                            {% for alias_domain in alias_domains %}
Open commit View diff
393 {% for alias_domain in alias_domains %}
same change 86ba019

[Rspamd] apply domain wide footer to alias domains

Full commit hash
86ba019ca09b7e09c59ec8a1e4f562493947510a
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
394
                              <option data-subtext="Alias-Domain" value="{{ alias_domain }}" {% if alias_domain in domain_footer.alias_domain_exclude %}selected{% endif %}>
Open commit View diff
394 <option data-subtext="Alias-Domain" value="{{ alias_domain }}" {% if alias_domain in domain_footer.alias_domain_exclude %}selected{% endif %}>
same change 86ba019

[Rspamd] apply domain wide footer to alias domains

Full commit hash
86ba019ca09b7e09c59ec8a1e4f562493947510a
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
395
                                {{ alias_domain }}
Open commit View diff
395 {{ alias_domain }}
same change 86ba019

[Rspamd] apply domain wide footer to alias domains

Full commit hash
86ba019ca09b7e09c59ec8a1e4f562493947510a
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
396
                              </option>
Open commit View diff
396 </option>
same change 86ba019

[Rspamd] apply domain wide footer to alias domains

Full commit hash
86ba019ca09b7e09c59ec8a1e4f562493947510a
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
397
                            {% endfor %}
Open commit View diff
397 {% endfor %}
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
398
                          </select>
Open commit View diff
398 </select>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
399
                        </div>
Open commit View diff
399 </div>
same change d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
400
                      </div>
Open commit View diff
400 </div>
FreddleSpl0it over 2 years ago efab117

add option to skip footer on reply e-mails

Full commit hash
efab11720dd144d800ca0bf127c3410516e6bbb3
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
401
                      <div class="row mb-4">
Open commit View diff
401 <div class="row mb-4">
same change efab117

add option to skip footer on reply e-mails

Full commit hash
efab11720dd144d800ca0bf127c3410516e6bbb3
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
402
                        <label class="control-label col-sm-2" for="domain_footer_skip_replies">{{ lang.edit.domain_footer_skip_replies }}:</label>
Open commit View diff
402 <label class="control-label col-sm-2" for="domain_footer_skip_replies">{{ lang.edit.domain_footer_skip_replies }}:</label>
same change efab117

add option to skip footer on reply e-mails

Full commit hash
efab11720dd144d800ca0bf127c3410516e6bbb3
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
403
                        <div class="col-sm-10">
Open commit View diff
403 <div class="col-sm-10">
same change efab117

add option to skip footer on reply e-mails

Full commit hash
efab11720dd144d800ca0bf127c3410516e6bbb3
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
404
                          <div class="form-check">
Open commit View diff
404 <div class="form-check">
same change efab117

add option to skip footer on reply e-mails

Full commit hash
efab11720dd144d800ca0bf127c3410516e6bbb3
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
405
                            <label><input type="checkbox" class="form-check-input" value="1" id="domain_footer_skip_replies" name="skip_replies"{% if domain_footer.skip_replies == '1' %} checked{% endif %}></label>
Open commit View diff
405 <label><input type="checkbox" class="form-check-input" value="1" id="domain_footer_skip_replies" name="skip_replies"{% if domain_footer.skip_replies == '1' %} checked{% endif %}></label>
same change efab117

add option to skip footer on reply e-mails

Full commit hash
efab11720dd144d800ca0bf127c3410516e6bbb3
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
406
                          </div>
Open commit View diff
406 </div>
same change efab117

add option to skip footer on reply e-mails

Full commit hash
efab11720dd144d800ca0bf127c3410516e6bbb3
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
407
                        </div>
Open commit View diff
407 </div>
same change efab117

add option to skip footer on reply e-mails

Full commit hash
efab11720dd144d800ca0bf127c3410516e6bbb3
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
408
                      </div>
Open commit View diff
408 </div>
FreddleSpl0it almost 3 years ago d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
409
                      <div class="row mb-2">
Open commit View diff
409 <div class="row mb-2">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
410
                        <label class="control-label col-sm-2" for="domain_footer_html">{{ lang.edit.domain_footer_html }}:</label>
Open commit View diff
410 <label class="control-label col-sm-2" for="domain_footer_html">{{ lang.edit.domain_footer_html }}:</label>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
411
                        <div class="col-sm-10">
Open commit View diff
411 <div class="col-sm-10">
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
412
                          <textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control" rows="10" id="domain_footer_html" name="html">{{ domain_footer.html }}</textarea>
Open commit View diff
412 <textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control" rows="10" id="domain_footer_html" name="html">{{ domain_footer.html }}</textarea>
FreddleSpl0it almost 3 years ago d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
413
                        </div>
Open commit View diff
413 </div>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
414
                      </div>
Open commit View diff
414 </div>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
415
                      <div class="row mb-4">
Open commit View diff
415 <div class="row mb-4">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
416
                        <label class="control-label col-sm-2" for="domain_footer_plain">{{ lang.edit.domain_footer_plain }}:</label>
Open commit View diff
416 <label class="control-label col-sm-2" for="domain_footer_plain">{{ lang.edit.domain_footer_plain }}:</label>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
417
                        <div class="col-sm-10">
Open commit View diff
417 <div class="col-sm-10">
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
418
                          <textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control" rows="10" id="domain_footer_plain" name="plain">{{ domain_footer.plain }}</textarea>
Open commit View diff
418 <textarea spellcheck="false" autocorrect="off" autocapitalize="none" class="form-control" rows="10" id="domain_footer_plain" name="plain">{{ domain_footer.plain }}</textarea>
FreddleSpl0it almost 3 years ago d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
419
                        </div>
Open commit View diff
419 </div>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
420
                      </div>
Open commit View diff
420 </div>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
421
                      <div class="row">
Open commit View diff
421 <div class="row">
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
422
                        <div class="offset-sm-2 col-sm-10">
Open commit View diff
422 <div class="offset-sm-2 col-sm-10">
FreddleSpl0it over 2 years ago d2e3867

[Web][Rspamd] implement custom mailbox attributes and improve domain wide footer

Full commit hash
d2e38678936158637fae1f9518248cc10099bf7f
Author
FreddleSpl0it <[email protected]>
Date
over 2 years ago
Selected line
423
                          <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="domain_footer" data-item="{{ domain }}" data-api-url='edit/domain/footer' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
Open commit View diff
423 <button class="btn btn-xs-lg d-block d-sm-inline btn-success" data-action="edit_selected" data-id="domain_footer" data-item="{{ domain }}" data-api-url='edit/domain/footer' data-api-attr='{}' href="#">{{ lang.edit.save }}</button>
FreddleSpl0it almost 3 years ago d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
424
                        </div>
Open commit View diff
424 </div>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
425
                      </div>
Open commit View diff
425 </div>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
426
                    </form>
Open commit View diff
426 </form>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
427
                  </div>
Open commit View diff
427 </div>
same change d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
428
                </div>
Open commit View diff
428 </div>
FreddleSpl0it about 3 years ago f295b8c

[Rspamd] add domain wide footer

Full commit hash
f295b8cd91f9d691ad93c53191e6319282dcae55
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
429
            </div>
Open commit View diff
429 </div>
FreddleSpl0it almost 3 years ago d132a51

Merge remote-tracking branch 'origin/staging' into feat/domain-wide-footer

Full commit hash
d132a51a4d242533c71c2b9e9bdffdbec675fe1c
Author
FreddleSpl0it <[email protected]>
Date
almost 3 years ago
Selected line
430
        </div>
Open commit View diff
430 </div>
FreddleSpl0it about 3 years ago f295b8c

[Rspamd] add domain wide footer

Full commit hash
f295b8cd91f9d691ad93c53191e6319282dcae55
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
431
      </div>
Open commit View diff
431 </div>
same change f295b8c

[Rspamd] add domain wide footer

Full commit hash
f295b8cd91f9d691ad93c53191e6319282dcae55
Author
FreddleSpl0it <[email protected]>
Date
about 3 years ago
Selected line
432
    </div>
Open commit View diff
432 </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
433
</div>
Open commit View diff
433 </div>
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
434
{% else %}
Open commit View diff
434 {% else %}
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
435
  {{ parent() }}
Open commit View diff
435 {{ parent() }}
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
436
{% endif %}
Open commit View diff
436 {% endif %}
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
437
{% endblock %}
Open commit View diff
437 {% endblock %}