This page lists all changes in the Theme folder inside the Version 3.2. If you update to a new version, you have to update all the changes from your previous version to your new version of Admidio, otherwise it may cause display problems.
The changes shown here always refer to both of our standard themes. Did you make changes in the defaut tehme, you have to consider when assigning these adjustments. This can, for example, be the case with colors.
When updating from version 3.1.0 or later, the following files need to be adjusted in the Theme folder.
(If you have not made changes, you can also upload the entire folders and just only adjust the CSS folder manually)
h4 { font-size: 100%; }
#admidio-password-strength { margin-top: 10px; } #admidio-password-strength-minimum { position: absolute; border: 9px solid transparent; border-left-color: #555555; border-right-width: 0; margin-top: 1px; }
.panel-primary > .panel-footer { padding: 0; background-color: white; border-top: 2px solid #c1dce6; }
with
.panel-primary > .panel-footer { padding: 5px 0 0 0; background-color: white; border-top: 2px solid #c1dce6; font-size: 8pt; }
.admidio-admidio-info-created-edited { font-size: 8pt; margin-top: 8px; }
if($gCurrentUser->approveUsers() || $gCurrentUser->editUsers() || $gCurrentUser->manageRoles() || $gCurrentUser->isWebmaster()) {
with
if($gCurrentUser->approveUsers() || $gCurrentUser->editUsers() || $gCurrentUser->manageRoles() || $gCurrentUser->isAdministrator()) {
if($gCurrentUser->isWebmaster()) {
with
if($gCurrentUser->isAdministrator()) {
<a href="<?php echo ADMIDIO_HOMEPAGE; ?>" style="text-decoration: none;"> <img src="<?php echo THEME_URL; ?>/images/admidio_logo_20.png" alt="<?php echo $gL10n->get('SYS_ADMIDIO_SHORT_DESC'); ?>" title="<?php echo $gL10n->get('SYS_ADMIDIO_SHORT_DESC'); ?>" style="border: 0; vertical-align: bottom;" /> </a>
with
<a href="<?php echo ADMIDIO_HOMEPAGE; ?>" style="text-decoration: none;"> <img src="<?php echo THEME_URL; ?>/images/admidio_writing_100.png" alt="<?php echo $gL10n->get('SYS_ADMIDIO_SHORT_DESC'); ?>" title="<?php echo $gL10n->get('SYS_ADMIDIO_SHORT_DESC'); ?>" style="border: 0; vertical-align: bottom;" /> </a><br />