You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/12/29 08:20:03 UTC

svn commit: r1225455 - /incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp

Author: kwright
Date: Thu Dec 29 07:20:02 2011
New Revision: 1225455

URL: http://svn.apache.org/viewvc?rev=1225455&view=rev
Log:
Fix a problem the tester turned up.  Part of CONNECTORS-339.

Modified:
    incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp

Modified: incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp?rev=1225455&r1=1225454&r2=1225455&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp (original)
+++ incubator/lcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp Thu Dec 29 07:20:02 2011
@@ -208,7 +208,7 @@
 				}
 %>
 			<tr>
-				<td class="description"><nobr><%=Messages.getString(pageContext.getRequest().getLocale(),"viewjob.ScheduledTime")%></nobr></td>
+				<td class="description"><nobr><%=Messages.getString(pageContext.getRequest().getLocale(),"viewjob.ScheduledTimeColon")%></nobr></td>
 				<td class="value" colspan="3">
 <%
 					if (srDayOfWeek == null)
@@ -490,7 +490,7 @@
 				</td>
 			</tr>
 			<tr>
-				<td class="description"><%=Messages.getString(pageContext.getRequest().getLocale(),"viewjob.MaximumRunTime")%></td><td class="value" colspan="3">
+				<td class="description"><%=Messages.getString(pageContext.getRequest().getLocale(),"viewjob.MaximumRunTimeColon")%></td><td class="value" colspan="3">
 <%
 					if (srDuration == null)
 						out.println("No limit");