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

@ -81,7 +81,7 @@ var et2_progress = et2_valueWidget.extend(et2_IDetachedDOM,
if(this.options.href)
{
egw.call_link(this.options.href, this.options.extra_link_target, this.options.extra_link_popup);
this.egw().call_link(this.options.href, this.options.extra_link_target, this.options.extra_link_popup);
}
},