zammad: Füge Warnhinweis für interne Notizen ein

This commit is contained in:
phil 2022-10-22 18:49:04 +02:00
parent 85cf549379
commit 860f4e6fea
3 changed files with 18 additions and 0 deletions

8
files/senselab.css Normal file
View file

@ -0,0 +1,8 @@
form.article-add.is-internal .article-content > .internal-border::after {
content: 'Du schreibst eine interne Notiz. Es wird keine ausgehende Mail an Gesprächsteilnehmer:innen versendet!';
padding-top: 6px;
display: block;
font-weight: bold;
font-size: 1.2em;
text-align: center;
}

7
tasks/customizations.yml Normal file
View file

@ -0,0 +1,7 @@
---
- name: "customizations | Kopiere custom css"
copy:
src: senselab.css
dest: "{{ zammad_home }}/app/assets/stylesheets/custom/senselab.css"
owner: "{{ zammad_user }}"
group: "{{ zammad_user }}"

View file

@ -10,6 +10,9 @@
- import_tasks: zammad.yml
tags: zammad
- import_tasks: customizations.yml
tags: customizations
- import_tasks: cron.yml
tags: cron