Skip to content
Snippets Groups Projects
Commit 6058a626 authored by Steffen Gebert's avatar Steffen Gebert
Browse files

Fixed bug #14773: Styling issue when selecting position of new created page

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@8499 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 8f7c2dc0
Branches
Tags
No related merge requests found
2010-08-05 Steffen Gebert <steffen@steffen-gebert.de>
* Fixed bug #14773: Styling issue when selecting position of new created page
2010-08-05 Jeff Segars <jeff@webempoweredchurch.org>
 
* Fixed bug #14805: Misleading descriptions for warning_* options in Install Tool (thanks to Markus Klein)
......
......@@ -101,7 +101,7 @@ if (TYPO3_MODE == 'BE' || (TYPO3_MODE == 'FE' && isset($GLOBALS['BE_USER']) && $
// Manual setting up of alternative icons. This is mainly for module icons which has a special prefix:
$TBE_STYLES['skinImg'] = array_merge($presetSkinImgs, array (
'gfx/ol/blank.gif' => array('clear.gif','width="14" height="14"'),
'gfx/ol/blank.gif' => array('clear.gif','width="18" height="16"'),
'MOD:web/website.gif' => array($temp_eP.'icons/module_web.gif','width="24" height="24"'),
'MOD:web_layout/layout.gif' => array($temp_eP.'icons/module_web_layout.gif','width="24" height="24"'),
'MOD:web_view/view.gif' => array($temp_eP.'icons/module_web_view.png','width="24" height="24"'),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment