From 9551b32e62798eafc2189d1d413bae330b47d356 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 20 Jun 2012 11:21:21 -0700 Subject: fixing the last instances of the old montage components in the css panel Signed-off-by: Valerio Virgillito --- js/panels/css-panel/css-style.reel/css-style.html | 2 +- .../rule-components/css-style-rule.reel/css-style-rule.html | 2 +- js/panels/css-panel/style-sheet.reel/style-sheet.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'js/panels') diff --git a/js/panels/css-panel/css-style.reel/css-style.html b/js/panels/css-panel/css-style.reel/css-style.html index 52d8b830..4e670cdc 100644 --- a/js/panels/css-panel/css-style.reel/css-style.html +++ b/js/panels/css-panel/css-style.reel/css-style.html @@ -24,7 +24,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "object": "js/panels/CSSPanel/css-property-name-list" }, "checkbox": { - "prototype": "montage/ui/input-checkbox.reel", + "prototype": "montage/ui/native/input-checkbox.reel", "properties": { "element": {"#": "disable-checkbox"}, "checked": true diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html index 8b0c3101..99021917 100644 --- a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html +++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html @@ -49,7 +49,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot } }, "sheetLink": { - "prototype": "montage/ui/anchor.reel", + "prototype": "montage/ui/native/anchor.reel", "properties": { "element": {"#": "style-sheet-name"} } diff --git a/js/panels/css-panel/style-sheet.reel/style-sheet.html b/js/panels/css-panel/style-sheet.reel/style-sheet.html index d08453fa..4f17c0fb 100644 --- a/js/panels/css-panel/style-sheet.reel/style-sheet.html +++ b/js/panels/css-panel/style-sheet.reel/style-sheet.html @@ -40,7 +40,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot } }, "editButton": { - "prototype": "montage/ui/button.reel", + "prototype": "montage/ui/native/button.reel", "properties": { "element": {"#": "edit-button"}, "identifier": "editButton", @@ -53,7 +53,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot }, "disableButton": { - "prototype": "montage/ui/button.reel", + "prototype": "montage/ui/native/button.reel", "properties": { "element": {"#": "disable-button"}, "identifier": "disableButton", @@ -66,7 +66,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot }, "deleteButton": { - "prototype": "montage/ui/button.reel", + "prototype": "montage/ui/native/button.reel", "properties": { "element": {"#": "delete-button"}, "identifier": "deleteButton", -- cgit v1.2.3