mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 15:36:07 +00:00
confirm msg markdown support
This commit is contained in:
@@ -242,6 +242,10 @@ define('view', [], function () {
|
||||
var message = o.message;
|
||||
}
|
||||
|
||||
if (message) {
|
||||
message = this.getHelper().transfromMarkdownText(message, {linksInNewTab: true}).toString();
|
||||
}
|
||||
|
||||
var confirmText = o.confirmText || this.translate('Yes');
|
||||
var confirmStyle = o.confirmStyle || null;
|
||||
var cancelText = o.cancelText || this.translate('Cancel');
|
||||
|
||||
@@ -2580,6 +2580,7 @@ table.table td.cell .complex-text {
|
||||
}
|
||||
|
||||
.complex-text,
|
||||
.confirm-message,
|
||||
.popover-content {
|
||||
h1:first-child,
|
||||
h2:first-child,
|
||||
|
||||
Reference in New Issue
Block a user