Feature #14639
closedadd special icon for pagetype advanded
0%
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
Updated by Michael Stucki over 19 years ago
Kasper just convinced me, this will not be changed.
The problem is that is not just one icon but some 10 variants of that icon; normal, hidden, hidden-starttime, hidden-access-restricted, etc.
It'd be better to re-think the concept of the "Advanced" type
because it is not really different to normal pages; it just displays more edit fields (but these can also be changed directly through the web->list module, btw.).
Updated by Karsten Dambekalns over 19 years ago
Right. It would be very nice to have those extra fields available as tabs in some sort of flexform setup, and get rid of the distinction between stanbdard and advanced page completely.