Author: tchemit Date: 2012-08-13 16:07:20 +0200 (Mon, 13 Aug 2012) New Revision: 3609 Url: http://chorem.org/repositories/revision/pollen/3609 Log: fixes #763: Remove close action from edit poll form page + no more usage of uriId instead of pollUri Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/pollForm.jsp Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/pollForm.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/pollForm.jsp 2012-08-13 14:05:59 UTC (rev 3608) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/pollForm.jsp 2012-08-13 14:07:20 UTC (rev 3609) @@ -318,15 +318,10 @@ <br/> <s:if test="edit"> - <s:submit action="edit/%{uriId}" value="%{actionLabel}" align="center"/> - <div align="center" style="margin-top: 10px"> - <button onclick="return confirmClose();"> - <s:text name="pollen.action.close"/> - </button> - </div> + <s:submit action="edit/%{pollUri}" value="%{actionLabel}" align="center"/> </s:if> <s:elseif test="clone"> - <s:submit action="clone/%{uriId}" value="%{actionLabel}" align="center"/> + <s:submit action="clone/%{pollUri}" value="%{actionLabel}" align="center"/> </s:elseif> <s:else> <s:submit action="create" value="%{actionLabel}" align="center"/>