Project

General

Profile

Bug #18806 » 8445_align_groupfields.diff

Administrator Admin, 2008-05-17 14:34

View differences:

t3lib/class.t3lib_tceforms.php (working copy)
<td>'.$this->wrapLabels($params['headers']['selector']).'</td>
<td></td>
<td></td>
<td></td>
<td>'.($params['thumbnails'] ? $this->wrapLabels($params['headers']['items']) : '').'</td>
</tr>':'').
'
......
$selector.
($params['noList'] ? '' : '<br />'.$this->wrapLabels($params['info'])) .
'</td>
<td valign="top">'.
<td valign="top" class="icons">'.
implode('<br />',$icons['L']).'</td>
<td valign="top">'.
<td valign="top" class="icons">'.
implode('<br />',$icons['R']).'</td>
<td><img src="clear.gif" width="5" height="1" alt="" /></td>
<td valign="top">'.
<td valign="top" class="thumbnails">'.
$this->wrapLabels($params['thumbnails']).
'</td>
</tr>
typo3/sysext/t3skin/stylesheets/typo3-TCEforms.css (working copy)
TABLE.typo3-TCEforms TABLE.wrapperAttention .wrapperTable5 {
border: 1px solid #A30904;
}
TABLE.typo3-TCEforms .icons {
padding: 6px 2px !important;
}
TABLE.typo3-TCEforms .thumbnails {
padding-top: 6px !important;
}
(3-3/3)