This page lists all changes in the Theme folder inside the Version 2.0. If you update to a new version, so you have to commit all the changes from your previous version to your new version Admidio, otherwise it may cause display problems.
The changes shown here always refer to both of our standard themes. Did you make changes here, so you have to take into account these adjustments if necessary. This can, for example, be the case with colors.
If you are upgrading to a higher version than Admin 2.0, you have also to do the adjustements Theme changes in version 2.1.
if($g_current_user→approveUsers())
with line 111: if($g_current_user→editUsers())
header('Content-type: text/html; charset=utf-8');
header('Content-type: text/html; charset=utf-8');
Line 380ff:
.editInformation{ font-size: 8pt; margin-top: 8px; text-align: left; color: #555555; }
replace with
.editInformation{ font-size: 8pt; margin-top: 8px; clear: both; }
Line 393ff:
.navigationPath{ margin: 5px; }
replace with
.navigationPath{ margin: 5px 0px 5px 0px; }