mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-06 11:12:38 +01:00
use advanced mode for system signature edit; beware everything you edit here is filtered by purify, so not everything possible will have effect, so BEWARE and TEST -> you may destroy your signature using the new options
This commit is contained in:
parent
398c0acf4d
commit
5f3b45fa1d
@ -359,8 +359,8 @@
|
||||
|
||||
$style="width:100%; border:0px; height:150px;";
|
||||
$this->t->set_var('signature', html::fckEditorQuick(
|
||||
'globalsettings[ea_default_signature]', 'simple',
|
||||
$profileData['ea_default_signature'], '150px')
|
||||
'globalsettings[ea_default_signature]', 'advanced',
|
||||
$profileData['ea_default_signature'], '350px')
|
||||
);
|
||||
|
||||
// Stationery settings
|
||||
|
Loading…
Reference in New Issue
Block a user