Skip to content

Commit bdeaeb6

Browse files
committed
Remove MessageTemplates
1 parent 078d422 commit bdeaeb6

File tree

3 files changed

+0
-168
lines changed

3 files changed

+0
-168
lines changed

services/static-webserver/client/source/class/osparc/editor/HtmlEditor.js

Lines changed: 0 additions & 61 deletions
This file was deleted.

services/static-webserver/client/source/class/osparc/po/MessageTemplates.js

Lines changed: 0 additions & 99 deletions
This file was deleted.

services/static-webserver/client/source/class/osparc/po/POCenter.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ qx.Class.define("osparc.po.POCenter", {
3131
this.__addPreRegistrationPage();
3232
this.__addInvitationsPage();
3333
this.__addProductPage();
34-
this.__addMsgTemplatesPage();
3534
},
3635

3736
members: {
@@ -69,12 +68,5 @@ qx.Class.define("osparc.po.POCenter", {
6968
const productInfo = new osparc.po.ProductInfo();
7069
this.addTab(title, iconSrc, productInfo);
7170
},
72-
73-
__addMsgTemplatesPage: function() {
74-
const title = this.tr("Message Templates");
75-
const iconSrc = "@FontAwesome5Solid/envelope-open/22";
76-
const productInfo = new osparc.po.MessageTemplates();
77-
this.addTab(title, iconSrc, productInfo);
78-
}
7971
}
8072
});

0 commit comments

Comments
 (0)