Author: bleny Date: 2013-05-16 14:37:12 +0200 (Thu, 16 May 2013) New Revision: 157 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: on fulfil kanban, put focus on articleBarcode Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/fulfil-kanban-input.jsp Modified: trunk/magalie-web/src/main/webapp/WEB-INF/content/fulfil-kanban-input.jsp =================================================================== --- trunk/magalie-web/src/main/webapp/WEB-INF/content/fulfil-kanban-input.jsp 2013-05-16 10:05:24 UTC (rev 156) +++ trunk/magalie-web/src/main/webapp/WEB-INF/content/fulfil-kanban-input.jsp 2013-05-16 12:37:12 UTC (rev 157) @@ -25,6 +25,11 @@ <head> <title>Traitement des kanbans</title> + <script type="text/javascript"> + $(document).ready(function () { + $("#fulfil-kanban_articleBarcode").focus(); + }); + </script> </head> <s:url namespace="/" action="choose-activity" id="chooseActivityUrl"/>