Commit 83135a9b by Tuukka Kivilahti

width fix

1 parent 61f29bdd
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<p:columnGroup type="footer"> <p:columnGroup type="footer">
<p:row> <p:row>
<p:column style="text-align: right;" <p:column style="text-align: right;"
colspan="#{productShopView.hasLimits?5:4}" colspan="#{productShopView.hasLimits?6:5}"
footerText="#{i18n['productshop.total']}" /> footerText="#{i18n['productshop.total']}" />
<p:column> <p:column>
<f:facet name="footer"> <f:facet name="footer">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!