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_22 [2015/10/29 14:12] (current) – created thomas-rcv | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Change History for Themes in Version 2.2 ====== | ||
+ | This page lists all changes in the Theme folder inside the Version 2.2. If you update to a new version, so you have update 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 consider when assigning these adjustments if necessary. This can, for example, be the case with colors. | ||
+ | |||
+ | ===== Version 2.2.0 ===== | ||
+ | When updating from version 2.1.7 or later, the following files need to be adjusted in the Theme folder. Changes to version 2.1.6, check out [[aenderungshistorie_fuer_themes_21|Change history of 2.1]] \\ | ||
+ | (if you have not made changes, you can also upload the entire folders and just adjust the CSS folder manually) | ||
+ | |||
+ | * The following files must //be replaced// in the appropriate folders: | ||
+ | **css/ | ||
+ | **css/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **icons/ | ||
+ | **ecard_templates/ | ||
+ | **ecard_templates/ | ||
+ | **ecard_templates/ | ||
+ | |||
+ | * The following files must //be deleted// in the appropriate folders: | ||
+ | **overall_header.php**\\ | ||
+ | **overall_footer.php**\\ | ||
+ | **css/ | ||
+ | |||
+ | * The following files must //be added// in the appropriate folders: | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | **images/ | ||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css># | ||
+ | margin-top: | ||
+ | padding-bottom: | ||
+ | }</ | ||
+ | with: <code css># | ||
+ | margin-top: | ||
+ | margin-bottom: | ||
+ | }</ | ||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css># | ||
+ | margin-left: | ||
+ | text-align: | ||
+ | } | ||
+ | |||
+ | # | ||
+ | margin-left: | ||
+ | text-align: | ||
+ | } | ||
+ | |||
+ | # | ||
+ | margin-left: | ||
+ | text-align: | ||
+ | }</ | ||
+ | with: <code css># | ||
+ | # | ||
+ | # | ||
+ | margin-left: | ||
+ | text-align: | ||
+ | }</ | ||
+ | |||
+ | == Replace block in css/ | ||
+ | <code css>/ | ||
+ | # | ||
+ | padding-left: | ||
+ | }</ | ||
+ | with: <code css>/ | ||
+ | # | ||
+ | padding-left: | ||
+ | padding-right: | ||
+ | }</ | ||
+ | |||
+ | == Changes for the Modern-Theme == | ||
+ | The following adjustments you just have to perform if you use a theme based on the Modern Theme: | ||
+ | == Following block remove (about line 12) in my_body_bottom.php == | ||
+ | <code php> | ||
+ | { | ||
+ | echo "< | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | echo "< | ||
+ | }</ | ||
+ | ===== Version 2.2.10 ===== | ||
+ | == Replace block in css/ | ||
+ | <code css>/* Einstellung fuer die Thumbnailtabellenzeilen */ | ||
+ | .photoThumbnailRow{ | ||
+ | padding: 0px; | ||
+ | list-style-type: | ||
+ | }</ | ||
+ | with: <code css>/* Einstellung fuer die Thumbnailtabellenzeilen */ | ||
+ | .photoThumbnailRows{ | ||
+ | padding: 0px; | ||
+ | list-style-type: | ||
+ | } | ||
+ | .photoThumbnailRow{ | ||
+ | clear: left; | ||
+ | } | ||
+ | </ |