mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Improved message header style
This commit is contained in:
parent
ffcc86805a
commit
256023dc58
3 changed files with 7 additions and 10 deletions
|
|
@ -255,6 +255,7 @@ class NextcloudCalendarsPopupView extends rl.pluginPopupView {
|
|||
// && getDavElementsByTagName(getDavElementByTagName(e, 'current-user-privilege-set'), 'write').length) {
|
||||
const li = document.createElement('li'),
|
||||
btn = document.createElement('button');
|
||||
li.dataset.icon = '📅';
|
||||
li.textContent = getDavElementByTagName(e, 'displayname').textContent;
|
||||
btn.href = getDavElementByTagName(e, 'href').textContent
|
||||
.replace(pathRegex, '').replace(/\/$/, '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue