]> git.mxchange.org Git - addressbook-war.git/commitdiff
no more "Debug:" here, was for testing purposes only
authorRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 11:53:53 +0000 (13:53 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 11:53:53 +0000 (13:53 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

web/WEB-INF/templates/base.tpl
web/WEB-INF/templates/generic/userid_error.tpl

index a7fd00dd007246a1447f85a39804eabc37916703..a8f8d63cfc761c67fe0a2e521c07bf7339ca5c01 100644 (file)
                <div id="footer">
                        <ui:insert name="footer">Default footer</ui:insert>
                </div>
-
-               <div id="debug">
-                       Debug:
-                       <h:messages showDetail="true" showSummary="true" />
-               </div>
        </h:body>
 </html>
index de95f58c97cef28f8c334aedc490445f43a194db..c07d775add8ee317cf15ecf3be96d80d36346b19 100644 (file)
@@ -11,7 +11,7 @@
                </div>
 
                <div class="para">
-                       <h:messages errorClass="errors" fatalClass="fatals" infoClass="infos" warnClass="warnings" />
+                       <h:messages errorClass="errors" fatalClass="fatals" infoClass="infos" warnClass="warnings" showDetail="true" />
                </div>
        </div>
 </ui:composition>