aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/confirm.reel/confirm.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/popup/confirm.reel/confirm.html')
-rwxr-xr-xnode_modules/montage/ui/popup/confirm.reel/confirm.html24
1 files changed, 10 insertions, 14 deletions
diff --git a/node_modules/montage/ui/popup/confirm.reel/confirm.html b/node_modules/montage/ui/popup/confirm.reel/confirm.html
index 5762f1ad..3e256b0e 100755
--- a/node_modules/montage/ui/popup/confirm.reel/confirm.html
+++ b/node_modules/montage/ui/popup/confirm.reel/confirm.html
@@ -11,8 +11,7 @@
11 <script type="text/montage-serialization">{ 11 <script type="text/montage-serialization">{
12 12
13 "dynamictext1": { 13 "dynamictext1": {
14 "module": "montage/ui/dynamic-text.reel", 14 "prototype": "montage/ui/dynamic-text.reel",
15 "name": "DynamicText",
16 "properties": { 15 "properties": {
17 "element": { 16 "element": {
18 "#": "msg" 17 "#": "msg"
@@ -23,8 +22,7 @@
23 } 22 }
24 }, 23 },
25 "button1": { 24 "button1": {
26 "module": "montage/ui/bluemoon/button.reel", 25 "prototype": "montage/ui/bluemoon/button.reel",
27 "name": "Button",
28 "properties": { 26 "properties": {
29 "identifier": "Ok", 27 "identifier": "Ok",
30 "element": { 28 "element": {
@@ -44,8 +42,7 @@
44 ] 42 ]
45 }, 43 },
46 "button2": { 44 "button2": {
47 "module": "montage/ui/bluemoon/button.reel", 45 "prototype": "montage/ui/bluemoon/button.reel",
48 "name": "Button",
49 "properties": { 46 "properties": {
50 "identifier": "Cancel", 47 "identifier": "Cancel",
51 "element": { 48 "element": {
@@ -65,8 +62,7 @@
65 ] 62 ]
66 }, 63 },
67 "owner": { 64 "owner": {
68 "module": "montage/ui/popup/confirm.reel", 65 "prototype": "montage/ui/popup/confirm.reel",
69 "name": "Confirm",
70 "properties": { 66 "properties": {
71 "element": { 67 "element": {
72 "#": "confirm-container" 68 "#": "confirm-container"
@@ -79,21 +75,21 @@
79 75
80 </head> 76 </head>
81 <body> 77 <body>
82 <div id="confirm-container" class="montage-confirm-dialog"> 78 <div data-montage-id="confirm-container" class="montage-confirm-dialog">
83 79
84 <div class="montage-popup-header"> 80 <div class="montage-popup-header">
85 <h3 id="title" class="title">Confirmation</h3> 81 <h3 data-montage-id="title" class="title">Confirmation</h3>
86 </div> 82 </div>
87 83
88 <div class="montage-confirm-content"> 84 <div class="montage-confirm-content">
89 <div id="msg" class="msg"></div> 85 <div data-montage-id="msg" class="msg"></div>
90 <div id="msg-detail" class="msg-detail"></div> 86 <div data-montage-id="msg-detail" class="msg-detail"></div>
91 </div> 87 </div>
92 88
93 <div class="montage-popup-footer"> 89 <div class="montage-popup-footer">
94 <div class="montage-confirm-actions"> 90 <div class="montage-confirm-actions">
95 <button class="cancel" id="action-cancel">Cancel</button> 91 <button class="cancel" data-montage-id="action-cancel">Cancel</button>
96 <button class="submit" id="action-ok">OK</button> 92 <button class="submit" data-montage-id="action-ok">OK</button>
97 </div> 93 </div>
98 <div class="clearfix"></div> 94 <div class="clearfix"></div>
99 </div> 95 </div>