Skip to content

Commit

Permalink
style: Exchange icon and allow overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Dec 12, 2021
1 parent 797eb56 commit 6bca63e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 96 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/lib/configfiles/configfiles.jelly
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
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
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>
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
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>
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.

0 comments on commit 6bca63e

Please sign in to comment.