[TYPO3-core] RFC: #7526: Cleaning loginNews
Steffen Kamper
steffen at sk-typo3.de
Mon Feb 18 11:06:16 CET 2008
REMINDER #1
need core dev vote
vg Steffen
"Steffen Kamper" <steffen at sk-typo3.de> schrieb im Newsbeitrag
news:mailman.1.1202940638.31827.typo3-team-core at lists.netfielders.de...
> Hi,
>
> this is a SVN patch request.
>
> Type: Bugfix
>
> Branches: 4.2.
>
> Bugtracker:
> http://bugs.typo3.org/view.php?id=7526
>
> Problem:
> there is the possibility to display some loginNews. But they look ugly
>
> Solution:
> I recoded them using a dl and placed them top of copyright notice.
>
> Additional I added the possibility to give a title instead of "Important
> messages:"
>
> I attached the patch and 4 screenshots
> before (orig. skin and t3skin)
> after (orig. skin and t3skin)
>
> I used a common CSS which fits for both.
>
> Additional:
> I used following (stupid) Testconfiguration (placed in extTables.php)
>
> $GLOBALS['TYPO3_CONF_VARS']['BE']['loginNewsTitle'] = 'Please read
> carefully following notes before login';
> $GLOBALS['TYPO3_CONF_VARS']['BE']['loginNews'][] = Array(
> 'title' => 'My Special',
> 'date' => 'February 13th, 2008',
> 'header' => 'My personal TYPO3 site',
> 'content' => 'ok, here i go every day.',
> );
> $GLOBALS['TYPO3_CONF_VARS']['BE']['loginNews'][] = Array(
> 'title' => 'My Special',
> 'date' => 'February 13th, 2008',
> 'header' => 'My personal TYPO3 site',
> 'content' => 'ok, here i go every day.',
> );
>
> vg Steffen
>
>
More information about the TYPO3-team-core
mailing list