]> git.mxchange.org Git - addressbook-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sun, 20 Aug 2017 21:06:30 +0000 (23:06 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 20 Aug 2017 21:15:31 +0000 (23:15 +0200)
- common mistake: double-path copy-pasted! ;-)

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/generic.jsf.taglib.xml

index 68ac2a698ab0bfc38c2be905d6935842992a3575..43da984aab0419adeee854387b2d2d5ef593a231 100644 (file)
@@ -23,7 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
        <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>
@@ -40,7 +40,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
        <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>