Moved the copyright information in the new release info view
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user