fixed translation of groupbox caption

This commit is contained in:
Ralf Becker 2005-02-06 17:52:43 +00:00
parent 52b42e13bb
commit 472733589f

View File

@ -933,6 +933,10 @@
}
if ($cell['type'] == 'groupbox')
{
if (strlen($label) > 1 && !($cell['no_lang'] && $cell['label'] != $label || (int)$cell['no_lang'] == 2))
{
$label = lang($label);
}
$html = $this->html->fieldset($html,$label);
}
if ($box_anz > 1) // a single cell is NOT placed into a table