[TYPO3-core] RFC: Improvment #6670: Enable Tabs in Page Properties II

Steffen Kamper steffen at sk-typo3.de
Thu Dec 13 22:53:12 CET 2007


"Oliver Hader" <oh at inpublica.de> schrieb im Newsbeitrag 
news:mailman.1.1197574917.23769.typo3-team-core at lists.netfielders.de...
> Hi Malte,
>
> Malte Jansen schrieb:
>> This is an SVN patch further development.
>>
>> Type: Feature improment
>>
>> Bugtracker references:
>> http://bugs.typo3.org/view.php?id=6670
>>
>> Branches:
>> Trunk
>>
>> Problem:
>> Some unclear meanings and improvments from the HCI-list
>>
>>
>> Solution:
>> Note: if a palette has a title it is always shown!
>
> The field "fe_login_mode" is changed from the values "1" (disabled) and
> "2" (enabled) to a simple check box. For usability this is fine, but
> there must be a handling to convert the old data "{1;2}" to "{0;1}".
>

Hi,

there is no need for that, because core does not difference, the check is 
only in tslib_fe:

$disable = (int)$this->rootLine[$a]['fe_login_mode'] === 1 ? TRUE : FALSE;

so value of 2 doesn't affect (same as 0)

vg  Steffen 




More information about the TYPO3-team-core mailing list