Bug #20340 ยป 20090422_RFC_10956.diff
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.' </td>
|
||
<td><strong>'.htmlspecialchars($LANG->moduleLabels['labels'][$subKey.'label']).'</strong><br />'.$LANG->moduleLabels['labels'][$subKey.'descr'].'</td>
|
||
<td>'.$flabel.' </td>';
|
||
if (!empty($moduleLabel) || !empty($moduleDescription)) {
|
||
$descrCode .= '
|
||
<td>' . $moduleLabelHtml . $moduleDescription . '</td>';
|
||
} else {
|
||
$descrCode .= '
|
||
<td> </td>';
|
||
}
|
||
$descrCode .= '
|
||
</tr>';
|
||
// Possibly adding a divider line
|