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/admin/tab-config-quarantine.twig

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

tab-config-quarantine.twig on main
Author Date Commit Line Code
SnailShea about 3 years ago b903cf3

Fixes several instances of missing </span>, extra role='tabpanel' and misspelled 'collapse'

Full commit hash
b903cf38881364fffacf445dad32a51b343ac458
Author
SnailShea <[email protected]>
Date
about 3 years ago
Selected line
1
<div class="tab-pane fade" id="tab-config-quarantine" role="tabpanel" aria-labelledby="tab-config-quarantine">
Open commit View diff
1 <div class="tab-pane fade" id="tab-config-quarantine" role="tabpanel" aria-labelledby="tab-config-quarantine">
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
2
  <div class="card mb-4">
Open commit View diff
2 <div class="card mb-4">
FreddleSpl0it almost 4 years ago 8c4dbae

rework datatables

Full commit hash
8c4dbaec4f0d75c6d9bd79e46495dbed46de9fee
Author
FreddleSpl0it <[email protected]>
Date
almost 4 years ago
Selected line
3
    <div class="card-header d-flex fs-5">
Open commit View diff
3 <div class="card-header d-flex fs-5">
SnailShea about 3 years ago b903cf3

Fixes several instances of missing </span>, extra role='tabpanel' and misspelled 'collapse'

Full commit hash
b903cf38881364fffacf445dad32a51b343ac458
Author
SnailShea <[email protected]>
Date
about 3 years ago
Selected line
4
      <button class="btn d-md-none flex-grow-1 text-start" data-bs-target="#collapse-tab-config-quarantine" data-bs-toggle="collapse" aria-controls="collapse-tab-config-quarantine">
Open commit View diff
4 <button class="btn d-md-none flex-grow-1 text-start" data-bs-target="#collapse-tab-config-quarantine" data-bs-toggle="collapse" aria-controls="collapse-tab-config-quarantine">
FreddleSpl0it about 4 years ago cb6a5d4

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
5
        {{ lang.admin.quarantine }}
Open commit View diff
5 {{ lang.admin.quarantine }}
same change cb6a5d4

[BS5] add responsive tabs and more

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

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
7
      <span class="d-none d-md-block">{{ lang.admin.quarantine }}</span>
Open commit View diff
7 <span class="d-none d-md-block">{{ lang.admin.quarantine }}</span>
same change cb6a5d4

[BS5] add responsive tabs and more

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

[BS5] add responsive tabs and more

Full commit hash
cb6a5d40698e023e761c172d3fe5cf3e070c269b
Author
FreddleSpl0it <[email protected]>
Date
about 4 years ago
Selected line
9
    <div id="collapse-tab-config-quarantine" class="card-body collapse" data-bs-parent="#admin-content">
Open commit View diff
9 <div id="collapse-tab-config-quarantine" class="card-body collapse" data-bs-parent="#admin-content">
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
10
      {% if not q_data.retention_size or not q_data.max_size %}
Open commit View diff
10 {% if not q_data.retention_size or not q_data.max_size %}
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
11
      <div class="alert alert-info">{{ lang.quarantine.disabled_by_config }}</div>
Open commit View diff
11 <div class="alert alert-info">{{ lang.quarantine.disabled_by_config }}</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
12
      {% endif %}
Open commit View diff
12 {% 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
13
      <form class="form-horizontal" data-id="quarantine" role="form" method="post">
Open commit View diff
13 <form class="form-horizontal" data-id="quarantine" role="form" method="post">
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
15
          <label class="col-sm-4 control-label text-sm-end" for="quarantine_retention_size">{{ lang.admin.quarantine_retention_size|raw }}</label>
Open commit View diff
15 <label class="col-sm-4 control-label text-sm-end" for="quarantine_retention_size">{{ lang.admin.quarantine_retention_size|raw }}</label>
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
16
          <div class="col-sm-8">
Open commit View diff
16 <div class="col-sm-8">
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
17
            <input type="number" class="form-control" id="quarantine_retention_size" name="retention_size" value="{{ q_data.retention_size }}" placeholder="0" required>
Open commit View diff
17 <input type="number" class="form-control" id="quarantine_retention_size" name="retention_size" value="{{ q_data.retention_size }}" placeholder="0" required>
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
18
          </div>
Open commit View diff
18 </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
19
        </div>
Open commit View diff
19 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
21
          <label class="col-sm-4 control-label text-sm-end" for="quarantine_max_size">{{ lang.admin.quarantine_max_size|raw }}</label>
Open commit View diff
21 <label class="col-sm-4 control-label text-sm-end" for="quarantine_max_size">{{ lang.admin.quarantine_max_size|raw }}</label>
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
22
          <div class="col-sm-8">
Open commit View diff
22 <div class="col-sm-8">
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
23
            <input type="number" class="form-control" id="quarantine_max_size" name="max_size" value="{{ q_data.max_size }}" placeholder="0" required>
Open commit View diff
23 <input type="number" class="form-control" id="quarantine_max_size" name="max_size" value="{{ q_data.max_size }}" placeholder="0" required>
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
24
          </div>
Open commit View diff
24 </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
25
        </div>
Open commit View diff
25 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
27
          <label class="col-sm-4 control-label text-sm-end" for="quarantine_max_score">{{ lang.admin.quarantine_max_score|raw }}</label>
Open commit View diff
27 <label class="col-sm-4 control-label text-sm-end" for="quarantine_max_score">{{ lang.admin.quarantine_max_score|raw }}</label>
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
28
          <div class="col-sm-8">
Open commit View diff
28 <div class="col-sm-8">
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
29
            <input type="number" class="form-control" id="quarantine_max_score" name="max_score" value="{{ q_data.max_score }}" placeholder="9999.0">
Open commit View diff
29 <input type="number" class="form-control" id="quarantine_max_score" name="max_score" value="{{ q_data.max_score }}" placeholder="9999.0">
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
30
          </div>
Open commit View diff
30 </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
31
        </div>
Open commit View diff
31 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
33
          <label class="col-sm-4 control-label text-sm-end" for="quarantine_max_age">{{ lang.admin.quarantine_max_age|raw }}</label>
Open commit View diff
33 <label class="col-sm-4 control-label text-sm-end" for="quarantine_max_age">{{ lang.admin.quarantine_max_age|raw }}</label>
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
34
          <div class="col-sm-8">
Open commit View diff
34 <div class="col-sm-8">
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
35
            <input type="number" class="form-control" id="quarantine_max_age" name="max_age" value="{{ q_data.max_age }}" min="1" required>
Open commit View diff
35 <input type="number" class="form-control" id="quarantine_max_age" name="max_age" value="{{ q_data.max_age }}" min="1" required>
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
36
          </div>
Open commit View diff
36 </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
37
        </div>
Open commit View diff
37 </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
38
        <hr>
Open commit View diff
38 <hr>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
40
          <label class="col-sm-4 control-label text-sm-end" for="quarantine_redirect"><i class="bi bi-box-arrow-right"></i> {{ lang.admin.quarantine_redirect|raw }}</label>
Open commit View diff
40 <label class="col-sm-4 control-label text-sm-end" for="quarantine_redirect"><i class="bi bi-box-arrow-right"></i> {{ lang.admin.quarantine_redirect|raw }}</label>
Kristian Feldsam almost 5 years ago 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
41
          <div class="col-sm-8">
Open commit View diff
41 <div class="col-sm-8">
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
42
            <input type="email" class="form-control" id="quarantine_redirect" name="redirect" value="{{ q_data.redirect }}" placeholder="">
Open commit View diff
42 <input type="email" class="form-control" id="quarantine_redirect" name="redirect" value="{{ q_data.redirect }}" placeholder="">
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
43
          </div>
Open commit View diff
43 </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
44
        </div>
Open commit View diff
44 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
46
          <label class="col-sm-4 control-label text-sm-end" for="quarantine_bcc"><i class="bi bi-files"></i> {{ lang.admin.quarantine_bcc|raw }}</label>
Open commit View diff
46 <label class="col-sm-4 control-label text-sm-end" for="quarantine_bcc"><i class="bi bi-files"></i> {{ lang.admin.quarantine_bcc|raw }}</label>
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
47
          <div class="col-sm-8">
Open commit View diff
47 <div class="col-sm-8">
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
48
            <input type="email" class="form-control" id="quarantine_bcc" name="bcc" value="{{ q_data.bcc }}" placeholder="">
Open commit View diff
48 <input type="email" class="form-control" id="quarantine_bcc" name="bcc" value="{{ q_data.bcc }}" placeholder="">
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
49
          </div>
Open commit View diff
49 </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
50
        </div>
Open commit View diff
50 </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
51
        <hr>
Open commit View diff
51 <hr>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
53
          <label class="col-sm-4 control-label text-sm-end" for="quarantine_sender">{{ lang.admin.quarantine_notification_sender }}:</label>
Open commit View diff
53 <label class="col-sm-4 control-label text-sm-end" for="quarantine_sender">{{ lang.admin.quarantine_notification_sender }}:</label>
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
54
          <div class="col-sm-8">
Open commit View diff
54 <div class="col-sm-8">
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
55
            <input type="email" class="form-control" id="quarantine_sender" name="sender" value="{{ q_data.sender }}" placeholder="quarantine@localhost">
Open commit View diff
55 <input type="email" class="form-control" id="quarantine_sender" name="sender" value="{{ q_data.sender }}" placeholder="quarantine@localhost">
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
56
          </div>
Open commit View diff
56 </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
57
        </div>
Open commit View diff
57 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
59
          <label class="col-sm-4 control-label text-sm-end" for="quarantine_subject">{{ lang.admin.quarantine_notification_subject }}:</label>
Open commit View diff
59 <label class="col-sm-4 control-label text-sm-end" for="quarantine_subject">{{ lang.admin.quarantine_notification_subject }}:</label>
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
60
          <div class="col-sm-8">
Open commit View diff
60 <div class="col-sm-8">
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
61
            <input type="text" class="form-control" id="quarantine_subject" name="subject" value="{{ q_data.subject }}" placeholder="Spam Quarantine Notification">
Open commit View diff
61 <input type="text" class="form-control" id="quarantine_subject" name="subject" value="{{ q_data.subject }}" placeholder="Spam Quarantine Notification">
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
62
          </div>
Open commit View diff
62 </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
63
        </div>
Open commit View diff
63 </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
64
        <hr>
Open commit View diff
64 <hr>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
66
          <label class="col-sm-4 control-label text-sm-end" for="quarantine_release_format">{{ lang.admin.quarantine_release_format }}:</label>
Open commit View diff
66 <label class="col-sm-4 control-label text-sm-end" for="quarantine_release_format">{{ lang.admin.quarantine_release_format }}:</label>
same change b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
67
          <div class="col-sm-8 col-md-6 col-lg-4 col-xl-3">
Open commit View diff
67 <div class="col-sm-8 col-md-6 col-lg-4 col-xl-3">
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
68
            <select data-width="100%" id="quarantine_release_format" name="release_format" class="selectpicker" title="{{ lang.tfa.select }}">
Open commit View diff
68 <select data-width="100%" id="quarantine_release_format" name="release_format" class="selectpicker" title="{{ lang.tfa.select }}">
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
69
              <option {% if q_data.release_format == 'raw' %}selected{% endif %} value="raw">{{ lang.admin.quarantine_release_format_raw }}</option>
Open commit View diff
69 <option {% if q_data.release_format == 'raw' %}selected{% endif %} value="raw">{{ lang.admin.quarantine_release_format_raw }}</option>
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
70
              <option {% if q_data.release_format == 'attachment' %}selected{% endif %} value="attachment">{{ lang.admin.quarantine_release_format_att }}</option>
Open commit View diff
70 <option {% if q_data.release_format == 'attachment' %}selected{% endif %} value="attachment">{{ lang.admin.quarantine_release_format_att }}</option>
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
71
            </select>
Open commit View diff
71 </select>
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
72
          </div>
Open commit View diff
72 </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
73
        </div>
Open commit View diff
73 </div>
FreddleSpl0it over 4 years ago b19666f

[BS5] add layout spacing

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

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
75
          <label class="col-sm-4 control-label text-sm-end" for="exclude_domains">{{ lang.admin.quarantine_exclude_domains }}:</label>
Open commit View diff
75 <label class="col-sm-4 control-label text-sm-end" for="exclude_domains">{{ lang.admin.quarantine_exclude_domains }}:</label>
same change b19666f

[BS5] add layout spacing

Full commit hash
b19666f7e0d530ae948443ac8ac845251aab4059
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
76
          <div class="col-sm-8 col-md-6 col-lg-4 col-xl-3">
Open commit View diff
76 <div class="col-sm-8 col-md-6 col-lg-4 col-xl-3">
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
77
            <select data-width="100%" name="exclude_domains" class="selectpicker" title="{{ lang.tfa.select }}" multiple>
Open commit View diff
77 <select data-width="100%" name="exclude_domains" class="selectpicker" title="{{ lang.tfa.select }}" multiple>
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
78
              {% for domain in all_domains %}
Open commit View diff
78 {% for domain in all_domains %}
Niklas Meyer over 4 years ago c520f21

🐄 Moorch Update 2022 - ClamAV, Dovecot & Olefy Update (#4497)

Full commit hash
c520f21d286fde8eb0d67788528860eb6b392793
Author
Niklas Meyer <[email protected]>
Date
over 4 years ago
Selected line
79
                <option {% if domain in q_data.exclude_domains %}selected{% endif %}>{{ domain }}</option>
Open commit View diff
79 <option {% if domain in q_data.exclude_domains %}selected{% endif %}>{{ domain }}</option>
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
80
              {% endfor %}
Open commit View diff
80 {% endfor %}
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
81
            </select>
Open commit View diff
81 </select>
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
82
          </div>
Open commit View diff
82 </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
83
        </div>
Open commit View diff
83 </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
84
        <hr>
Open commit View diff
84 <hr>
FreddleSpl0it over 4 years ago 0b3b5e2

[BS5] change bootstrap data-attributes

Full commit hash
0b3b5e230b5f8cb1466c7468a3391976efd61bf3
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
85
        <legend data-bs-target="#quarantine_template" style="cursor:pointer" unselectable="on" data-bs-toggle="collapse">
Open commit View diff
85 <legend data-bs-target="#quarantine_template" style="cursor:pointer" unselectable="on" data-bs-toggle="collapse">
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
86
          <i style="font-size:10pt;" class="bi bi-plus-square"></i> {{ lang.admin.quarantine_notification_html|raw }}
Open commit View diff
86 <i style="font-size:10pt;" class="bi bi-plus-square"></i> {{ lang.admin.quarantine_notification_html|raw }}
same change 0b64967

[web] implemented twig templating system (#4264)

Full commit hash
0b64967ec56f14bbdb288e07b02d478c835be513
Author
Kristian Feldsam <[email protected]>
Date
almost 5 years ago
Selected line
87
        </legend>
Open commit View diff
87 </legend>
FreddleSpl0it over 4 years ago d3dca1d

[BS5] change bootstrap general

Full commit hash
d3dca1ddc2b9fb2a756db20729c84e214817b4f7
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
88
        <hr />
Open commit View diff
88 <hr />
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
89
        <div id="quarantine_template" class="collapse" >
Open commit View diff
89 <div id="quarantine_template" class="collapse" >
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
90
          <textarea autocorrect="off" spellcheck="false" autocapitalize="none" class="form-control textarea-code" rows="40" name="html_tmpl">{{ q_data.html_tmpl|raw }}</textarea>
Open commit View diff
90 <textarea autocorrect="off" spellcheck="false" autocapitalize="none" class="form-control textarea-code" rows="40" name="html_tmpl">{{ q_data.html_tmpl|raw }}</textarea>
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
91
        </div>
Open commit View diff
91 </div>
FreddleSpl0it over 4 years ago b980e7a

[BS5] change bootstrap responsive

Full commit hash
b980e7af298e2e0d05be28459933249973f4e0ad
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
92
        <button class="btn btn-sm d-block d-sm-inline btn-success" data-action="edit_selected" data-item="self" data-id="quarantine" data-api-url='edit/quarantine' data-api-attr='{"action":"settings"}' href="#"><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</button>
Open commit View diff
92 <button class="btn btn-sm d-block d-sm-inline btn-success" data-action="edit_selected" data-item="self" data-id="quarantine" data-api-url='edit/quarantine' data-api-attr='{"action":"settings"}' href="#"><i class="bi bi-check-lg"></i> {{ lang.admin.save }}</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
93
      </form>
Open commit View diff
93 </form>
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
94
    </div>
Open commit View diff
94 </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
95
  </div>
Open commit View diff
95 </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
96
</div>
Open commit View diff
96 </div>