diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-11 12:45:34 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-12-11 12:45:34 +0100 |
commit | 7bdb891ffe9e14e86b23a10579c8d97759ba4830 (patch) | |
tree | d97c54cf418fe97e401c1513ff43f47e0d5ea938 /basicConfig/templates/error_message.html | |
parent | 06b089b1898307d68de8eee0d1054d7db84c6cdf (diff) | |
download | National_eIDAS_Gateway-7bdb891ffe9e14e86b23a10579c8d97759ba4830.tar.gz National_eIDAS_Gateway-7bdb891ffe9e14e86b23a10579c8d97759ba4830.tar.bz2 National_eIDAS_Gateway-7bdb891ffe9e14e86b23a10579c8d97759ba4830.zip |
update default configuration again
Diffstat (limited to 'basicConfig/templates/error_message.html')
-rw-r--r-- | basicConfig/templates/error_message.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basicConfig/templates/error_message.html b/basicConfig/templates/error_message.html index 86f9d29d..da423592 100644 --- a/basicConfig/templates/error_message.html +++ b/basicConfig/templates/error_message.html @@ -21,8 +21,8 @@ <div id="alert_area" class="hell" role="application" > <p th:text="#{gui.errorpage.msg.information}">Error Information</p> <br/> - <p><b th:text="#{gui.errorpage.msg.errorcode}">Code :</b> <span th:text="${errorCode}"></span></p> - <p><b th:text="#{gui.errorpage.msg.errormsg}">Msg :</b > <span th:text="${#messages.msgWithParams('__${errorCode}__', '__${errorParams}__')}"></span></p> + <p><b th:text="#{gui.errorpage.msg.errorcode}">Code :</b> <span th:text="${msg.errorCode}"></span></p> + <p><b th:text="#{gui.errorpage.msg.errormsg}">Msg :</b > <span th:text="${#messages.msgWithParams('__${msg.errorCode}__', '__${msg.errorParams}__')}"></span></p> </div> <!-- errorMsg --> </div> |