r3718 - trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll
Author: tchemit Date: 2012-10-01 12:52:00 +0200 (Mon, 01 Oct 2012) New Revision: 3718 Url: http://chorem.org/repositories/revision/pollen/3718 Log: fixes #818: Remove export poll feature (for the moment) Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/summary.jsp Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/summary.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/summary.jsp 2012-10-01 05:56:15 UTC (rev 3717) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/summary.jsp 2012-10-01 10:52:00 UTC (rev 3718) @@ -165,14 +165,14 @@ </div> <%--Export--%> -<div class="ui-widget-content-blue ui-corner-all"> +<%--div class="ui-widget-content-blue ui-corner-all"> <img src="<s:url value='/img/export.png'/>" class="imgAction" alt="<s:text name='pollen.action.exportPoll.help'/>" title="<s:text name='pollen.action.exportPoll.help'/>"/> <s:a href="%{exportUrl}"> <strong><s:text name='pollen.label.pollExportPage'/></strong> </s:a> -</div> +</div--%> <%--Clone--%> <div class="ui-widget-content-blue ui-corner-all">
participants (1)
-
tchemit@users.chorem.org