Add show-all button on artist listing page

This commit is contained in:
Shen-Ta Hsieh
2017-11-18 10:21:25 -07:00
committed by Andrew DeMaria
parent 78006946ea
commit ab33bf2cee
@@ -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>