Moved the copyright information in the new release info view

This commit is contained in:
emeric
2019-03-08 17:17:56 +01:00
parent c1ffe8ab57
commit d5ead9193f
4 changed files with 48 additions and 40 deletions
-7
View File
@@ -20,13 +20,6 @@
${play-btn}${add-btn}
</div>
${tracks}
${<if-has-copyright-or-copyright-url>}
<div class="page-header">
<h4><small>${tr:Lms.Explore.Release.copyright}</small></h4>
</div>
${<if-has-copyright>}<small>${copyright}</small>${</if-has-copyright>}
${<if-has-copyright-url>}<small>${copyright-url}</small>${</if-has-copyright-url>}
${</if-has-copyright-or-copyright-url>}
</message>
<message id="Lms.Explore.Release.template.entry">
+5
View File
@@ -3,6 +3,11 @@
<messages xmlns:if="Wt.WTemplate.conditions">
<message id="Lms.Explore.ReleaseInfo.template">
${<if-has-copyright-or-copyright-url>}
<h3>${tr:Lms.Explore.Release.copyright}</h3>
${<if-has-copyright>}<small>${copyright}</small>${</if-has-copyright>}
${<if-has-copyright-url>}<small>${copyright-url}</small>${</if-has-copyright-url>}
${</if-has-copyright-or-copyright-url>}
<h3>${tr:Lms.Explore.ReleaseInfo.similar-releases}</h3>
${similar-releases}
</message>