]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sun, 20 Aug 2017 23:40:05 +0000 (01:40 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 20 Aug 2017 23:41:08 +0000 (01:41 +0200)
- should be without _mini here, later I will rename this all again
- CSS classes and ids should be with dashes, not underscores

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/resources/tags/messages/message_box.tpl

index 893620e26176b7a28da580b6e95d5acad3914060..6eb85ec1314e969a6651ca4d259e70acbbd25e05 100644 (file)
@@ -5,7 +5,7 @@
        xmlns:h="http://xmlns.jcp.org/jsf/html"
        xmlns:f="http://xmlns.jcp.org/jsf/core">
 
-       <h:panelGroup styleClass="message_box_mini" layout="block" rendered="#{rendered}">
+       <h:panelGroup styleClass="message_box" layout="block" rendered="#{rendered}">
                <div class="message_header">
                        <h:outputText value="#{msg.MESSAGE_BOX_TITLE}" />
                </div>