mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Fix missing translation reported by Stefan Unverricht
This commit is contained in:
parent
6b0d0b18e2
commit
017fa60870
@ -255,7 +255,7 @@ var et2_description = /** @class */ (function (_super) {
|
|||||||
position: { my: "right top", at: "left top", collision: "flipfit" },
|
position: { my: "right top", at: "left top", collision: "flipfit" },
|
||||||
tooltipClass: "et2_email_popup",
|
tooltipClass: "et2_email_popup",
|
||||||
content: function () {
|
content: function () {
|
||||||
return jQuery('<a href="#" class= "et2_url_email_contactPlus" title="' + egw.lang(widget.options.hover_action_title) + '"><img src="'
|
return jQuery('<a href="#" class= "et2_url_email_contactPlus" title="' + widget.egw().lang(widget.options.hover_action_title) + '"><img src="'
|
||||||
+ egw.image("edit") + '"/></a>')
|
+ egw.image("edit") + '"/></a>')
|
||||||
.on('click', function () {
|
.on('click', function () {
|
||||||
widget.options.hover_action.call(self, self.widget, content);
|
widget.options.hover_action.call(self, self.widget, content);
|
||||||
|
Loading…
Reference in New Issue
Block a user