diff options
Diffstat (limited to 'basicConfig/ms-connector/templates')
-rw-r--r-- | basicConfig/ms-connector/templates/error_message.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/basicConfig/ms-connector/templates/error_message.html b/basicConfig/ms-connector/templates/error_message.html index 4389a4ef..11712e2e 100644 --- a/basicConfig/ms-connector/templates/error_message.html +++ b/basicConfig/ms-connector/templates/error_message.html @@ -45,6 +45,10 @@ <b th:text="#{gui.errorpage.msg.transactionId}"> TransactionsId:</b> <span th:text="${T(at.gv.egiz.eaaf.core.impl.utils.TransactionIdUtils).getTransactionId()}"></span>
</p>
+ <p>
+ <b th:text="#{gui.errorpage.msg.timestamp}"> Timestamp:</b> <span th:text="${#calendars.format(#calendars.createNow(),'dd-MM-yyyy HH:mm:ss')}"></span>
+ </p>
+
<p><b th:text="#{gui.errorpage.msg.errormsg}">Msg:</b> <span th:text="${#messages.msgWithParams('__${errorCode}__', '__${errorParams}__')}"></span></p>
</div>
|