Author: tchemit Date: 2012-03-16 09:08:32 +0100 (Fri, 16 Mar 2012) New Revision: 363 Url: http://forge.codelutin.com/repositories/revision/echobase/363 Log: Change create mission buton place Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/selectImportType.jsp Modified: trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/selectImportType.jsp =================================================================== --- trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/selectImportType.jsp 2012-03-15 11:37:29 UTC (rev 362) +++ trunk/echobase-ui/src/main/webapp/WEB-INF/jsp/importData/selectImportType.jsp 2012-03-16 08:08:32 UTC (rev 363) @@ -30,8 +30,9 @@ function updateMode(newValue) { // change the action target - $('#selectImportType_configure').attr('name', - 'action:configure-' + newValue + '!input'); + $('#selectImportType_configure').attr( + 'name', + 'action:configure-' + newValue + '!input'); } jQuery(document).ready(function () { @@ -45,6 +46,8 @@ <s:form namespace="/importData" method="GET"> + <s:submit action="createMission" key='echobase.action.createNewMission' + method="input"/> <fieldset> <legend> <s:text name="echobase.legend.importData.configuration.selectImportType"/> @@ -52,19 +55,8 @@ <s:radio key='mode' list="modes" cssClass="cleanBoth" label='%{getText("echobase.common.importDataMode")}' required="true" template="myradiomap"/> - </fieldset> - <ul class="toolbar floatRight"> - <li> - <s:submit action="createMission" key='echobase.action.createNewMission' - method="input" theme="simple"/> - </li> - <li> - <s:submit action="selectImportType" key='echobase.action.configureImport' - theme="simple"/> - </li> - </ul> - - + <s:submit action="selectImportType" key='echobase.action.configureImport' + align="right"/> </s:form> \ No newline at end of file