Avendoo® online documentation

Create update infobox

To create an update infobox, you configure the files “loginArea.maintenance.info.xml” and “system.css.global.login”.

If there is already text in the file “loginArea.maintenance.info.xml”, you can place a further update infobox. Therefore you enter the appropiate class in the file “loginArea.maintenance.info.xml” and via the file “system.css.global.login” you can position and configure this area.

The position is fixed and not appropiate for responsive designs.

Note

There is a prepared update info box available. But there should be adjustments regarding text and regarding CSS the area with the info box should be commented.
If you have any questions, please contact our support team.

To create an update infobox do the following steps:
1. You add the following text for example in the file “loginArea.maintenance.info.xml”:

<div class="UpdateInfobox">
<h1>Note</h1>
Dear learner<br/>
caused by maintenance the system is on December 4th 2022 since 4 p.m. for one hour only limited available.<br/>
We appreciate your patience.
</div>

2. You add the following lines in the file “system.css.global.login”:

.UpdateInfobox {
position: relative;
right: -172%;
margin-top: -188px;
background: rgba(0,0,0,0.6);
padding: 20px;
border-radius: 15px;
border: 3px solid white;
}