This commit is contained in:
@@ -162,6 +162,24 @@ export default {
|
||||
noButtonText: window.$gz.translation.get("Cancel"),
|
||||
type: ttype
|
||||
});
|
||||
},
|
||||
/////////////////////////////////////
|
||||
// Custom confirmation no translation
|
||||
// with all options available
|
||||
//
|
||||
displayNoTranslationModalNotificationMessage(
|
||||
tKeyText,
|
||||
tKeyTitle = undefined,
|
||||
ttype = "info",
|
||||
tHelpUrl = undefined
|
||||
) {
|
||||
return VM_LOCAL.$root.$gzconfirm({
|
||||
message: tKeyText,
|
||||
title: tKeyTitle,
|
||||
yesButtonText: window.$gz.translation.get("OK"),
|
||||
type: ttype,
|
||||
helpUrl: tHelpUrl
|
||||
});
|
||||
}
|
||||
|
||||
//new functions above here
|
||||
|
||||
Reference in New Issue
Block a user