Commit eadce3f4 by Tuukka Kivilahti

minor changes

1 parent 23ab20ec
......@@ -7,8 +7,7 @@
<h:body>
<ui:composition template="#{sessionHandler.template}">
<f:metadata>
<f:viewParam name="lecturegroupid" value="#{lectureView.lectureGroupId}"/>
<f:event type="preRenderView" listener="#{lectureUserView.initView()}"/>
</f:metadata>
<ui:define rendered="#{lectureUserView.lectureGroupsVisible}" name="title">
......@@ -19,10 +18,10 @@
<h:form id="etickets">
<br /><br />
<p:commandButton value="Print" type="button" icon="ui-icon-print" style="display:block;margin-bottom: 20px">
<p:printer target="eticketpanel"/>
</p:commandButton><br/><br/>
</p:commandButton>&lt;--Tarvitaanko?<br/>
<p:commandButton icon="ui-icon-mail-closed" value="Send as email (TODO)"/><br/><br/><br/>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!