mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
included the db-tools messages on createing the lang-file
This commit is contained in:
parent
f46a1919bd
commit
eb3178426a
@ -165,6 +165,7 @@
|
||||
{
|
||||
case 'vbox':
|
||||
case 'hbox':
|
||||
case 'stack':
|
||||
$cell['cell_tpl'] = '.vbox';
|
||||
break;
|
||||
}
|
||||
@ -242,6 +243,7 @@
|
||||
{
|
||||
case 'vbox':
|
||||
case 'hbox':
|
||||
case 'stack':
|
||||
if ($cell['size'] < 2)
|
||||
{
|
||||
$cell['size'] = 2;
|
||||
@ -462,7 +464,8 @@
|
||||
if ($name == 'etemplate')
|
||||
{
|
||||
$m = new editor(False);
|
||||
$additional = $m->messages + $this->etemplate->types + $this->extensions + $this->aligns;
|
||||
$db_tools = CreateObject('etemplate.db_tools',False);
|
||||
$additional = $m->messages + $db_tools->messages + $this->etemplate->types + $this->extensions + $this->aligns;
|
||||
}
|
||||
else // try to call the writeLangFile function of the app's ui-layer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user