From: <rp...@hy...> - 2008-04-11 02:40:53
|
Author: rpack Date: 2008-04-10 19:40:48 -0700 (Thu, 10 Apr 2008) New Revision: 8845 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=8845 Modified: trunk/web/common/components/TabHeader.jsp Log: updated the portlet icons Modified: trunk/web/common/components/TabHeader.jsp =================================================================== --- trunk/web/common/components/TabHeader.jsp 2008-04-11 02:39:40 UTC (rev 8844) +++ trunk/web/common/components/TabHeader.jsp 2008-04-11 02:40:48 UTC (rev 8845) @@ -120,10 +120,10 @@ <td class="BlockTitle" align="right"> <c:choose> <c:when test="${not empty adminToken}"> - <html:link page="${adminUrl}" paramId="token" paramName="adminToken"><html:img page="/images/dash-icon_edit.gif" width="16" height="16" border="0"/></html:link></t + <html:link page="${adminUrl}" paramId="token" paramName="adminToken"><html:img page="/images/4.0/icons/properties.png" width="16" height="16" border="0"/></html:link></t </c:when> <c:otherwise> - <html:link page="${adminUrl}"><html:img page="/images/dash-icon_edit.gif" width="16" height="16" border="0"/></html:link> + <html:link page="${adminUrl}"><html:img page="/images/4.0/icons/properties.png" width="16" height="16" border="0"/></html:link> </c:otherwise> </c:choose> </td> @@ -133,7 +133,7 @@ <c:choose> <c:when test='${enableDelete eq "true"}'> <a href="javascript:removePortlet(<c:out value="'${portletName}', '${title}'" escapeXml="false"/>)"> - <html:img page="/images/dash-icon_delete.gif" width="16" height="16" border="0"/> + <html:img page="/images/4.0/icons/cross.png" width="16" height="16" border="0"/> </a> </c:when> <c:otherwise> @@ -147,7 +147,7 @@ </c:if> <c:if test="${not empty cancelAdvanced}"> <td class="BlockTitle" align="right"> - <a href="javascript:cancelAdvanced()"><html:img page="/images/dash-icon_delete.gif" border="0"/></a> + <a href="javascript:cancelAdvanced()"><html:img page="/images/4.0/icons/cross.png" border="0"/></a> </td> </c:if> </tr> |