Add show-all button on artist listing page
This commit is contained in:
@@ -240,6 +240,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</table>
|
</table>
|
||||||
|
<c:if test="${model.thereIsMore}">
|
||||||
|
<input id="showAllButton" class="albumOverflowButton" type="button" value="<fmt:message key="main.showall"/>" onclick="showAllAlbums()">
|
||||||
|
</c:if>
|
||||||
</c:when>
|
</c:when>
|
||||||
|
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
|
|||||||
Reference in New Issue
Block a user