Author: bleny Date: 2013-05-16 17:56:34 +0200 (Thu, 16 May 2013) New Revision: 159 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: add craveMan field in report of magalie users Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/report.jsp Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/report.jsp =================================================================== --- trunk/magalie-web/src/main/webapp/WEB-INF/content/report.jsp 2013-05-16 14:49:16 UTC (rev 158) +++ trunk/magalie-web/src/main/webapp/WEB-INF/content/report.jsp 2013-05-16 15:56:34 UTC (rev 159) @@ -332,8 +332,11 @@ nom </th> <th> - permis ? + niveau de permis </th> + <th> + permis pontier + </th> </tr> </thead> @@ -350,8 +353,11 @@ <s:property value="name" /> </td> <td> - <s:property value="driverLicenseOwner" /> + <s:property value="accreditationLevel" /> </td> + <td> + <s:property value="craneMan" /> + </td> </tr> </s:iterator> </tbody>
participants (1)
-
bleny@users.forge.codelutin.com