mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
Integrated application specifig egw api into etemplate2 code
This commit is contained in:
@@ -92,7 +92,7 @@ var et2_tabbox = et2_DOMWidget.extend({
|
||||
}
|
||||
}
|
||||
tabData.push({
|
||||
"label": egw.lang(et2_readAttrWithDefault(node, "label", "Tab")),
|
||||
"label": this.egw().lang(et2_readAttrWithDefault(node, "label", "Tab")),
|
||||
"widget": null,
|
||||
"contentDiv": null,
|
||||
"flagDiv": null,
|
||||
|
Reference in New Issue
Block a user