issue #2001 we don't always have the album date creation

This commit is contained in:
plegall
2023-11-06 14:42:28 +01:00
parent d9ee5868fb
commit 5546fcfbf9
+2 -2
View File
@@ -86,8 +86,8 @@ str_root = '{'Root'|@translate}';
<div class="cat-modify-infos">
<div class="cat-modify-info-card cat-creation">
<span class="cat-modify-info-title">{'Created'|@translate}</span>
<span class="cat-modify-info-content">{$INFO_CREATION_SINCE}</span>
<span class="cat-modify-info-subcontent">{$INFO_CREATION}</span>
<span class="cat-modify-info-content">{if isset($INFO_CREATION_SINCE)}{$INFO_CREATION_SINCE}{else}{'unknown'|translate}{/if}</span>
<span class="cat-modify-info-subcontent">{if isset($INFO_CREATION)}{$INFO_CREATION}{else}{'Unknown time period'|translate}{/if}</span>
</div>
<div class="cat-modify-info-card cat-modification">
<span class="cat-modify-info-title">{'Modified'|@translate}</span>