diff options
author | John Mayhew | 2012-05-07 16:30:19 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-07 16:30:19 -0700 |
commit | db4ba95f50148198759dde503ec1c778184d9dbe (patch) | |
tree | 8b79ad58108af2f17d15abc8cdc33d35229ab20d /js/panels/Materials/materials-popup.reel/materials-popup.html | |
parent | 843d8ea8ee58a54bcb71d7b28dbf78fae153b491 (diff) | |
parent | 526e423e4a2734c2b139af23911e912452a4443f (diff) | |
download | ninja-db4ba95f50148198759dde503ec1c778184d9dbe.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
Conflicts:
js/components/layout/tools-list.reel/tools-list.html
js/components/layout/tools-properties.reel/tools-properties.html
js/components/tools-properties/brush-properties.reel/brush-properties.html
js/components/tools-properties/fill-properties.reel/fill-properties.html
js/components/tools-properties/pen-properties.reel/pen-properties.html
js/components/tools-properties/pencil-properties.reel/pencil-properties.html
js/components/tools-properties/selection-properties.reel/selection-properties.html
js/components/tools-properties/shape-properties.reel/shape-properties.html
js/components/tools-properties/tag-properties.reel/tag-properties.html
js/components/tools-properties/text-properties.reel/text-properties.html
Diffstat (limited to 'js/panels/Materials/materials-popup.reel/materials-popup.html')
-rwxr-xr-x | js/panels/Materials/materials-popup.reel/materials-popup.html | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/js/panels/Materials/materials-popup.reel/materials-popup.html b/js/panels/Materials/materials-popup.reel/materials-popup.html index 9fdbc00d..d18599d6 100755 --- a/js/panels/Materials/materials-popup.reel/materials-popup.html +++ b/js/panels/Materials/materials-popup.reel/materials-popup.html | |||
@@ -88,29 +88,19 @@ | |||
88 | </head> | 88 | </head> |
89 | 89 | ||
90 | <body> | 90 | <body> |
91 | 91 | <div data-montage-id="materials_popup" class="materials_popup"> | |
92 | <div id="materials_popup" class="materials_popup"> | 92 | <div data-montage-id="mp_title" class="mp_title">Material Name</div> |
93 | <div id="mp_title">Material Name</div> | ||
94 | |||
95 | <hr /> | 93 | <hr /> |
96 | 94 | <div data-montage-id="mp_preview" class="mp_preview">Preview Pane</div> | |
97 | <div id="mp_preview">Preview Pane</div> | ||
98 | |||
99 | <hr /> | 95 | <hr /> |
100 | 96 | <div data-montage-id="mp_properties_list" class="mp_properties_list"> | |
101 | <div id="mp_properties_list" class="mp_properties_list"> | 97 | <div data-montage-id="mp_property" class="mp_property"></div> |
102 | <div id="mp_property" class="mp_property"></div> | ||
103 | </div> | 98 | </div> |
104 | |||
105 | <hr /> | 99 | <hr /> |
106 | 100 | <div data-montage-id="mp_buttons" class="mp_buttons"> | |
107 | <div id="mp_buttons" class="mp_buttons"> | 101 | <button data-montage-id="mp_cancel_btn" class="mp_cancel_btn nj-skinned"></button> |
108 | <button id="mp_cancel_btn" class="mp_cancel_btn nj-skinned"></button> | 102 | <button data-montage-id="mp_ok_btn" class="mp_ok_btn nj-skinned"></button> |
109 | <button id="mp_ok_btn" class="mp_ok_btn nj-skinned"></button> | ||
110 | </div> | 103 | </div> |
111 | |||
112 | </div> | 104 | </div> |
113 | |||
114 | </body> | 105 | </body> |
115 | |||
116 | </html> \ No newline at end of file | 106 | </html> \ No newline at end of file |