You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/12/18 17:36:13 UTC

svn commit: r488327 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectGroupNotifierSummaryComponent.jsp

Author: evenisse
Date: Mon Dec 18 08:36:12 2006
New Revision: 488327

URL: http://svn.apache.org/viewvc?view=rev&rev=488327
Log:
Remove unneeded columns titles

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectGroupNotifierSummaryComponent.jsp

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectGroupNotifierSummaryComponent.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectGroupNotifierSummaryComponent.jsp?view=diff&rev=488327&r1=488326&r2=488327
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectGroupNotifierSummaryComponent.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/projectGroupNotifierSummaryComponent.jsp Mon Dec 18 08:36:12 2006
@@ -19,7 +19,7 @@
       <ec:column property="recipient" title="projectView.notifier.recipient"/>
       <ec:column property="events" title="projectView.notifier.events"/>
       <ec:column property="sender" title="projectView.notifier.from"/>
-      <ec:column property="editActions" title="Edit">
+      <ec:column property="editActions" title="&nbsp;">
         <ww:if test="${pageScope.projectGroupNotifierSummary.from == 'PROJECT'}">
           <img src="<ww:url value='/images/edit_disabled.gif'/>" alt="Edit" title="Edit" border="0">
         </ww:if>
@@ -39,7 +39,7 @@
           </pss:elseAuthorized>
         </ww:else>
       </ec:column>    
-      <ec:column property="deleteActions" title="Remove">
+      <ec:column property="deleteActions" title="&nbsp;">
         <ww:if test="${pageScope.projectGroupNotifierSummary.from == 'PROJECT'}">
           <img src="<ww:url value='/images/delete_disabled.gif'/>" alt="Edit" title="Edit" border="0">
         </ww:if>