Integrated application specifig egw api into etemplate2 code

This commit is contained in:
Andreas Stöckel
2012-03-02 10:44:56 +00:00
parent bd273c1b45
commit 14e6ceecb6
13 changed files with 110 additions and 89 deletions

View File

@@ -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,