mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Fix Editable Avatar's edit/delete icons are no longer displayed
This commit is contained in:
parent
454ab3fb98
commit
d89646df27
@ -246,10 +246,10 @@ export class Et2Avatar extends Et2Widget(SlAvatar) implements et2_IDetachedDOM
|
||||
{
|
||||
let self = this;
|
||||
this._editBtn = document.createElement('et2-button-icon');
|
||||
this._editBtn.setAttribute('name', 'pencil');
|
||||
this._editBtn.setAttribute('image', 'pencil');
|
||||
this._editBtn.setAttribute('part', 'edit');
|
||||
this._delBtn = document.createElement('et2-button-icon');
|
||||
this._delBtn.setAttribute('name', 'trash');
|
||||
this._delBtn.setAttribute('image', 'delete');
|
||||
this._delBtn.setAttribute('part', 'edit');
|
||||
this._baseNode.append(this._editBtn);
|
||||
this._baseNode.append(this._delBtn);
|
||||
|
Loading…
Reference in New Issue
Block a user