aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/alert.reel/alert.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/popup/alert.reel/alert.html')
-rwxr-xr-xnode_modules/montage/ui/popup/alert.reel/alert.html56
1 files changed, 25 insertions, 31 deletions
diff --git a/node_modules/montage/ui/popup/alert.reel/alert.html b/node_modules/montage/ui/popup/alert.reel/alert.html
index 2f35ff30..89201180 100755
--- a/node_modules/montage/ui/popup/alert.reel/alert.html
+++ b/node_modules/montage/ui/popup/alert.reel/alert.html
@@ -5,11 +5,11 @@
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> --> 6 </copyright> -->
7<html> 7<html>
8 <head> 8<head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 9 <meta charset="utf-8">
10 <link rel="stylesheet" type="text/css" href="alert.css"> 10 <link rel="stylesheet" href="alert.css">
11 <script type="text/montage-serialization">{ 11 <script type="text/montage-serialization">
12 12{
13 "dynamictext1": { 13 "dynamictext1": {
14 "prototype": "ui/dynamic-text.reel", 14 "prototype": "ui/dynamic-text.reel",
15 "properties": { 15 "properties": {
@@ -44,7 +44,7 @@
44 } 44 }
45 }, 45 },
46 "button1": { 46 "button1": {
47 "prototype": "ui/bluemoon/button.reel", 47 "prototype": "ui/button.reel",
48 "properties": { 48 "properties": {
49 "identifier": "Ok", 49 "identifier": "Ok",
50 "element": { 50 "element": {
@@ -68,30 +68,24 @@
68 } 68 }
69 } 69 }
70 } 70 }
71 71}
72 }</script> 72 </script>
73 73</head>
74 74<body>
75 </head> 75 <div data-montage-id="alert-container" class="montage-alert-dialog">
76 <body> 76 <div class="montage-popup-header">
77 <div data-montage-id="alert-container" class="montage-alert-dialog"> 77 <h3 data-montage-id="title" class="title"></h3>
78 78 </div>
79 <div class="montage-popup-header"> 79 <div class="montage-alert-content">
80 <h3 data-montage-id="title" class="title"></h3> 80 <div data-montage-id="msg" class="msg"></div>
81 </div> 81 <div data-montage-id="msg-detail" class="msg-detail"></div>
82 82 </div>
83 <div class="montage-alert-content"> 83 <div class="montage-popup-footer">
84 <div data-montage-id="msg" class="msg"></div> 84 <div class="montage-alert-actions">
85 <div data-montage-id="msg-detail" class="msg-detail"></div> 85 <button class="submit" data-montage-id="action-ok">OK</button>
86 </div>
87
88 <div class="montage-popup-footer">
89 <div class="montage-alert-actions">
90 <button class="submit" data-montage-id="action-ok">OK</button>
91 </div>
92 <div class="clearfix"></div>
93 </div> 86 </div>
94 87 <div class="clearfix"></div>
95 </div> 88 </div>
96 </body> 89 </div>
97</html> 90</body>
91</html> \ No newline at end of file