zammad: Füge Warnhinweis für interne Notizen ein
This commit is contained in:
parent
85cf549379
commit
860f4e6fea
3 changed files with 18 additions and 0 deletions
8
files/senselab.css
Normal file
8
files/senselab.css
Normal 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
7
tasks/customizations.yml
Normal 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 }}"
|
|
@ -10,6 +10,9 @@
|
|||
- import_tasks: zammad.yml
|
||||
tags: zammad
|
||||
|
||||
- import_tasks: customizations.yml
|
||||
tags: customizations
|
||||
|
||||
- import_tasks: cron.yml
|
||||
tags: cron
|
||||
|
||||
|
|
Loading…
Reference in a new issue