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/02/06 14:09:33 UTC

svn commit: r504123 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/editSchedule.jsp

Author: evenisse
Date: Tue Feb  6 05:09:32 2007
New Revision: 504123

URL: http://svn.apache.org/viewvc?view=rev&rev=504123
Log:
[CONTINUUM-1150] Bigger field for recording cron values
Submitted by: Olivier Lamy

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

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/editSchedule.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/editSchedule.jsp?view=diff&rev=504123&r1=504122&r2=504123
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/editSchedule.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/editSchedule.jsp Tue Feb  6 05:09:32 2007
@@ -52,12 +52,12 @@
               <th><ww:label theme="simple" value="%{getText('schedule.cronExpression.label')}:"/></th>
               <td>
                 <table>
-                  <ww:textfield label="%{getText('schedule.second.label')}" name="second" size="2"/>
-                  <ww:textfield label="%{getText('schedule.minute.label')}" name="minute" size="2"/>
-                  <ww:textfield label="%{getText('schedule.hour.label')}" name="hour"  size="2"/>
-                  <ww:textfield label="%{getText('schedule.dayOfMonth.label')}" name="dayOfMonth"  size="2"/>
-                  <ww:textfield label="%{getText('schedule.month.label')}" name="month"  size="2"/>
-                  <ww:textfield label="%{getText('schedule.dayOfWeek.label')}" name="dayOfWeek"  size="2"/>
+                  <ww:textfield label="%{getText('schedule.second.label')}" name="second" size="10"/>
+                  <ww:textfield label="%{getText('schedule.minute.label')}" name="minute" size="10"/>
+                  <ww:textfield label="%{getText('schedule.hour.label')}" name="hour" size="10"/>
+                  <ww:textfield label="%{getText('schedule.dayOfMonth.label')}" name="dayOfMonth" size="10"/>
+                  <ww:textfield label="%{getText('schedule.month.label')}" name="month" size="10"/>
+                  <ww:textfield label="%{getText('schedule.dayOfWeek.label')}" name="dayOfWeek" size="10"/>
                   <ww:textfield label="%{getText('schedule.year.label')}" name="year"  size="4">
                     <ww:param name="desc"><p><ww:text name="schedule.cronExpression.message"/></p></ww:param>
                   </ww:textfield>