[TYPO3-t3skin] Question regarding issue #10650

Tomas Norre Mikkelsen tomasnorre at gmail.com
Sun Nov 14 17:19:49 CET 2010


Hi,

I have a question to the styling of this issue.

I new at the team so perhaps there will be some newbie question, but hope
you can bare with me.

The issue with the log-alignment issue, has following code where the tables
are defined:

$this->doc->tableLayout = Array (
            '0' => Array (
                'defCol' => array('<td valign="top"
class="t3-row-header"><strong>', '</strong></td><td
class="t3-row-header"><img src="' . $this->doc->backPath . 'clear.gif"
width="10" height="1" alt="" /></td>')
            ),
            'defRow' => Array (
                '0' => Array('<td valign="top">','</td>'),
                'defCol' => Array('<td><img src="' . $this->doc->backPath .
'clear.gif" width="10" height="1" alt="" /></td><td valign="top">', '</td>')
            )
        );

Perhaps its me but this way of setting up the table don't seem logic to me.
Cause this way we assume that all td's  except the first has the same class,
styling etc. I think its better to re-write it such that we can style each
column with a specific width, such we can decide which width the columns
should have.

The "user"-column should not be the same width as the "details"-column, just
in my opinion.

Any thoughts on how to solve this? I my thinking wrong ? or how should i
solve this issue?

as told, i'm new, so all input are welcome, such we solve this the best way
possible with the knowledge we have right now.






-- 
Venlig Hilsen / Best Regards
Tomas Norre Mikkelsen
tomasnorre at gmail.com


More information about the TYPO3-team-t3skin mailing list