Project

General

Profile

Actions

Feature #14639

closed

add special icon for pagetype advanded

Added by old_martinficzel over 19 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

i.zip (1.25 KB) i.zip Administrator Admin, 2005-04-06 11:49
Actions

Also available in: Atom PDF