mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
take symlink indicator from api not old etemplate app
Using LGPL licenses GNOME icon: https://de.wikipedia.org/wiki/Datei:High-contrast-emblem-symbolic-link.svg
This commit is contained in:
@ -19,6 +19,8 @@ export class Et2VfsMime extends Et2ImageExpose
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
z-index: 1;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
`,
|
||||
];
|
||||
@ -225,7 +227,7 @@ export class Et2VfsMime extends Et2ImageExpose
|
||||
{
|
||||
return html`
|
||||
<slot></slot>
|
||||
${this.__symlink ? html`<img src="${this.egw().image("link", "etemplate")}"
|
||||
${this.__symlink ? html`<img src="${this.egw().image("symlink", "api")}"
|
||||
class="overlay"/>` : ""}
|
||||
`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user