Error when editing the template and layout Evolution

hockolicious

Verified User
Joined
Jun 20, 2019
Messages
70
Location
Poland
Hey,

Is this a mistake? But in Evolution it is not possible to edit the template, layout or order. Everything moves, and jumps over, which makes it almost impossible to adapt the appropriate system.

The same is on the directadmin demo. Is there any patch for it?
 
What's the browser you're trying it with? Evolution does not support IE <10.
 
May you create a ticket on this and attach video of what is happening? Thank you!
 
It has been fixed, to update just the skin:
Code:
cd /usr/local/directadmin/data/skins
mkdir evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Thank you for the report!
 
Back
Top