diff --git a/definitions/en_CA.js b/definitions/en_CA.js index f37471b0..b3541c29 100644 --- a/definitions/en_CA.js +++ b/definitions/en_CA.js @@ -89,6 +89,7 @@ module.exports = function(s,config,lang){ }, "Presets": { id: "monSectionPresets", + "section-class": "am_notice am_notice_edit", "name": lang.Presets, "color": "purple", isSection: true, @@ -110,13 +111,13 @@ module.exports = function(s,config,lang){ ] }, { - "fieldType": 'ul', + "fieldType": 'div', "id": "monitorPresetsSelection", "class": "mdl-list" }, { "fieldType": "btn", - "attribute": `data-toggle="modal" data-target="#schedules"`, + "attribute": `page-open="schedules"`, "class": `btn-info`, "btnContent": `   ${lang['Schedules']}`, }, @@ -3676,7 +3677,7 @@ module.exports = function(s,config,lang){ isAdvanced: true, "info": [ { - "fieldType": 'ul', + "fieldType": 'div', "id": "monitor_groups", "class": "mdl-list" },