Project

General

Profile

Bug #20340 ยป 20090422_RFC_10956.diff

Administrator Admin, 2009-04-22 13:28

View differences:

typo3/class.alt_menu_functions.inc (working copy)
</tr>';
// For "About modules":
$moduleLabel = htmlspecialchars($LANG->moduleLabels['labels'][$subKey.'label']);
$moduleLabelHtml = !empty($moduleLabel) ? '<strong>' . $moduleLabel . '</strong><br />' : '';
$moduleDescription = htmlspecialchars($LANG->moduleLabels['labels'][$subKey.'descr']);
$descrCode.='
<tr class="c-subitem-row">
<td align="center">'.$imageCode.'</td>
<td>'.$flabel.'&nbsp;&nbsp;</td>
<td><strong>'.htmlspecialchars($LANG->moduleLabels['labels'][$subKey.'label']).'</strong><br />'.$LANG->moduleLabels['labels'][$subKey.'descr'].'</td>
<td>'.$flabel.'&nbsp;&nbsp;</td>';
if (!empty($moduleLabel) || !empty($moduleDescription)) {
$descrCode .= '
<td>' . $moduleLabelHtml . $moduleDescription . '</td>';
} else {
$descrCode .= '
<td>&nbsp;</td>';
}
$descrCode .= '
</tr>';
// Possibly adding a divider line
    (1-1/1)