Skip to content

Commit 4de3b62

Browse files
author
Sacha Trauwaen
committed
fix translation messages in lama editor
1 parent 6189762 commit 4de3b62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

OpenContent/js/lamaengine.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ alpacaEngine.engine = function (config) {
2424
self.rootUrl = config.appPath;
2525
self.bootstrap = config.bootstrap;
2626
var createEdit = config.isNew ? "create" : "edit";
27-
self.view = "dnn-" + createEdit;
28-
if (config.bootstrap) {
29-
self.view = config.horizontal ? "dnnbootstrap-" + createEdit + "-horizontal" : "dnnbootstrap-" + createEdit;
30-
}
27+
self.view = "bootstrap4-" + createEdit;
28+
//if (config.bootstrap) {
29+
// self.view = config.horizontal ? "bootstrap4-" + createEdit + "-horizontal" : "dnnbootstrap-" + createEdit;
30+
//}
3131
if (config.bootstrap && $.fn.select2) {
3232
$.fn.select2.defaults.set("theme", "bootstrap");
3333
}

0 commit comments

Comments
 (0)