java/code/webapp/WEB-INF/includes/advertisements/chat-advertisement.jsp | 2 +- java/code/webapp/WEB-INF/pages/common/fragments/configuration/enablesummary.jspf | 2 +- java/code/webapp/WEB-INF/pages/configuration/files/diff.jsp | 2 +- java/code/webapp/WEB-INF/pages/systems/probes/details.jsp | 2 +- java/code/webapp/WEB-INF/pages/systems/sdc/createcustomdata.jsp | 2 +- java/code/webapp/WEB-INF/pages/systems/sdc/deletecustomdata.jsp | 2 +- java/code/webapp/WEB-INF/pages/systems/sdc/note_delete.jsp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-)
New commits: commit 6d633f80f2684326a1b6fb7a61fa5201d30ce0ae Author: Matej Kollar mkollar@redhat.com Date: Fri Dec 20 13:32:27 2013 +0100
Empty title is confusing
diff --git a/java/code/webapp/WEB-INF/includes/advertisements/chat-advertisement.jsp b/java/code/webapp/WEB-INF/includes/advertisements/chat-advertisement.jsp index 10f038f..4bcd027 100644 --- a/java/code/webapp/WEB-INF/includes/advertisements/chat-advertisement.jsp +++ b/java/code/webapp/WEB-INF/includes/advertisements/chat-advertisement.jsp @@ -1,4 +1,4 @@ <br/> <a href="http://webchat.freenode.net?channels=#spacewalk" target="_blank"> - <rhn:icon type="header-chat" title="" /> + <rhn:icon type="header-chat" /> </a> diff --git a/java/code/webapp/WEB-INF/pages/common/fragments/configuration/enablesummary.jspf b/java/code/webapp/WEB-INF/pages/common/fragments/configuration/enablesummary.jspf index 06c9b12..efe4d7b 100644 --- a/java/code/webapp/WEB-INF/pages/common/fragments/configuration/enablesummary.jspf +++ b/java/code/webapp/WEB-INF/pages/common/fragments/configuration/enablesummary.jspf @@ -17,7 +17,7 @@
<rhn:column header="system.common.systemName" url="/rhn/systems/details/configuration/Overview.do?sid=${current.id}"> - <rhn:icon type="header-system" title="" /> ${current.name} + <rhn:icon type="header-system" /> ${current.name} </rhn:column>
<rhn:column header="summary.jsp.error"> diff --git a/java/code/webapp/WEB-INF/pages/configuration/files/diff.jsp b/java/code/webapp/WEB-INF/pages/configuration/files/diff.jsp index 576f044..b66fd7c 100644 --- a/java/code/webapp/WEB-INF/pages/configuration/files/diff.jsp +++ b/java/code/webapp/WEB-INF/pages/configuration/files/diff.jsp @@ -58,7 +58,7 @@ </span> <span> <a href="/rhn/configuration/file/DownloadDiff.do?cfid=${file.id}&crid=${revision.id}&ocrid=${orevision.id}"> - <rhn:icon type="item-download" title='<bean:message key="diff.jsp.downloadAlt" />' /> + <rhn:icon type="item-download" title="<bean:message key='diff.jsp.downloadAlt' />" /> <bean:message key="diff.jsp.download" /> </a> </span> diff --git a/java/code/webapp/WEB-INF/pages/systems/probes/details.jsp b/java/code/webapp/WEB-INF/pages/systems/probes/details.jsp index 5698a26..5e7473a 100644 --- a/java/code/webapp/WEB-INF/pages/systems/probes/details.jsp +++ b/java/code/webapp/WEB-INF/pages/systems/probes/details.jsp @@ -126,7 +126,7 @@ <c:if test="${requestScope.show_graph}"> <h2><bean:message key="probedetails.jsp.graph"/></h2> <img src="/rhn/systems/details/probes/ProbeGraph.do?${requestScope.l10ned_selected_metrics_string}${requestScope.selected_metrics_string}startts=${requestScope.startts}&endts=${requestScope.endts}&sid=${system.id}&probe_id=${probe.id}"/> - <br><a href="/rhn/systems/details/probes/ProbeGraph.do?lde=1&${requestScope.l10ned_selected_metrics_string}${requestScope.selected_metrics_string}startts=${requestScope.startts}&endts=${requestScope.endts}&sid=${system.id}&probe_id=${probe.id}"><rhn:icon type="item-download-csv" title="" /><bean:message key="listdisplay.csv"/></a> + <br><a href="/rhn/systems/details/probes/ProbeGraph.do?lde=1&${requestScope.l10ned_selected_metrics_string}${requestScope.selected_metrics_string}startts=${requestScope.startts}&endts=${requestScope.endts}&sid=${system.id}&probe_id=${probe.id}"><rhn:icon type="item-download-csv" /><bean:message key="listdisplay.csv"/></a> </c:if> <c:if test="${requestScope.show_log}"> <h2><bean:message key="probedetails.jsp.eventlog"/></h2> diff --git a/java/code/webapp/WEB-INF/pages/systems/sdc/createcustomdata.jsp b/java/code/webapp/WEB-INF/pages/systems/sdc/createcustomdata.jsp index b8fa72d..cb7aceb 100644 --- a/java/code/webapp/WEB-INF/pages/systems/sdc/createcustomdata.jsp +++ b/java/code/webapp/WEB-INF/pages/systems/sdc/createcustomdata.jsp @@ -10,7 +10,7 @@ <%@ include file="/WEB-INF/pages/common/fragments/systems/system-header.jspf" %>
<div class="toolbar-h2"> - <rhn:icon type="header-info" title="" /> + <rhn:icon type="header-info" /> <bean:message key="system.jsp.customkey.updatetitle"/> </div>
diff --git a/java/code/webapp/WEB-INF/pages/systems/sdc/deletecustomdata.jsp b/java/code/webapp/WEB-INF/pages/systems/sdc/deletecustomdata.jsp index c6adb07..5f3c27e 100644 --- a/java/code/webapp/WEB-INF/pages/systems/sdc/deletecustomdata.jsp +++ b/java/code/webapp/WEB-INF/pages/systems/sdc/deletecustomdata.jsp @@ -13,7 +13,7 @@ <%@ include file="/WEB-INF/pages/common/fragments/systems/system-header.jspf" %> <div class="toolbar-h2"> <div class="toolbar"></div> - <rhn:icon type="system-warn" title="" /> + <rhn:icon type="system-warn" /> <bean:message key="system.jsp.customdata.deletetitle"/> </div>
diff --git a/java/code/webapp/WEB-INF/pages/systems/sdc/note_delete.jsp b/java/code/webapp/WEB-INF/pages/systems/sdc/note_delete.jsp index 04652e2..1bc06ff 100644 --- a/java/code/webapp/WEB-INF/pages/systems/sdc/note_delete.jsp +++ b/java/code/webapp/WEB-INF/pages/systems/sdc/note_delete.jsp @@ -7,7 +7,7 @@ <body> <%@ include file="/WEB-INF/pages/common/fragments/systems/system-header.jspf" %> <h2> - <rhn:icon type="header-note" title="" /><bean:message key="sdc.details.notes.delete.header"/> + <rhn:icon type="header-note" /><bean:message key="sdc.details.notes.delete.header"/> </h2> <div class="page-summary"> <p><bean:message key="sdc.details.notes.delete.confirm"/></p>
spacewalk-commits@lists.fedorahosted.org