aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Materials/materials-library-panel.reel/materials-library-panel.html')
-rwxr-xr-xjs/panels/Materials/materials-library-panel.reel/materials-library-panel.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
index e9a2d20d..307f2c5a 100755
--- a/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
+++ b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
@@ -1,4 +1,4 @@
1<!DOCTYPE html> 1<!doctype html>
2<!-- <copyright> 2<!-- <copyright>
3Copyright (c) 2012, Motorola Mobility, Inc 3Copyright (c) 2012, Motorola Mobility, Inc
4All Rights Reserved. 4All Rights Reserved.
@@ -29,9 +29,9 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 29POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 30</copyright> -->
31<html lang="en"> 31<html lang="en">
32 <head> 32 <head>
33 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 33 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
34 <link rel="stylesheet" type="text/css" href="materials-library-panel.css"> 34 <link rel="stylesheet" type="text/css" href="materials-library-panel.css">
35 <script type="text/montage-serialization"> 35 <script type="text/montage-serialization">
36 { 36 {
37 "duplicateButton": { 37 "duplicateButton": {
@@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
39 "properties": { 39 "properties": {
40 "element": {"#": "ml_duplicate_btn"}, 40 "element": {"#": "ml_duplicate_btn"},
41 "enabled": true 41 "enabled": true
42 }, 42 },
43 "listeners": [ 43 "listeners": [
44 { 44 {
45 "type": "action", 45 "type": "action",
@@ -63,7 +63,7 @@ POSSIBILITY OF SUCH DAMAGE.
63 "prototype": "montage/ui/button.reel", 63 "prototype": "montage/ui/button.reel",
64 "properties": { 64 "properties": {
65 "element": {"#": "ml_delete_btn"}, 65 "element": {"#": "ml_delete_btn"},
66 "enabled": false 66 "enabled": false
67 }, 67 },
68 "listeners": [ 68 "listeners": [
69 { 69 {
@@ -110,13 +110,13 @@ POSSIBILITY OF SUCH DAMAGE.
110 "deleteButton": {"@": "deleteButton"} 110 "deleteButton": {"@": "deleteButton"}
111 } 111 }
112 } 112 }
113 } 113 }
114 </script> 114 </script>
115 115
116 </head> 116 </head>
117 <body> 117 <body>
118 118
119 <div data-montage-id="materials_library_panel" class="materials_library_panel"> 119 <div data-montage-id="materials_library_panel" class="materials_library_panel">
120 <section data-montage-id="ml_tree_holder" class="ml_tree_holder"> 120 <section data-montage-id="ml_tree_holder" class="ml_tree_holder">
121 <div data-montage-id="materials_library_tree"></div> 121 <div data-montage-id="materials_library_tree"></div>
122 </section> 122 </section>
@@ -126,7 +126,7 @@ POSSIBILITY OF SUCH DAMAGE.
126 <button data-montage-id="ml_edit_btn" class="nj-skinned ml_edit_btn">Edit</button> 126 <button data-montage-id="ml_edit_btn" class="nj-skinned ml_edit_btn">Edit</button>
127 <button data-montage-id="ml_delete_btn" class="nj-skinned ml_delete_btn">Delete</button> 127 <button data-montage-id="ml_delete_btn" class="nj-skinned ml_delete_btn">Delete</button>
128 </div> 128 </div>
129 </div> 129 </div>
130 130
131 </body> 131 </body>
132</html> 132</html>