mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 22:21:34 +01:00
Fixed translation of description widgets
This commit is contained in:
parent
14e6ceecb6
commit
ecad6a0d01
@ -392,4 +392,4 @@ if ($GLOBALS['egw_info']['flags']['debug'] == 'etemplate_new')
|
|||||||
}
|
}
|
||||||
$GLOBALS['egw_info']['flags']['app_header'] = $name;
|
$GLOBALS['egw_info']['flags']['app_header'] = $name;
|
||||||
$template->exec('etemplate.etemplate.debug', array(), array(), array(), array(), 2);
|
$template->exec('etemplate.etemplate.debug', array(), array(), array(), array(), 2);
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,7 @@ var et2_description = et2_baseWidget.extend([et2_IDetachedDOM], {
|
|||||||
},
|
},
|
||||||
|
|
||||||
transformAttributes: function(_attrs) {
|
transformAttributes: function(_attrs) {
|
||||||
this._super.apply(arguments);
|
this._super.apply(this, arguments);
|
||||||
|
|
||||||
if (this.id)
|
if (this.id)
|
||||||
{
|
{
|
||||||
@ -156,6 +156,7 @@ var et2_description = et2_baseWidget.extend([et2_IDetachedDOM], {
|
|||||||
{
|
{
|
||||||
this.options.href = _values["href"];
|
this.options.href = _values["href"];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof _values["value"] != "undefined")
|
if (typeof _values["value"] != "undefined")
|
||||||
{
|
{
|
||||||
et2_insertLinkText(this._parseText(_values["value"]), _nodes[0],
|
et2_insertLinkText(this._parseText(_values["value"]), _nodes[0],
|
||||||
|
Loading…
Reference in New Issue
Block a user