提交 d96a56fa 编写于 作者: K Kohsuke Kawaguchi

use PNG

上级 21a02552
......@@ -511,9 +511,9 @@ public /*transient*/ abstract class Computer extends Actionable implements Acces
@Exported
public String getIcon() {
if(isOffline())
return "computer-x.gif";
return "computer-x.png";
else
return "computer.gif";
return "computer.png";
}
public String getIconAltText() {
......
......@@ -66,7 +66,7 @@ THE SOFTWARE.
<td><!-- config link -->
<j:if test="${c.hasPermission(c.CONFIGURE)}">
<a href="${rootURL}/${c.url}configure">
<img src="${imagesURL}/32x32/setting.gif"
<img src="${imagesURL}/32x32/setting.png"
title="${%Configure}" alt="${%Configure}"
border="0"/>
</a>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册