<tag>
<tag-name>outputMessageBox</tag-name>
<description>This tag renders a style-able and customizable message for any kind of messages that the user should see.</description>
- <source>resources/tags/generic/generic/messages/message_box.tpl</source>
+ <source>resources/tags/generic/messages/message_box.tpl</source>
<attribute>
<name>message</name>
<description>The message that should be place into the message box. You may also use EL code here that resolves to a message string.</description>
<tag>
<tag-name>outputMessageBoxMini</tag-name>
<description>This tag renders a style-able and customizable mini message for any kind of messages that the user should see. It is similar to outputMessageBox tag but it renders a smaller box instead.</description>
- <source>resources/tags/generic/generic/messages/message_box_mini.tpl</source>
+ <source>resources/tags/generic/messages/message_box_mini.tpl</source>
<attribute>
<name>message</name>
<description>The message that should be place into the message box. You may also use EL code here that resolves to a message string.</description>