mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fixed translation of the date-widget's label
This commit is contained in:
parent
a3ab98c600
commit
3c7811e45a
@ -120,7 +120,11 @@
|
||||
}
|
||||
$value = $str;
|
||||
$cell['type'] = 'label';
|
||||
$cell['no_lang'] = True;
|
||||
if (!$cell['no_lang'])
|
||||
{
|
||||
$cell['no_lang'] = True;
|
||||
$cell['label'] = strlen($cell['label']) > 1 ? lang($cell['label']) : $cell['label'];
|
||||
}
|
||||
return True;
|
||||
}
|
||||
$tpl = new etemplate;
|
||||
|
Loading…
Reference in New Issue
Block a user