Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-66708] Prepare removal of sunset icons from core #146

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/main/resources/lib/configfiles/configfiles.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ THE SOFTWARE.
<tr valign="center" style="border-top: thin inset darkgray">
<td width="32">
<a href="editConfig?id=${t.id}">
<img width="16" height="16" title="${%edit script} ${t.name}"
src="${imagesURL}/16x16/document_edit.gif"/>
<l:icon title="${%edit script} ${t.name}"
class="icon-notepad icon-md"/>
</a>
<j:out value=" "/>
<l:confirmationLink href="removeConfig?id=${t.id}" post="true" message="Sure you want to delete [${t.name}]?">
<img width="16" height="16" title="${%remove script} ${t.name}"
src="${imagesURL}/16x16/edit-delete.gif"/>
<l:icon title="${%remove script} ${t.name}"
class="icon-edit-delete icon-md"/>
</l:confirmationLink>
</td>
<td>
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/lib/configfiles/providerlist.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ THE SOFTWARE.
<tr valign="center" style="border-top: thin inset darkgray">
<td width="32">
<a href="editConfig?id=${t.id}">
<img width="16" height="16" title="${%edit script} ${t.name}"
src="${imagesURL}/16x16/document_edit.gif" />
<l:icon title="${%edit script} ${t.name}"
class="icon-notepad icon-xlg" />
</a>
<j:out value=" " />
<l:confirmationLink href="removeConfig?id=${t.id}" post="true" message="Sure you want to delete [${t.name}]?">
<img width="16" height="16" title="${%remove script} ${t.name}"
src="${imagesURL}/16x16/edit-delete.gif" />
<l:icon title="${%remove script} ${t.name}"
class="icon-edit-delete icon-md" />
</l:confirmationLink>
</td>
<td >
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/lib/configfiles/sitepanel.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ THE SOFTWARE.
<l:header />
<l:side-panel>
<l:tasks>
<l:task icon="images/24x24/setting.gif" href="${rootURL}/manage" title="${%Manage Jenkins}" />
<l:task icon="images/24x24/next.gif" href="configfiles" title="${%Config Files}" />
<l:task icon="images/24x24/new-package.gif" href="selectProvider" title="${%Add a new Config}" />
<l:task icon="icon-gear2 icon-md" href="${rootURL}/manage" title="${%Manage Jenkins}" />
<l:task icon="icon-next icon-md" href="configfiles" title="${%Config Files}" />
<l:task icon="icon-new-package icon-md" href="selectProvider" title="${%Add a new Config}" />
</l:tasks>
</l:side-panel>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THE SOFTWARE.

<l:main-panel>
<h1>
<img src="${it.getIconUrl(rootURL)}" alt="" />
<img src="${it.getIconUrl(rootURL)}" height="48px" width="48px" alt="" />
<j:out value=" " />
${%Config File Management}
</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ THE SOFTWARE.

<l:main-panel>
<h1>
<img width="48" height="48" src="${imagesURL}/16x16/document_edit.gif" />
<l:icon class="icon-notepad icon-xlg" />
<img width="16" height="16" src="${imagesURL}/16x16/empty.gif" />
${%Edit Configuration File}
</h1>
Expand Down Expand Up @@ -64,4 +64,4 @@ THE SOFTWARE.
});
</script>
</j:if>
</j:jelly>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ THE SOFTWARE.

<l:main-panel>
<h1>
<img width="48" height="48" src="${imagesURL}/16x16/document_edit.gif" />
<l:icon class="icon-notepad icon-xlg" />
<img width="16" height="16" src="${imagesURL}/16x16/empty.gif" />
<j:out value="${%filetype}" />
</h1>
Expand All @@ -41,4 +41,4 @@ THE SOFTWARE.

</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>
Binary file removed src/main/webapp/images/mvn_s.png
Binary file not shown.
80 changes: 0 additions & 80 deletions src/main/webapp/images/mvn_s.svg

This file was deleted.