Author: jcouteau Date: 2012-08-02 13:54:50 +0200 (Thu, 02 Aug 2012) New Revision: 215 Url: http://chorem.org/repositories/revision/chorem/215 Log: Spelling mistakes on dashboards Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp 2012-08-02 10:42:22 UTC (rev 214) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardInvoice.jsp 2012-08-02 11:54:50 UTC (rev 215) @@ -38,7 +38,7 @@ <th>Posted date</th> <th>Expected date</th> <th>Payment date</th> - <th>Attchment</th> + <th>Attachment</th> </tr> </thead> <c:forEach var="q" items="${invoices}"> Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp 2012-08-02 10:42:22 UTC (rev 214) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProfitability.jsp 2012-08-02 11:54:50 UTC (rev 215) @@ -31,7 +31,7 @@ <th>Project</th> <th>Category</th> <th>Description</th> - <th>estimated days</th> + <th>Estimated days</th> <th>Amount</th> <th>working days</th> <th>Hoped price day</th> @@ -39,7 +39,7 @@ <th>Hoped profit</th> <th>Real profit</th> <th>Status</th> - <th>Attchment</th> + <th>Attachment</th> </tr> </thead> <c:forEach var="q" items="${quotations}"> Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp 2012-08-02 10:42:22 UTC (rev 214) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp 2012-08-02 11:54:50 UTC (rev 215) @@ -33,13 +33,13 @@ <th>Description</th> <th>Customer</th> <th>Supplier</th> - <th>estimated days</th> - <th>working days</th> - <th>task opened</th> - <th>task closed</th> + <th>Estimated days</th> + <th>Working days</th> + <th>Task opened</th> + <th>Task closed</th> <th>Amount</th> <th>Status</th> - <th>Attchment</th> + <th>Attachment</th> </tr> </thead> <c:forEach var="q" items="${quotations}"> Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp 2012-08-02 10:42:22 UTC (rev 214) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardQuotation.jsp 2012-08-02 11:54:50 UTC (rev 215) @@ -33,12 +33,12 @@ <th>Description</th> <th>Customer</th> <th>Supplier</th> - <th>estimated days</th> - <th>convsersion hope</th> - <th>hoped price day</th> + <th>Estimated days</th> + <th>Conversion hope</th> + <th>Hoped price day</th> <th>Amount</th> <th>Status</th> - <th>Attchment</th> + <th>Attachment</th> </tr> </thead> <c:forEach var="q" items="${quotations}"> Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp 2012-08-02 10:42:22 UTC (rev 214) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardVacationByEmployee.jsp 2012-08-02 11:54:50 UTC (rev 215) @@ -23,7 +23,7 @@ <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> -<h1>Vacances par employe</h1> +<h1>Vacances par employé</h1> <ul> <c:forEach var="q" items="${vacationByEmployee.keySet()}"> Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp 2012-08-02 10:42:22 UTC (rev 214) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardWorkingProjectDaysByEmployee.jsp 2012-08-02 11:54:50 UTC (rev 215) @@ -23,7 +23,7 @@ <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> -<h1>Jour de travail sur des projets client par employe</h1> +<h1>Jour de travail sur des projets client par employé</h1> <ul> <c:forEach var="q" items="${workingProjectDaysByEmployee.keySet()}">