mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 15:00:58 +01:00
Fixed translation of description widgets
This commit is contained in:
parent
14e6ceecb6
commit
ecad6a0d01
@ -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