fix: missing icon

This commit is contained in:
Massimo Melina 2020-05-17 19:48:10 +02:00
parent 32b90d2e50
commit 3b708d91f6
2 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -1,4 +1,4 @@
{$DEFINE STABLE } {$DEFINE NOT STABLE }
{$IFDEF STABLE } {$IFDEF STABLE }
{$ASSERTIONS OFF} {$ASSERTIONS OFF}
{$ELSE} {$ELSE}