My account
Back-end preferences
Sign out
Implec Stadland
0
Notizen
Implec Mönchengladbach
0
Notizen
Settings
CMS
Front-end theme
Manage the front-end theme and customization options.
Maintenance mode
Configure the maintenance mode page and toggle the setting.
System
Updates & Plugins
Update the system, manage and install plugins and themes.
Administrators
Manage back-end administrator users, groups and permissions.
Customize back-end
Customize the administration area such as name, colors and logo.
Editor settings
Customize the global editor preferences, such as font size and color scheme.
Settings
Ostraka Settings
Logs
SSO Logs
View logged Single Sign On interactions.
Event log
View system log messages with their recorded time and details.
Access log
View a list of successful back-end user sign ins.
Log settings
Specify which areas should use logging.
Misc
Builder
Set your author name and namespace for plugin creation.
Mail
Mail templates
Modify the mail templates that are sent to users and administrators, manage email layouts.
Mail configuration
Manage email configuration.
Mail branding
Modify the colors and appearance of mail templates.
Mail Layouts
Edit Layout
Layout
default
Name
HTML
CSS
Plaintext
Options
Open Search box
Close Search box
Open Replace box
Close Replace box
Enter fullscreen mode
Exit fullscreen mode
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css" media="screen"> {{ brandCss|raw }} {{ css|raw }} </style> </head> <body> <table class="wrapper layout-default" width="100%" cellpadding="0" cellspacing="0"> <!-- Header --> {% partial 'header' body %} {{ subject|raw }} {% endpartial %} <tr> <td align="center"> <table class="content" width="100%" cellpadding="0" cellspacing="0"> <!-- Email Body --> <tr> <td class="body" width="100%" cellpadding="0" cellspacing="0"> <table class="inner-body" align="center" width="570" cellpadding="0" cellspacing="0"> <!-- Body content --> <tr> <td class="content-cell"> {{ content|raw }} </td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- Footer --> {% partial 'footer' body %} © {{ "now"|date("Y") }} {{ appName }}. All rights reserved. {% endpartial %} </table> </body> </html>
Open Search box
Close Search box
Open Replace box
Close Replace box
Enter fullscreen mode
Exit fullscreen mode
@media only screen and (max-width: 600px) { .inner-body { width: 100% !important; } .footer { width: 100% !important; } } @media only screen and (max-width: 500px) { .button { width: 100% !important; } }
{{ content|raw }}
Disable automatic inline CSS
Save
Save and close
Reset to default
or
Cancel