Actions
Feature #14639
closedadd special icon for pagetype advanded
Start date:
2005-04-06
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
until now is impossible to divide standard and advanced pages in the page tree until opening the header because the icons are the same
right now i am using a skin with a modified page icon but i think it is no problem to put it into the core
i think that could be usefull for others too and as far as i know there are no side effects
regards Martin
- see included zip file for my altered page icons
- this configuration is needed to use the icons
- it could be inserted in the following file around line 44
- typo3/sysext/cms/ext_tables.php
$PAGES_TYPES = t3lib_div::array_merge(array(
'2' => Array(
'icon' => 'pages_advanced.gif'
)
),$PAGES_TYPES);
(issue imported from #M938)
Files
Actions