Move the top/recently added parts into a dedicated panel on the left

This commit is contained in:
emeric
2018-08-28 15:23:16 +02:00
parent 01bc71856b
commit 95f206a209
20 changed files with 462 additions and 194 deletions
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" ?>
<messages xmlns:if="Wt.WTemplate.conditions">
<!--FORMS message blocks-->
<message id="Lms.PlayHistory.template">
<div class="page-header">
<h2>${tr:Lms.PlayHistory.playhistory}</h2>
</div>
${entries}
${show-more}
</message>
<message id="Lms.PlayHistory.template.entry">
${name} ${<if-has-release>}${release-name}${</if-has-release>} ${<if-has-artist>}${artist-name}${</if-has-artist>}
</message>
</messages>