mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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 'vbox':
|
||||||
case 'hbox':
|
case 'hbox':
|
||||||
|
case 'stack':
|
||||||
$cell['cell_tpl'] = '.vbox';
|
$cell['cell_tpl'] = '.vbox';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -242,6 +243,7 @@
|
|||||||
{
|
{
|
||||||
case 'vbox':
|
case 'vbox':
|
||||||
case 'hbox':
|
case 'hbox':
|
||||||
|
case 'stack':
|
||||||
if ($cell['size'] < 2)
|
if ($cell['size'] < 2)
|
||||||
{
|
{
|
||||||
$cell['size'] = 2;
|
$cell['size'] = 2;
|
||||||
@ -462,7 +464,8 @@
|
|||||||
if ($name == 'etemplate')
|
if ($name == 'etemplate')
|
||||||
{
|
{
|
||||||
$m = new editor(False);
|
$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
|
else // try to call the writeLangFile function of the app's ui-layer
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user