From 9e6d84a1d5c2e441972356283c46e7408b01c078 Mon Sep 17 00:00:00 2001 From: Sarah Hale Date: Tue, 7 Jul 2015 11:14:45 -0700 Subject: [PATCH] [Edit] No more tooltips Changed the attribute of 'title' on mct-container to 'label'. This made the tooltips in Edit mode dissapear. #46. --- platform/commonUI/edit/res/templates/edit-object.html | 4 ++-- platform/commonUI/general/bundle.json | 2 +- .../commonUI/general/res/templates/containers/accordion.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platform/commonUI/edit/res/templates/edit-object.html b/platform/commonUI/edit/res/templates/edit-object.html index a7073b13a1..7705c910ad 100644 --- a/platform/commonUI/edit/res/templates/edit-object.html +++ b/platform/commonUI/edit/res/templates/edit-object.html @@ -65,7 +65,7 @@ ng-style="{ bottom: (hSplitter.state()+8) + 'px', top: '0px' }" ng-controller="ToggleController as toggle" > - + @@ -85,7 +85,7 @@ ng-style="{ bottom: '0px', height: (hSplitter.state()-4) + 'px'}" ng-controller="ToggleController as toggle" > - + diff --git a/platform/commonUI/general/bundle.json b/platform/commonUI/general/bundle.json index 2093a988cd..2b8f63c243 100644 --- a/platform/commonUI/general/bundle.json +++ b/platform/commonUI/general/bundle.json @@ -164,7 +164,7 @@ { "key": "accordion", "templateUrl": "templates/containers/accordion.html", - "attributes": [ "title" ] + "attributes": [ "label" ] } ], "representations": [ diff --git a/platform/commonUI/general/res/templates/containers/accordion.html b/platform/commonUI/general/res/templates/containers/accordion.html index b8348a205f..dfef82f273 100644 --- a/platform/commonUI/general/res/templates/containers/accordion.html +++ b/platform/commonUI/general/res/templates/containers/accordion.html @@ -20,7 +20,7 @@ at runtime from the About dialog for additional information. -->
- {{container.title}} + {{container.label}}