mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-09 12:43:00 +01:00
Mail Compose change "To" label to a dropdown to add bcc cc etc
(cherry picked from commit 0df6426c03
)
This commit is contained in:
parent
04d98f4784
commit
64de6df947
@ -385,7 +385,7 @@ app.classes.mail = AppJS.extend(
|
||||
}
|
||||
else
|
||||
{
|
||||
that.compose_fieldExpander();
|
||||
//that.compose_fieldExpander();
|
||||
}
|
||||
});
|
||||
|
||||
@ -4752,6 +4752,7 @@ app.classes.mail = AppJS.extend(
|
||||
}
|
||||
break;
|
||||
}
|
||||
widget.parentElement.hide()
|
||||
}
|
||||
else if (typeof widget == "undefined")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user