mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
Fix missing translation reported by Stefan Unverricht
How did you get missed?
This commit is contained in:
parent
dbb3b2688e
commit
d6a747e36b
@ -402,7 +402,7 @@ export class et2_description extends expose(class et2_description extends et2_ba
|
|||||||
tooltipClass: "et2_email_popup",
|
tooltipClass: "et2_email_popup",
|
||||||
content()
|
content()
|
||||||
{
|
{
|
||||||
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…
x
Reference in New Issue
Block a user