File tree 2 files changed +4
-4
lines changed
resources/hudson/scm/SubversionSCM/DescriptorImpl
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public boolean hasTags() {
113
113
public String getIconFileName () {
114
114
if (!isTagged () && !getACL ().hasPermission (getPermission ()))
115
115
return null ;
116
- return "save.gif " ;
116
+ return "save.png " ;
117
117
}
118
118
119
119
public String getDisplayName () {
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ THE SOFTWARE.
23
23
-->
24
24
25
25
<?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" >
27
27
<l : layout norefresh =" true" title =" ${%Subversion Authentication}" >
28
28
<l : header />
29
29
<l : side-panel />
30
30
<l : main-panel >
31
31
<h1 >
32
- <img src = " ${imagesURL}/48x48/ secure.gif " width = " 48 " height = " 48 " alt = " " />
32
+ <l : icon class = " icon- secure icon-xlg " />
33
33
${%Subversion Authentication}
34
34
</h1 >
35
35
<p >
@@ -48,4 +48,4 @@ THE SOFTWARE.
48
48
</f : form >
49
49
</l : main-panel >
50
50
</l : layout >
51
- </j : jelly >
51
+ </j : jelly >
You can’t perform that action at this time.
0 commit comments