Author: tchemit Date: 2012-09-04 18:17:33 +0200 (Tue, 04 Sep 2012) New Revision: 3675 Url: http://chorem.org/repositories/revision/pollen/3675 Log: fixes #802: Cannot delete my vote (does not work if poll can not have comments) Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 2012-09-04 16:00:18 UTC (rev 3674) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 2012-09-04 16:17:33 UTC (rev 3675) @@ -462,9 +462,9 @@ </div> - <sj:dialog id="confirmDialog" resizable="false" autoOpen="false" - modal="true" - width="800"/> </div> </s:if> </s:if> + +<sj:dialog id="confirmDialog" resizable="false" autoOpen="false" + modal="true" width="800"/> \ No newline at end of file