java/code/webapp/WEB-INF/pages/common/fragments/systems/system-header.jspf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9f41af6a4d50fd53d13425efd52923a2a4ac58e7 Author: Tomas Kasparek tkasparek@redhat.com Date: Wed Dec 4 09:15:49 2013 +0100
bootstrap tuning: provide alt value for toolbar icons
adressing: [TP-Processor1] ERROR com.redhat.rhn.common.localization.LocalizationService - *** ERROR: Message with id: [null] not found.*** called by com.redhat.rhn.frontend.taglibs.ToolbarTag.renderActionLink(ToolbarTag.java:660)
diff --git a/java/code/webapp/WEB-INF/pages/common/fragments/systems/system-header.jspf b/java/code/webapp/WEB-INF/pages/common/fragments/systems/system-header.jspf index 38d5c43..a4342f7 100644 --- a/java/code/webapp/WEB-INF/pages/common/fragments/systems/system-header.jspf +++ b/java/code/webapp/WEB-INF/pages/common/fragments/systems/system-header.jspf @@ -34,7 +34,7 @@ </c:choose>
<rhn:toolbar base="h1" - icon="${systemIcon}" miscUrl="${actionLink}" miscIcon="${actionIcon}" miscText="${actionMessage}" + icon="${systemIcon}" miscUrl="${actionLink}" miscIcon="${actionIcon}" miscText="${actionMessage}" miscAlt="${actionMessage}" miscAcl="system_has_management_entitlement()" helpUrl="/rhn/help/reference/en-US/s1-sm-systems.jsp#s3-sm-system-details" deletionUrl="/rhn/systems/details/DeleteConfirm.do?sid=${system.id}"
spacewalk-commits@lists.fedorahosted.org