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

Adapt icon path removal from core #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<j:set var="ownersMailToLink" value="${layoutFormatter.formatContactOwnersLink(item,helper)}"/>
<j:if test="${ownersMailToLink != null}">
<td>
<img src="${imagesURL}/24x24/user.png"/>
<l:icon class="icon-user icon-md"/>
<a href="${ownersMailToLink}">${%ownersMailToLink.text(itemType)}</a>
</td>
</j:if>
Expand All @@ -92,7 +92,7 @@
<j:set var="adminsMailToLink" value="${layoutFormatter.formatContactAdminsLink(item,helper)}"/>
<j:if test="${adminsMailToLink != null}">
<td>
<img src="${imagesURL}/24x24/setting.png"/>
<l:icon class="icon-setting icon-md"/>
<a href="${adminsMailToLink}">${%adminsMailToLink.text}</a>
</td>
</j:if>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<st:include it="${it.describedItem}" page="sidepanel.jelly"/>
<l:main-panel>
<h1>
<img src="${imagesURL}/48x48/fingerprint.gif"/>
<l:icon class="icon-fingerprint icon-xlg"/>
${%Manage item-specific access rights}
</h1>
<f:form method="post" name="config" action="projectSpecificSecuritySubmit">
Expand All @@ -54,4 +54,4 @@
</f:form>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<l:main-panel>
<f:form method="post" name="config" action="ownersSubmit">
<h1>
<img src="${imagesURL}/48x48/user.gif"/>
<l:icon class="icon-user icon-xlg"/>
${%Manage Owners}
</h1>
<p style="color:red"><b>Warning! You may lose access rights to this page if you change ownership</b></p>
Expand All @@ -48,4 +48,4 @@
</f:form>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<st:include it="${app}" page="sidepanel.jelly"/>
<l:main-panel>
<h1>
<img src="${imagesURL}/48x48/fingerprint.gif" alt="${%Configure node-specific access rights}" />
<l:icon class="icon-fingerprint icon-xlg" alt="${%Configure node-specific access rights}" />
${%Configure node-specific access rights}
</h1>
<p style="color:red">
Expand All @@ -37,4 +37,4 @@

</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<l:main-panel>
<f:form method="post" name="config" action="ownersSubmit">
<h1>
<img src="${imagesURL}/48x48/user.gif" alt="${%Manage owners}" />
<l:icon class="icon-user icon-xlg" alt="${%Manage owners}" />
${%Manage Owners}
</h1>
<p style="color:red"><b>Warning! You may lose access rights to this page if you change ownership</b></p>
Expand All @@ -48,4 +48,4 @@
</f:form>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<l:main-panel>
<f:form method="post" name="config" action="ownersSubmit">
<h1>
<img src="${imagesURL}/48x48/user.gif"/>
<l:icon class="icon-user icon-xlg"/>
${%Manage Owners}
</h1>
<p style="color:red"><b>Warning! You may lose access rights to this page if you change ownership</b></p>
Expand All @@ -48,4 +48,4 @@
</f:form>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>