Replace title by icons (smaller). re #79
This commit is contained in:
parent
04e42e3cfe
commit
f603d3c4ef
|
@ -35,9 +35,9 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{{?}}
|
{{?}}
|
||||||
{{=it.c.i18n.authorsTitle}} : <span class="sa">{{=htmlspecialchars (entry.book.authorsName)}}</span>
|
<span class="glyphicon glyphicon-user"></span> <span class="sa">{{=htmlspecialchars (entry.book.authorsName)}}</span>
|
||||||
{{? entry.book.tagsName != ""}}<br />{{=it.c.i18n.tagsTitle}} :<span class="se">{{=htmlspecialchars (entry.book.tagsName)}}</span>{{?}}
|
{{? entry.book.tagsName != ""}}<br /><span class="glyphicon glyphicon-tag"></span> <span class="se">{{=htmlspecialchars (entry.book.tagsName)}}</span>{{?}}
|
||||||
{{? entry.book.seriesName != ""}}<br />{{=it.c.i18n.seriesTitle}} : <span class="ss">{{=htmlspecialchars (entry.book.seriesName)}} ({{=entry.book.seriesIndex}})</span>{{?}}
|
{{? entry.book.seriesName != ""}}<br /><span class="glyphicon glyphicon-list"></span> <span class="ss">{{=htmlspecialchars (entry.book.seriesName)}} ({{=entry.book.seriesIndex}})</span>{{?}}
|
||||||
<div class="text-center bottomright">
|
<div class="text-center bottomright">
|
||||||
{{~entry.book.preferedData:data:j}}
|
{{~entry.book.preferedData:data:j}}
|
||||||
<a href="{{=data.url}}" class="btn btn-primary btn-sm" role="button">{{=data.name}}</a>
|
<a href="{{=data.url}}" class="btn btn-primary btn-sm" role="button">{{=data.name}}</a>
|
||||||
|
|
Loading…
Reference in a new issue