Display unapproved key notice for 'Send preview'
[MAILPOET-2729]
This commit is contained in:
@ -249,6 +249,11 @@ Module.SidebarStylesView = Marionette.View.extend({
|
||||
|
||||
Module.SidebarPreviewView = Marionette.View.extend({
|
||||
getTemplate: function () { return window.templates.sidebarPreview; },
|
||||
templateContext: function () {
|
||||
return {
|
||||
mssKeyPendingApproval: window.mailpoet_mss_key_pending_approval,
|
||||
};
|
||||
},
|
||||
events: {
|
||||
'click .mailpoet_show_preview': 'showPreview',
|
||||
'click #mailpoet_send_preview': 'sendPreview',
|
||||
|
Reference in New Issue
Block a user