Add show-all button on artist listing page

master
Shen-Ta Hsieh 7 years ago committed by Andrew DeMaria
parent 78006946ea
commit ab33bf2cee
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 3
      airsonic-main/src/main/webapp/WEB-INF/jsp/artistMain.jsp

@ -240,6 +240,9 @@
</tr>
</c:forEach>
</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:otherwise>

Loading…
Cancel
Save