Commit ab400bf1 by Tuomas Riihimäki

Whoops.

1 parent 68deeb02
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
<f:selectItems value="#{eventorgView.event.organiser.events}" var="e" itemLabel="#{e.name}" /> <f:selectItems value="#{eventorgView.event.organiser.events}" var="e" itemLabel="#{e.name}" />
</p:selectOneMenu> </p:selectOneMenu>
<h:commandButton action="#{eventorgView.copySiteContent}" value="#{i18n['event.copySiteContent']}/> <h:commandButton action="#{eventorgView.copySiteContent}" value="#{i18n['event.copySiteContent']}" />
</h:form> </h:form>
</p:fieldset> </p:fieldset>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!