compiled translations
This commit is contained in:
parent
a769fe6906
commit
968206a7ab
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -15,16 +15,6 @@
|
|||||||
<link rel="stylesheet" href="{% static 'css/pretty-checkbox.min.css' %}">
|
<link rel="stylesheet" href="{% static 'css/pretty-checkbox.min.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'custom/css/markdown_blockquote.css' %}">
|
<link rel="stylesheet" href="{% static 'custom/css/markdown_blockquote.css' %}">
|
||||||
|
|
||||||
<style>
|
|
||||||
/* fixes print layout being disturbed by print button tooltip */
|
|
||||||
@media print {
|
|
||||||
.tooltip {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
@ -180,12 +170,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td style="vertical-align: middle!important;">
|
<td style="vertical-align: middle!important;">
|
||||||
<template v-if="i.note">
|
<template v-if="i.note">
|
||||||
<a class="btn btn-light btn-sm d-print-none" tabindex="-1"
|
<b-button v-b-popover.hover="i.note" class="btn btn-sm d-print-none"><i class="fas fa-info"></i></b-button>
|
||||||
data-toggle="popover"
|
|
||||||
data-placement="right" data-html="true" data-trigger="focus"
|
|
||||||
v-bind:data-content="i.note">
|
|
||||||
<i class="fas fa-info"></i>
|
|
||||||
</a>
|
|
||||||
<div class="d-none d-print-block">
|
<div class="d-none d-print-block">
|
||||||
<i class="far fa-comment-alt"></i> [[i.note]]
|
<i class="far fa-comment-alt"></i> [[i.note]]
|
||||||
</div>
|
</div>
|
||||||
@ -299,12 +285,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td style="vertical-align: middle!important;">
|
<td style="vertical-align: middle!important;">
|
||||||
<template v-if="i.note">
|
<template v-if="i.note">
|
||||||
<a class="btn btn-light btn-sm d-print-none" tabindex="-1"
|
<b-button v-b-popover.hover="i.note" class="btn btn-light btn-sm d-print-none"><i class="fas fa-info"></i></b-button>
|
||||||
data-toggle="popover"
|
|
||||||
data-placement="right" data-html="true" data-trigger="focus"
|
|
||||||
v-bind:data-content="i.note">
|
|
||||||
<i class="fas fa-info"></i>
|
|
||||||
</a>
|
|
||||||
<div class="d-none d-print-block">
|
<div class="d-none d-print-block">
|
||||||
<i class="far fa-comment-alt"></i> [[i.note]]
|
<i class="far fa-comment-alt"></i> [[i.note]]
|
||||||
</div>
|
</div>
|
||||||
@ -532,18 +513,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Bootstrap component functions
|
|
||||||
$(function () {
|
|
||||||
$('[data-toggle="popover"]').popover()
|
|
||||||
});
|
|
||||||
|
|
||||||
$('.popover-dismiss').popover({
|
|
||||||
trigger: 'focus'
|
|
||||||
});
|
|
||||||
|
|
||||||
$(function () {
|
|
||||||
$('[data-toggle="tooltip"]').tooltip()
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
@ -169,6 +169,7 @@ LANGUAGES = [
|
|||||||
('en', _('English')),
|
('en', _('English')),
|
||||||
('de', _('German')),
|
('de', _('German')),
|
||||||
('nl', _('Dutch')),
|
('nl', _('Dutch')),
|
||||||
|
('fr', _('French')),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Static files (CSS, JavaScript, Images)
|
# Static files (CSS, JavaScript, Images)
|
||||||
|
Loading…
Reference in New Issue
Block a user