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/19 11:12:53 UTC

svn commit: r488611 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/schedules.jsp

Author: evenisse
Date: Tue Dec 19 02:12:52 2006
New Revision: 488611

URL: http://svn.apache.org/viewvc?view=rev&rev=488611
Log:
[CONTINUUM-1071] Replace text links by icons
Submitted by: Napoleon Ramirez

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

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/schedules.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/schedules.jsp?view=diff&rev=488611&r1=488610&r2=488611
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/schedules.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/schedules.jsp Tue Dec 19 02:12:52 2006
@@ -31,9 +31,9 @@
                   <ww:param name="id" value="${pageScope.schedule.id}"/>
                   <ww:param name="name" value="%{'${pageScope.schedule.name}'}"/>                  
                 </ww:url>
-                <ww:a href="%{editScheduleUrl}">Edit</ww:a>
+                <ww:a href="%{editScheduleUrl}"><img src="<ww:url value='/images/edit.gif'/>" alt="<ww:text name='edit'/>" title="<ww:text name='edit'/>" border="0" /></ww:a>
                 &nbsp;
-                <ww:a href="%{removeScheduleUrl}">Delete</ww:a>
+                <ww:a href="%{removeScheduleUrl}"><img src="<ww:url value='/images/delete.gif'/>" alt="<ww:text name='delete'/>" title="<ww:text name='delete'/>" border="0"></ww:a>
             </ec:column>
           </ec:row>
         </ec:table>