no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | en:2.0:aenderungshistorie_fuer_themes [2015/10/09 21:21] (current) – created thomas-rcv | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Change history for Themes in Version 2.0 ====== | ||
| + | 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 | ||
| + | |||
| + | If you are upgrading to a higher version than Admin 2.0, you have also to do the adjustements | ||
| + | |||
| + | ===== Version 2.0.3 ===== | ||
| + | * Scroll with the Lightbox in IE 7:\\ In file **css/ | ||
| + | * Replaced | ||
| + | * In Modern-Theme in file **my_body_bottom.php** Change Line 105: '' | ||
| + | |||
| + | ===== Version 2.0.4 ===== | ||
| + | * In **classic** Theme replace icons:\\ announcements.png\\ dates.png\\ download.png\\ forum.png\\ forum_big.png\\ new_registration.png\\ new_registration_big.png | ||
| + | * add Icon in **classic** Theme:\\ mylist.png | ||
| + | |||
| + | ===== Version 2.0.5 ===== | ||
| + | * In **classic** Theme in file **overall_header.php** Line 50 add code: | ||
| + | <code php> | ||
| + | * In **modern** Theme in file **overall_header.php** line 50 add code: | ||
| + | <code php> | ||
| + | |||
| + | ===== Version 2.0.8 ===== | ||
| + | * Add icon:\\ **page_white_text.png** | ||
| + | |||
| + | ===== Version 2.0.9 ===== | ||
| + | * Change code in // | ||
| + | Line 380ff: | ||
| + | <code css> | ||
| + | font-size: | ||
| + | margin-top: | ||
| + | text-align: | ||
| + | color: | ||
| + | }</ | ||
| + | replace with <code css> | ||
| + | font-size: | ||
| + | margin-top: | ||
| + | clear: | ||
| + | }</ | ||
| + | Line 393ff: | ||
| + | <code css> | ||
| + | margin: | ||
| + | | ||
| + | replace with <code css> | ||
| + | margin: | ||
| + | | ||