mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:19:09 +01:00
Fix some email addresses would not pre-fill address if you created a new contact from mail view From field
This commit is contained in:
parent
41849e5c18
commit
e6efebde87
@ -361,7 +361,7 @@ var et2_url_ro = (function(){ "use strict"; return et2_valueWidget.extend([et2_I
|
|||||||
{
|
{
|
||||||
// Here we could do all sorts of things
|
// Here we could do all sorts of things
|
||||||
var extra = {
|
var extra = {
|
||||||
'presets[email]': jQuery(this).attr('title')
|
'presets[email]': jQuery(this).attr('title') ? jQuery(this).attr('title') : jQuery(this).text()
|
||||||
};
|
};
|
||||||
|
|
||||||
return jQuery('<a href="#" class= "et2_url_email_contactPlus" title="'+egw.lang('Add a new contact')+'"><img src="'
|
return jQuery('<a href="#" class= "et2_url_email_contactPlus" title="'+egw.lang('Add a new contact')+'"><img src="'
|
||||||
|
Loading…
Reference in New Issue
Block a user