- 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>
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>