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:
ralf
2022-08-08 14:12:20 +02:00
parent b4438dbc03
commit 7f36de45a4
2 changed files with 75 additions and 1 deletions

View File

@ -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"/>` : ""}
`;
}