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 2007/01/12 14:42:41 UTC

svn commit: r495569 - in /maven/continuum/trunk/continuum-webapp/src/main: resources/localization/Continuum.properties webapp/WEB-INF/jsp/schedules.jsp

Author: evenisse
Date: Fri Jan 12 05:42:40 2007
New Revision: 495569

URL: http://svn.apache.org/viewvc?view=rev&rev=495569
Log:
Allow the user to show if a schedule is active in the schedules summary instead of open each sheduler

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties
    maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/schedules.jsp

Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties?view=diff&rev=495569&r1=495568&r2=495569
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties Fri Jan 12 05:42:40 2007
@@ -454,6 +454,7 @@
 schedules.table.description = Description
 schedules.table.delay = Quiet Period
 schedules.table.cronExpression = Cron Expression
+schedules.table.active = Active
 schedules.table.maxJobExecutionTime = Max Job Time
 schedules.confirmation.message = Are you sure you want to delete the schedule "{0}"?
 

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=495569&r1=495568&r2=495569
==============================================================================
--- 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 Fri Jan 12 05:42:40 2007
@@ -42,6 +42,7 @@
             <ec:column property="delay" title="schedules.table.delay"/>
             <ec:column property="cronExpression" title="schedules.table.cronExpression"/>
             <ec:column property="maxJobExecutionTime" title="schedules.table.maxJobExecutionTime"/>
+            <ec:column property="active" title="schedules.table.active"/>
             <ec:column property="editActions" title="&nbsp;" width="1%">
                 <ww:url id="editScheduleUrl" action="schedule">
                   <ww:param name="id" value="${pageScope.schedule.id}"/>