Merge remote-tracking branch 'origin/pr/1338'
This commit is contained in:
@@ -39,6 +39,7 @@ randomImage = icons/default_dark/random.png
|
||||
ratingHalfImage = icons/default_dark/ratingHalf.png
|
||||
ratingOffImage = icons/default_dark/ratingOff.png
|
||||
ratingOnImage = icons/default_dark/ratingOn.png
|
||||
refreshImage = icons/default_dark/refresh.svg
|
||||
removeImage = icons/default_dark/remove.png
|
||||
repeatOff = icons/default_dark/repeat_off.svg
|
||||
repeatOn = icons/default_dark/repeat_on.svg
|
||||
@@ -49,7 +50,7 @@ shareFacebookImage = icons/default_dark/share_facebook.png
|
||||
shareImage = icons/default_dark/share.png
|
||||
shareSmallImage = icons/default_dark/share_small.png
|
||||
shareTwitterImage = icons/default_dark/share_twitter.png
|
||||
shuffleImage = icons/default_dark/shuffle.png
|
||||
shuffleImage = icons/default_dark/shuffle.svg
|
||||
sidebarImage = icons/default_dark/sidebar.svg
|
||||
starredImage = icons/default_dark/starred.png
|
||||
statusImage = icons/default_dark/status.png
|
||||
|
||||
@@ -39,6 +39,7 @@ randomImage = icons/default_dark/random.png
|
||||
ratingHalfImage = icons/default_light/ratingHalf.png
|
||||
ratingOffImage = icons/default_light/ratingOff.svg
|
||||
ratingOnImage = icons/default_light/ratingOn.svg
|
||||
refreshImage = icons/default_light/refresh.svg
|
||||
removeImage = icons/default_light/remove.svg
|
||||
repeatOff = icons/default_light/repeat_off.svg
|
||||
repeatOn = icons/default_light/repeat_on.svg
|
||||
|
||||
@@ -14,7 +14,12 @@
|
||||
</c:if>
|
||||
<c:choose>
|
||||
<c:when test="${model.listType eq 'random'}">
|
||||
<td><div class="forward"><a href="home.view?listType=random"><fmt:message key="common.more"/></a></div></td>
|
||||
<td style="padding-left: 2em;">
|
||||
<a href="home.view?listType=random">
|
||||
<img src="<spring:theme code="refreshImage"/>" alt="Refresh" style="height:16px;">
|
||||
<fmt:message key="common.refresh"/>
|
||||
</a>
|
||||
</td>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<sub:url value="home.view" var="previousUrl">
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#cdcdcd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-cw"><polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path></svg>
|
||||
|
After Width: | Height: | Size: 395 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#cdcdcd" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shuffle"><polyline points="16 3 21 3 21 8"></polyline><line x1="4" y1="20" x2="21" y2="3"></line><polyline points="21 16 21 21 16 21"></polyline><line x1="15" y1="15" x2="21" y2="21"></line><line x1="4" y1="4" x2="9" y2="9"></line></svg>
|
||||
|
After Width: | Height: | Size: 437 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#696969" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-cw"><polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path></svg>
|
||||
|
After Width: | Height: | Size: 395 B |
Reference in New Issue
Block a user