mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 18:13:46 +01:00
fix: missing icon
This commit is contained in:
parent
32b90d2e50
commit
3b708d91f6
@ -119,7 +119,7 @@ COMMENT with the ones above you can disable some features of the template. They
|
|||||||
</button>
|
</button>
|
||||||
.}
|
.}
|
||||||
<button id="toggleTs" title="{.!Display timestamps.}" onclick="toggleTs()">
|
<button id="toggleTs" title="{.!Display timestamps.}" onclick="toggleTs()">
|
||||||
<i class='fa fa-clock-o'></i>
|
<i class='fa fa-clock'></i>
|
||||||
<span>{.!Toggle timestamp.}</span>
|
<span>{.!Toggle timestamp.}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
@ -419,7 +419,7 @@ z-index:1; /* without this .item-menu will be over*/ }
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class='item-props'>
|
<div class='item-props'>
|
||||||
<span class="item-ts"><i class='fa fa-clock-o'></i> {.cut||-3|%item-modified%.}</span>
|
<span class="item-ts"><i class='fa fa-clock'></i> {.cut||-3|%item-modified%.}</span>
|
||||||
[+file]
|
[+file]
|
||||||
<span class="item-size"><i class='fa fa-download' title="{.!Download counter:.} %item-dl-count%"></i> %item-size%B</span>
|
<span class="item-size"><i class='fa fa-download' title="{.!Download counter:.} %item-dl-count%"></i> %item-size%B</span>
|
||||||
[+file=folder=link]
|
[+file=folder=link]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user