Skip to content

Commit 181704e

Browse files
authored
Merge pull request #268 from NotMyFault/chore/master/prep-for-icon-removal-from-core
chore: Prepare for sunset icon removal from core
2 parents dd1693c + 2ae7fad commit 181704e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/java/hudson/scm/SubversionTagAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public boolean hasTags() {
113113
public String getIconFileName() {
114114
if(!isTagged() && !getACL().hasPermission(getPermission()))
115115
return null;
116-
return "save.gif";
116+
return "save.png";
117117
}
118118

119119
public String getDisplayName() {

src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.jelly

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ THE SOFTWARE.
2323
-->
2424

2525
<?jelly escape-by-default='true'?>
26-
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
26+
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
2727
<l:layout norefresh="true" title="${%Subversion Authentication}">
2828
<l:header />
2929
<l:side-panel />
3030
<l:main-panel>
3131
<h1>
32-
<img src="${imagesURL}/48x48/secure.gif" width="48" height="48" alt=""/>
32+
<l:icon class="icon-secure icon-xlg" />
3333
${%Subversion Authentication}
3434
</h1>
3535
<p>
@@ -48,4 +48,4 @@ THE SOFTWARE.
4848
</f:form>
4949
</l:main-panel>
5050
</l:layout>
51-
</j:jelly>
51+
</j:jelly>

0 commit comments

Comments
 (0)