css
This commit is contained in:
parent
2fd2c67139
commit
e780bae77f
@ -1165,7 +1165,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
||||
|
||||
// Signature
|
||||
print '<tr><td class="tdtop">'.$langs->trans("Signature").'</td>';
|
||||
print '<td>';
|
||||
print '<td class="wordbreak">';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
|
||||
$doleditor = new DolEditor('signature', GETPOST('signature', 'restricthtml'), '', 138, 'dolibarr_notes', 'In', true, true, empty($conf->global->FCKEDITOR_ENABLE_USERSIGN) ? 0 : 1, ROWS_4, '90%');
|
||||
print $doleditor->Create(1);
|
||||
@ -1679,7 +1679,7 @@ if ($action == 'create' || $action == 'adduserldap') {
|
||||
}
|
||||
|
||||
// Signature
|
||||
print '<tr><td class="tdtop">'.$langs->trans('Signature').'</td><td>';
|
||||
print '<tr><td class="tdtop">'.$langs->trans('Signature').'</td><td class="wordbreak">';
|
||||
print dol_htmlentitiesbr($object->signature);
|
||||
print "</td></tr>\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user