Incorporated proper icons from Linton

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5945 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2007-06-13 22:21:22 +00:00
parent 64204f6cde
commit 79393b50ba
10 changed files with 3 additions and 3 deletions

View File

@@ -249,7 +249,7 @@
<dialog name="runLinkValidation" page="/jsp/wcm/run-link-validation.jsp"
managed-bean="LinkValidationRunDialog"
icon="/images/icons/run_link_validation_large.gif"
icon="/images/icons/link_validation_report_large.gif"
title-id="run_link_validaton_title"
description-id="run_link_validaton_desc" show-ok-button="false" />

View File

@@ -109,14 +109,14 @@ public class UILinkValidationSummary extends AbstractLinkValidationReportCompone
out.write(initialCheckSummary);
out.write("</div><div style='margin-bottom: 14px;'><img src='");
out.write(context.getExternalContext().getRequestContextPath());
out.write("/images/icons/warning.gif'' style='vertical-align: -4px; padding-right: 4px;'/>");
out.write("/images/icons/broken_link.gif'' style='vertical-align: -4px; padding-right: 4px;'/>");
out.write(initialBrokenSummary);
out.write("</div></td></tr>");
out.write("<tr><td class='linkValidationReportSubTitle'>");
out.write(bundle.getString("current_status"));
out.write(":</td><td><div><img src='");
out.write(context.getExternalContext().getRequestContextPath());
out.write("/images/icons/warning.gif' style='vertical-align: -4px; padding-right: 4px;' >");
out.write("/images/icons/broken_link.gif' style='vertical-align: -4px; padding-right: 4px;' >");
out.write(stillBroken);
out.write("<img src='");
out.write(context.getExternalContext().getRequestContextPath());

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 967 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 582 B

After

Width:  |  Height:  |  Size: 238 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 250 B