====== Change history for themes in version 3.2 ======
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.
===== Version 3.2.0 =====
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)
* The following files must //be replaced// in the appropriate folders:
* **my_body_bottom.php (or change manually the menu calls) **
* **ecard_templates/greeting_card.tpl**
* **ecard_templates/postcard.tpl**
* **ecard_templates/postcard_separate_photo.tpl**
* The following files must //be added// in the appropriate folders:
* **icons/view-refresh.png**
* **images/apple-touch-icon.png**
* **images/favicon-16x16.png**
* **images/favicon-32x32.png**
* **images/favicon.ico**
* **images/admidio_writing_100.png**
* The following files must //be removed// in the appropriate folders:
* **icons/favicon.png**
* **icons/webclipicon.png**
* **images/admidio_logo_20.png**
==== Changes within the modern theme ====
== Add block in css/admidio.css ==
h4 {
font-size: 100%;
}
== Add block in css/admidio.css ==
#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;
}
== Replace block in css/system.css ==
.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;
}
== Remove block in css/admidio.css ==
.admidio-admidio-info-created-edited {
font-size: 8pt;
margin-top: 8px;
}
== Replace block in my_body_bottom.php ==
if($gCurrentUser->approveUsers() || $gCurrentUser->editUsers()
|| $gCurrentUser->manageRoles() || $gCurrentUser->isWebmaster())
{
with if($gCurrentUser->approveUsers() || $gCurrentUser->editUsers()
|| $gCurrentUser->manageRoles() || $gCurrentUser->isAdministrator())
{
== Replace block in my_body_bottom.php ==
if($gCurrentUser->isWebmaster())
{
with if($gCurrentUser->isAdministrator())
{
== eplace block in my_body_bottom.php ==
with