You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2009/04/08 18:55:14 UTC

svn commit: r763312 - in /continuum/branches/continuum-1.3.x/continuum-webapp/src/main: resources/localization/Continuum.properties webapp/WEB-INF/jsp/confirmScheduleRemoval.jsp

Author: wsmoak
Date: Wed Apr  8 16:55:13 2009
New Revision: 763312

URL: http://svn.apache.org/viewvc?rev=763312&view=rev
Log:
[CONTINUUM-2145] Fix title and text when deleting a schedule
Submitted by: Jose Morales Martinez

Modified:
    continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/localization/Continuum.properties
    continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/confirmScheduleRemoval.jsp

Modified: continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/localization/Continuum.properties
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/localization/Continuum.properties?rev=763312&r1=763311&r2=763312&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/localization/Continuum.properties (original)
+++ continuum/branches/continuum-1.3.x/continuum-webapp/src/main/resources/localization/Continuum.properties Wed Apr  8 16:55:13 2009
@@ -605,7 +605,6 @@
 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}"?
 
 # ----------------------------------------------------------------------
 # Page: Add/EditSchedule
@@ -643,6 +642,13 @@
 schedule.name.already.exists = A Schedule with the same name already exists
 
 # ----------------------------------------------------------------------
+# Page: Delete Schedule
+# ----------------------------------------------------------------------
+deleteSchedule.page.title = Continuum - Delete Schedule
+deleteSchedule.section.title = Delete Schedule
+schedules.confirmation.message = Are you sure you want to delete the schedule "{0}"?
+
+# ----------------------------------------------------------------------
 # Page: SurefireReport
 # ----------------------------------------------------------------------
 surefireReport.page.title = Continuum - Surefire Report

Modified: continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/confirmScheduleRemoval.jsp
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/confirmScheduleRemoval.jsp?rev=763312&r1=763311&r2=763312&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/confirmScheduleRemoval.jsp (original)
+++ continuum/branches/continuum-1.3.x/continuum-webapp/src/main/webapp/WEB-INF/jsp/confirmScheduleRemoval.jsp Wed Apr  8 16:55:13 2009
@@ -22,11 +22,11 @@
 <html>
   <s:i18n name="localization.Continuum">
     <head>
-        <title>Schedule Removal</title>
+        <title><s:text name="deleteSchedule.page.title"/></title>
     </head>
     <body>
       <div id="axial" class="h3">
-        <h3>Schedule Removal</h3>
+        <h3><s:text name="deleteSchedule.section.title"/></h3>
         <div class="axial">
         <s:form action="removeSchedule" method="post">
           <s:hidden name="id"/>