Author: jcouteau Date: 2014-10-17 17:50:50 +0200 (Fri, 17 Oct 2014) New Revision: 439 Url: http://forge.chorem.org/projects/chorem/repository/revisions/439 Log: Fix sales reports menu Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp 2014-10-17 15:43:57 UTC (rev 438) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/salesReports/menu.jsp 2014-10-17 15:50:50 UTC (rev 439) @@ -20,10 +20,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #L% --%> + +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + <ul class="list-group"> - <li class="list-group-item"><a href="sales"><i class="icon-chevron-right"></i> Ventes</a></li> - <li class="list-group-item"><a href="salesPerAccount"><i class="icon-chevron-right"></i> Ventes par client</a></li> - <li class="list-group-item"><a href="salesPerProject"><i class="icon-chevron-right"></i> Ventes par projet</a></li> - <li class="list-group-item"><a href="sentQuotation"><i class="icon-chevron-right"></i> Devis envoy�s</a></li> - <li class="list-group-item"><a href="acceptedQuotation"><i class="icon-chevron-right"></i> Devis accept�s</a></li> + <li class="list-group-item"><a href="<c:url value="/sales/report/sales"/>"><i class="icon-chevron-right"></i> Ventes</a></li> + <li class="list-group-item"><a href="<c:url value="/sales/report/salesPerAccount"/>"><i class="icon-chevron-right"></i> Ventes par client</a></li> + <li class="list-group-item"><a href="<c:url value="/sales/report/salesPerProject"/>"><i class="icon-chevron-right"></i> Ventes par projet</a></li> + <li class="list-group-item"><a href="<c:url value="/sales/report/sentQuotation"/>"><i class="icon-chevron-right"></i> Devis envoyés</a></li> + <li class="list-group-item"><a href="<c:url value="/sales/report/acceptedQuotation"/>"><i class="icon-chevron-right"></i> Devis acceptés</a></li> </ul> \ No newline at end of file