issue #1014 no more link on album name, a big button does the same job

This commit is contained in:
plegall
2019-05-28 15:58:16 +02:00
parent 038a42dd46
commit fafa0dd7ae

View File

@@ -132,7 +132,7 @@ jQuery(document).ready(function(){
<div class="albumLineBlock">
<p class="albumTitle">
<i class="icon-arrow-combo" title="{'Drag to re-order'|translate}"></i>
<strong><a href="{$category.U_CHILDREN}" title="{'manage sub-albums'|@translate}">{$category.NAME}</a></strong>
<strong>{$category.NAME}</strong>
</p>
<span class="albumInfos"><span class="userSeparator">&middot;</span> {$category.NB_PHOTOS|translate_dec:'%d photo':'%d photos'} <span class="userSeparator">&middot;</span> {$category.NB_SUB_PHOTOS|translate_dec:'%d photo':'%d photos'} {$category.NB_SUB_ALBUMS|translate_dec:'in %d sub-album':'in %d sub-albums'}</span>
</div>