Skip to content

Commit

Permalink
Merge pull request #43 from NotMyFault/fix/master/adapt-icon-path-rem…
Browse files Browse the repository at this point in the history
…oval

Adapt icon path removal from core
  • Loading branch information
batmat committed Apr 14, 2022
2 parents a72f1bd + 6cef99e commit 1d1888e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<l:header />
<l:side-panel>
<l:tasks>
<l:task icon="images/24x24/up.png" href=".." title="${%Back to List}" />
<l:task icon="images/24x24/search.png" href="${rootURL}/${it.url}" title="${%Status}" />
<l:task icon="icon-up icon-md" href=".." title="${%Back to List}" />
<l:task icon="icon-search icon-md" href="${rootURL}/${it.url}" title="${%Status}" />
<t:actions />
</l:tasks>
<t:executors computers="${h.singletonList(it)}" />
</l:side-panel>
</j:jelly>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@
<td class="setting-help">
<a href="#" class="help-button"
helpURL="${rootURL}/plugin/deployer-framework/help-saveConfig.html">
<img src="${imagesURL}/16x16/help.png"
alt="Help for feature: ${%Use this configuration as the default Deploy Now configuration for this project}"
height="16" width="16"/>
<l:icon class="icon-help icon-sm"
alt="Help for feature: ${%Use this configuration as the default Deploy Now configuration for this project}"/>
</a>
</td>
</tr>
Expand All @@ -73,8 +72,7 @@
<td class="setting-help">
<a href="#" class="help-button"
helpURL="${rootURL}/plugin/deployer-framework/help-oneClickDeploy.html">
<img src="${imagesURL}/16x16/help.png" alt="Help for feature: ${%Enable one-click deployment}"
height="16" width="16"/>
<l:icon class="icon-help icon-sm" alt="Help for feature: ${%Enable one-click deployment}"/>
</a>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</h1>
<l:rightspace>
<a href="deployText">
<img src="${imagesURL}/24x24/document.png" alt="" height="24" width="24" />${%View as plain text}
<l:icon class="icon-document icon-md" /> ${%View as plain text}
</a>
</l:rightspace>
<j:set var="threshold" value="${h.getSystemProperty('hudson.consoleTailKB')?:'150'}" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<l:task icon="${h.getIconFilePath(action)}" title="${action.displayName}"
href="${h.getActionUrl(it.url,action)}">
<j:if test="${action.hasOutput}">
<l:task icon="images/24x24/terminal.png"
<l:task icon="icon-terminal icon-md"
href="${h.getActionUrl(it.url,action)}/deploy" title="${%Output}"/>
</j:if>
</l:task>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@
<td class="setting-help">
<a href="#" class="help-button"
helpURL="${rootURL}/plugin/deployer-framework/help-saveConfig.html">
<img src="${imagesURL}/16x16/help.png"
alt="Help for feature: ${%Use this configuration as the default Deploy Now configuration for this project}"
height="16" width="16"/>
<l:icon class="icon-help icon-sm"
alt="Help for feature: ${%Use this configuration as the default Deploy Now configuration for this project}"/>
</a>
</td>
</tr>
Expand All @@ -64,8 +63,7 @@
<td class="setting-help">
<a href="#" class="help-button"
helpURL="${rootURL}/plugin/deployer-framework/help-oneClickDeploy.html">
<img src="${imagesURL}/16x16/help.png" alt="Help for feature: ${%Enable one-click deployment}"
height="16" width="16"/>
<l:icon class="icon-help icon-sm" alt="Help for feature: ${%Enable one-click deployment}"/>
</a>
</td>
</tr>
Expand Down

0 comments on commit 1d1888e

Please sign in to comment.