Author: bpoussin Date: 2012-06-29 00:08:16 +0200 (Fri, 29 Jun 2012) New Revision: 196 Url: http://chorem.org/repositories/revision/chorem/196 Log: modif type to category Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp 2012-06-26 16:08:21 UTC (rev 195) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/dashboardProject.jsp 2012-06-28 22:08:16 UTC (rev 196) @@ -29,7 +29,7 @@ <thead> <tr> <th>Project</th> - <th>Type</th> + <th>Category</th> <th>Description</th> <th>Customer</th> <th>Supplier</th> @@ -46,7 +46,7 @@ <tbody> <tr> <td><a href="<c:url value="/wikitty/Project/view/${q.project}"/>">${q.getProject(false).getName()}</a></td> - <td>${q.type}</td> + <td><a href="<c:url value="/wikitty/Category/view/${q.category}"/>">${q.getCategory(false)}</a></td> <td><a href="<c:url value="/wikitty/Quotation/view/${q.wikittyId}"/>">${q.description}</a></td> <td><a href="<c:url value="/wikitty/Employee/view/${q.customer}"/>">${q.getCustomer(false)}</a></td> <td><a href="<c:url value="/wikitty/Employee/view/${q.supplier}"/>">${q.getSupplier(false)}</a></td>
participants (1)
-
bpoussin@users.chorem.org