This commit is contained in:
2020-06-16 23:42:19 +00:00
parent ae8f88ce32
commit f73d7bee40
3 changed files with 25 additions and 10 deletions

View File

@@ -119,13 +119,15 @@ export default {
displayLTModalNotificationMessage(
tKeyText,
tKeyTitle = undefined,
ttype = "info"
ttype = "info",
tHelpUrl = undefined
) {
return VM_LOCAL.$root.$gzconfirm({
message: tKeyText ? window.$gz.translation.get(tKeyText) : "",
title: tKeyTitle ? window.$gz.translation.get(tKeyTitle) : "",
yesButtonText: window.$gz.translation.get("OK"),
type: ttype
type: ttype,
helpUrl: tHelpUrl
});
},
/////////////////////////////////////