Move the top/recently added parts into a dedicated panel on the left
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<messages xmlns:if="Wt.WTemplate.conditions">
|
||||
<!--FORMS message blocks-->
|
||||
|
||||
<message id="Lms.Explore.ArtistsInfo.template">
|
||||
<div class="hidden-xs">
|
||||
<div class="page-header">
|
||||
<h2>${tr:Lms.Explore.ArtistsInfo.most-played}</h2>
|
||||
</div>
|
||||
${most-played}
|
||||
</div>
|
||||
|
||||
<div class="hidden-xs">
|
||||
<div class="page-header hidden-xs">
|
||||
<h2>${tr:Lms.Explore.ArtistsInfo.recently-added}</h2>
|
||||
</div>
|
||||
${recently-added}
|
||||
</div>
|
||||
</message>
|
||||
|
||||
<message id="Lms.Explore.ArtistsInfo.template.entry">
|
||||
${name}
|
||||
</message>
|
||||
|
||||
</messages>
|
||||
Reference in New Issue
Block a user