diff options
Diffstat (limited to 'js/components/layout/document-bar.reel/document-bar.html')
-rwxr-xr-x | js/components/layout/document-bar.reel/document-bar.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/js/components/layout/document-bar.reel/document-bar.html b/js/components/layout/document-bar.reel/document-bar.html index 69f8107f..fbd03221 100755 --- a/js/components/layout/document-bar.reel/document-bar.html +++ b/js/components/layout/document-bar.reel/document-bar.html | |||
@@ -73,7 +73,9 @@ POSSIBILITY OF SUCH DAMAGE. | |||
73 | "prototype": "js/components/layout/document-bar.reel", | 73 | "prototype": "js/components/layout/document-bar.reel", |
74 | "properties": { | 74 | "properties": { |
75 | "element": {"#": "documentBar"}, | 75 | "element": {"#": "documentBar"}, |
76 | "zoomControl": {"@": "hottext1"} | 76 | "zoomControl": {"@": "hottext1"}, |
77 | "btnDesign": {"#": "buttonDesign"}, | ||
78 | "btnCode": {"#": "buttonCode"} | ||
77 | } | 79 | } |
78 | } | 80 | } |
79 | } | 81 | } |
@@ -93,7 +95,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
93 | 95 | ||
94 | </section> | 96 | </section> |
95 | 97 | ||
96 | <section> | 98 | <section data-montage-id="buttonDesign"> |
97 | 99 | ||
98 | <div class="viewicon viewdesign"></div> | 100 | <div class="viewicon viewdesign"></div> |
99 | 101 | ||
@@ -101,7 +103,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
101 | 103 | ||
102 | </section> | 104 | </section> |
103 | 105 | ||
104 | <section class="inactive"> | 106 | <section data-montage-id="buttonCode"> |
105 | 107 | ||
106 | <div class="viewicon viewcode"></div> | 108 | <div class="viewicon viewcode"></div> |
107 | 109 | ||