]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates/basket/total_sum.tpl
removed recruiter stuff + re-added missing strings
[pizzaservice-war.git] / web / WEB-INF / templates / basket / total_sum.tpl
index 4cee8b902c840a970af36f488ede481335b5bce8..3b6d11f7f38e05ce7b969e780ec147f8b97323a3 100644 (file)
        <ui:fragment rendered="#{basketController.hasItems()}">
                <div class="totals_container">
                        #{msg.TOTAL_ORDER_PRICE}
-                       <h:outputText class="price" id="total_sum" value="#{basketController.calculateTotalPrice()}">
+                       <h:outputText styleClass="price" id="total_sum" value="#{basketController.calculateTotalPrice()}">
                                <f:convertNumber type="currency" minFractionDigits="2" maxFractionDigits="2" locale="de_DE" />
                        </h:outputText>
                </div>
        </ui:fragment>
 
-       <h:outputText class="empty_basket" value="#{msg.NO_ITEMS_ADDED_TO_BASKET}" rendered="#{basketController.isEmpty()}" />
+       <h:outputText styleClass="empty_basket" value="#{msg.NO_ITEMS_ADDED_TO_BASKET}" rendered="#{basketController.isEmpty()}" />
 </ui:composition>