You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/Readme.md
+38-3Lines changed: 38 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,42 @@ or
121
121
122
122
for a minified CSS version.
123
123
124
-
#### Step 4: Add Icons (Optional)
124
+
#### Step 4: Mail styling
125
+
ILIAS 12 features a new, modern email design.
126
+
This can also be customized using a custom system style.
127
+
Both the styling and the layout can be changed as follows:
128
+
129
+
##### Step 4.1: Sass
130
+
The file `templates/default/mail.scss` provides the CSS for the mail template.
131
+
This can be overwritten in the custom system style.
132
+
To do this, the following file must exist in the custom system style:
133
+
`public/Customizing/skin/<myskin>/mail.scss` or `public/Customizing/skin/<myskin>/<mystyle>/mail.scss`.
134
+
135
+
Please note: this must be compiled separately into `mail.css`.
136
+
By copying and compiling the file from `templates/default/mail.scss` to the custom system style, variables such as the text color and link color are automatically used for the mail styling.
137
+
138
+
##### Step 4.2: Template
139
+
The file `components/ILIAS/UI/src/templates/default/Layout/tpl.mailpage.html` forms the HTML framework for the email and can be overwritten in the same way as all other templates via the path `public/Customizing/skin/<myskin>/<mystyle>/UI/Layout/tpl.mailpage.html`.
140
+
141
+
##### Step 4.3: Logo
142
+
When a custom system style is enabled, a logo is searched for along the following paths and in the given sequence:
0 commit comments