[TYPO3-core] RFC: #11374: Feature: Add Linebreak in Palette of TCEFORMS
Steffen Gebert
steffen at steffen-gebert.de
Thu Aug 27 00:56:39 CEST 2009
On Mon, 03 Aug 2009 17:45:00 +0200, Steffen Kamper <info at sk-typo3.de>
wrote:
> Hi,
>
> i covered the problem with more linebreaks follow each other. Now only
> one linebreak will be done to omit empty lines.
>
> Thx for catching this issue.
>
> vg Steffen
Hi Steffen,
+1 by reading and testing.
Few minor remarks:
* <img src="clear.gif"> I know, clear.gif is lying aroung everywhere, but
other code on the same page uses gfx/clear.gif
* Could you change the line-break in
implode('
', $hRow[$i]) . '
to
implode(chr(10), $hRow[$i]) . '
CGL:
* Tab before { in
elseif (!in_array($theField,$this->excludeElements) &&
$TCA[$table]['columns'][$theField]) {
* Space missing in
foreach($palArr as $content) {
and
$out='<table border="0" cellpadding="0" cellspacing="0"
class="typo3-TCEforms-palette">';
Thanks for this nice feature!
Steffen
More information about the TYPO3-team-core
mailing list