|
|
@ -58,7 +58,7 @@ define('admin/extend/plugins', ['jqueryui', 'translator'], function (jqueryui, t
|
|
|
|
|
|
|
|
|
|
|
|
if (pluginData.license && pluginData.active !== true) {
|
|
|
|
if (pluginData.license && pluginData.active !== true) {
|
|
|
|
templates.parse('admin/partials/plugins/license', pluginData, function (html) {
|
|
|
|
templates.parse('admin/partials/plugins/license', pluginData, function (html) {
|
|
|
|
var modal = bootbox.dialog({
|
|
|
|
bootbox.dialog({
|
|
|
|
title: '[[admin/extend/plugins:license.title]]',
|
|
|
|
title: '[[admin/extend/plugins:license.title]]',
|
|
|
|
message: html,
|
|
|
|
message: html,
|
|
|
|
size: 'large',
|
|
|
|
size: 'large',
|
|
|
@ -71,7 +71,7 @@ define('admin/extend/plugins', ['jqueryui', 'translator'], function (jqueryui, t
|
|
|
|
label: '[[modules:bootbox.confirm]]',
|
|
|
|
label: '[[modules:bootbox.confirm]]',
|
|
|
|
className: 'btn-primary',
|
|
|
|
className: 'btn-primary',
|
|
|
|
callback: toggleActivate,
|
|
|
|
callback: toggleActivate,
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|