Author: bleny Date: 2014-07-30 10:33:35 +0200 (Wed, 30 Jul 2014) New Revision: 2186 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2186 Log: fixes #5561 move observer focus in contact form Modified: branches/wao-4.0.x/wao-web/src/main/webapp/WEB-INF/content/edit-contact-input.jsp Modified: branches/wao-4.0.x/wao-web/src/main/webapp/WEB-INF/content/edit-contact-input.jsp =================================================================== --- branches/wao-4.0.x/wao-web/src/main/webapp/WEB-INF/content/edit-contact-input.jsp 2014-07-29 16:45:18 UTC (rev 2185) +++ branches/wao-4.0.x/wao-web/src/main/webapp/WEB-INF/content/edit-contact-input.jsp 2014-07-30 08:33:35 UTC (rev 2186) @@ -217,7 +217,8 @@ <s:hidden name="contactId" value="%{contactId}"/> - <fieldset> + <%--Do not remove the id (use by contacts page)--%> + <fieldset id="coordinatorOrObserverFocus"> <legend><s:text name="wao.ui.misc.observers"/></legend> <s:select name="updateContactCommand.mainObserverId" @@ -240,8 +241,7 @@ </fieldset> - <%--Do not remove the id (use by contacts page)--%> - <fieldset id="coordinatorOrObserverFocus"> + <fieldset> <legend><s:text name="wao.ui.misc.observationReport"/></legend> <s:textfield name="updateContactCommand.contact.observationBeginDate"