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 #1

Updated by Michael Stucki over 19 years ago

Thanks, will have a look at it.

Actions #2

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.).

Actions #3

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.

Actions

Also available in: Atom PDF