[TYPO3-project-realty] 2 list view template questions

Oliver Klee typo3-german-02 at oliverklee.de
Mon Oct 12 15:24:53 CEST 2009


Hi,

horace schrieb:
> ok, here is my high quality patch:
> 
> class.tx_realty_pi1.php
> 
> replace line 791:
> $position = ($rowCounter == 0) ? 'first' : '';
> with:
> $position = ($rowCounter % 2) ? 'odd' : 'even';

This break the class "first".

In addition, could you please post the patch to the bug tracker as a
unified diff?

Some unit tests would also be great.

Thanks,


Oliver


More information about the TYPO3-project-realty mailing list