[TASK] Move backend module icons to respective location
In TYPO3 CMS world each extension contains multiple icons: + "extension icons" (ext_icon.gif) to identify the whole extension (EM/TER) + "module icon" as Start button per backend module (module menu) + "record icons" in recordlist as clickmenu link + "action icons" like save, close or info (toolbar) Currently all icons look the same in the backend (16x16 pixels, same theme). Also many icon files are used multiple ways (e.g. ext_icon.gif as module icon). In order to be able to differentiate icons better by their primary function this patch introduces a common folder as defined location for backend module icon files and demontrastes a naming schema "module-name.xxx". Also this patch reduces cohesion and coupling of backend extensions since extensions now bring their own icons in a predictable fashion. This supports alternative backends that do not rely on t3skin at all. Resolves: #61200 Releases: 6.3 Change-Id: I035b7777f0c59546ec641dbb59165a98fd887d44 Reviewed-on: http://review.typo3.org/32511 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/about/Resources/Public/Icons/module-about.gif 0 additions, 0 deletionstypo3/sysext/about/Resources/Public/Icons/module-about.gif
- typo3/sysext/about/ext_tables.php 1 addition, 1 deletiontypo3/sysext/about/ext_tables.php
- typo3/sysext/aboutmodules/Resources/Public/Icons/module-aboutmodules.gif 0 additions, 0 deletions...outmodules/Resources/Public/Icons/module-aboutmodules.gif
- typo3/sysext/aboutmodules/ext_tables.php 1 addition, 1 deletiontypo3/sysext/aboutmodules/ext_tables.php
- typo3/sysext/belog/Resources/Public/Icons/module-belog.gif 0 additions, 0 deletionstypo3/sysext/belog/Resources/Public/Icons/module-belog.gif
- typo3/sysext/belog/ext_tables.php 1 addition, 1 deletiontypo3/sysext/belog/ext_tables.php
- typo3/sysext/beuser/Resources/Public/Icons/module-beuser.gif 0 additions, 0 deletionstypo3/sysext/beuser/Resources/Public/Icons/module-beuser.gif
- typo3/sysext/beuser/ext_tables.php 1 addition, 1 deletiontypo3/sysext/beuser/ext_tables.php
- typo3/sysext/cms/Resources/Public/Icons/module-page.gif 0 additions, 0 deletionstypo3/sysext/cms/Resources/Public/Icons/module-page.gif
- typo3/sysext/cms/layout/conf.php 1 addition, 1 deletiontypo3/sysext/cms/layout/conf.php
- typo3/sysext/cshmanual/Resources/Public/Icons/module-cshmanual.gif 0 additions, 0 deletions...ext/cshmanual/Resources/Public/Icons/module-cshmanual.gif
- typo3/sysext/cshmanual/mod/about.gif 0 additions, 0 deletionstypo3/sysext/cshmanual/mod/about.gif
- typo3/sysext/cshmanual/mod/conf.php 1 addition, 1 deletiontypo3/sysext/cshmanual/mod/conf.php
- typo3/sysext/extensionmanager/Resources/Public/Icons/module-extensionmanager.png 0 additions, 0 deletions...anager/Resources/Public/Icons/module-extensionmanager.png
- typo3/sysext/extensionmanager/ext_tables.php 1 addition, 1 deletiontypo3/sysext/extensionmanager/ext_tables.php
- typo3/sysext/filelist/Resources/Public/Icons/module-filelist.gif 0 additions, 0 deletions...ysext/filelist/Resources/Public/Icons/module-filelist.gif
- typo3/sysext/filelist/mod1/conf.php 1 addition, 1 deletiontypo3/sysext/filelist/mod1/conf.php
- typo3/sysext/func/Resources/Public/Icons/module-func.png 0 additions, 0 deletionstypo3/sysext/func/Resources/Public/Icons/module-func.png
- typo3/sysext/func/mod1/conf.php 1 addition, 1 deletiontypo3/sysext/func/mod1/conf.php
- typo3/sysext/func/mod1/func.gif 0 additions, 0 deletionstypo3/sysext/func/mod1/func.gif
Please register or sign in to comment