Skip to content

Commit

Permalink
[FIXED JENKINS-3969] Replaced all gif images with corresponding png i…
Browse files Browse the repository at this point in the history
…mages.

Originally-Committed-As: a4ba7bd268422e4ca7249e137b9dc0b6a20a84c0
  • Loading branch information
uhafner committed May 11, 2011
1 parent a8e4487 commit a86521e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -32,7 +32,7 @@ THE SOFTWARE.
<j:set var="b" value="${p.run}" />
<j:choose>
<j:when test="${b==null}">
<img src="${imagesURL}/24x24/grey.gif" tooltip="${%Not run}" alt="${%Not run}" height="24" width="24"/>
<img src="${imagesURL}/24x24/grey.png" tooltip="${%Not run}" alt="${%Not run}" height="24" width="24"/>
</j:when>
<j:otherwise>
<a href="${p.shortUrl}/">
Expand Down
Expand Up @@ -31,7 +31,7 @@ THE SOFTWARE.
<p:matrix autoRefresh="true">
<j:choose>
<j:when test="${p==null}">
<img src="${imagesURL}/24x24/grey.gif" tooltip="${%Not configured}" alt="${%Not configured}" height="24" width="24"/>
<img src="${imagesURL}/24x24/grey.png" tooltip="${%Not configured}" alt="${%Not configured}" height="24" width="24"/>
</j:when>
<j:otherwise>
<a href="${p.shortUrl}">
Expand Down

0 comments on commit a86521e

Please sign in to comment.