forked from extern/egroupware
Fix missing translation reported by Stefan Unverricht
This commit is contained in:
parent
0341176cd6
commit
d524283a74
@ -389,7 +389,7 @@ var et2_description = (function(){ "use strict"; return expose(et2_baseWidget.ex
|
|||||||
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