forked from extern/egroupware
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" },
|
||||
tooltipClass: "et2_email_popup",
|
||||
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>')
|
||||
.on('click', function () {
|
||||
widget.options.hover_action.call(self, self.widget, content);
|
||||
|
Loading…
Reference in New Issue
Block a user