Commit 21870786 by Antti Tönkyrä

createtemplate deving

1 parent eb860c94
......@@ -94,14 +94,15 @@
</f:facet>
</p:cellEditor>
</p:column>
<p:column headerText="Options" style="width:50px">
<p:column headerText="#{i18n['foodwavetemplate.edit']}" style="width:50px">
<p:rowEditor />
</p:column>
<p:column headerText="#{i18n['foodwavetemplate.actions']}" style="width:20px;">
<p:rowEditor />
<p:commandButton value="#{i18n['foodwavetemplate.removeFromList']}" action="#{foodWaveView.removeProductFromList(product)}" update="productTable" />
</p:column>
</p:dataTable>
<h:commandButton action="#{foodWaveView.saveTemplate()}" value="#{i18n['foodwavetemplate.savetemplate']}" />
</p:tab>
</p:wizard>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!