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 9e5e4eb2..ccf759ef 100755 --- a/js/components/layout/document-bar.reel/document-bar.html +++ b/js/components/layout/document-bar.reel/document-bar.html | |||
@@ -88,7 +88,9 @@ POSSIBILITY OF SUCH DAMAGE. | |||
88 | "prototype": "js/components/layout/document-bar.reel", | 88 | "prototype": "js/components/layout/document-bar.reel", |
89 | "properties": { | 89 | "properties": { |
90 | "element": {"#": "documentBar"}, | 90 | "element": {"#": "documentBar"}, |
91 | "zoomControl": {"@": "hottext1"} | 91 | "zoomControl": {"@": "hottext1"}, |
92 | "btnDesign": {"#": "buttonDesign"}, | ||
93 | "btnCode": {"#": "buttonCode"} | ||
92 | } | 94 | } |
93 | } | 95 | } |
94 | } | 96 | } |
@@ -108,7 +110,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
108 | 110 | ||
109 | </section> | 111 | </section> |
110 | 112 | ||
111 | <section> | 113 | <section data-montage-id="buttonDesign"> |
112 | 114 | ||
113 | <div class="viewicon viewdesign"></div> | 115 | <div class="viewicon viewdesign"></div> |
114 | 116 | ||
@@ -116,7 +118,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
116 | 118 | ||
117 | </section> | 119 | </section> |
118 | 120 | ||
119 | <section class="inactive"> | 121 | <section data-montage-id="buttonCode"> |
120 | 122 | ||
121 | <div class="viewicon viewcode"></div> | 123 | <div class="viewicon viewcode"></div> |
122 | 124 | ||