aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/alert.reel/alert.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-02 00:11:51 -0800
committerValerio Virgillito2012-02-02 15:33:42 -0800
commita3024011a91d3941f81481dd4d600e9684eb0fd4 (patch)
tree084b4856910f1db53973dd11617f7ffa03a6dd46 /node_modules/montage/ui/popup/alert.reel/alert.html
parent97255032921178bdfbc25512ddf3e0867e353f7a (diff)
downloadninja-a3024011a91d3941f81481dd4d600e9684eb0fd4.tar.gz
upgrading to Montage v0.6
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/popup/alert.reel/alert.html')
-rwxr-xr-xnode_modules/montage/ui/popup/alert.reel/alert.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/node_modules/montage/ui/popup/alert.reel/alert.html b/node_modules/montage/ui/popup/alert.reel/alert.html
index f71da981..cb4ef751 100755
--- a/node_modules/montage/ui/popup/alert.reel/alert.html
+++ b/node_modules/montage/ui/popup/alert.reel/alert.html
@@ -65,7 +65,7 @@
65 } 65 }
66 }, 66 },
67 "button1": { 67 "button1": {
68 "module": "montage/ui/button.reel", 68 "module": "montage/ui/bluemoon/button.reel",
69 "name": "Button", 69 "name": "Button",
70 "properties": { 70 "properties": {
71 "identifier": "Ok", 71 "identifier": "Ok",
@@ -98,23 +98,23 @@
98 </head> 98 </head>
99 <body> 99 <body>
100 <div id="alert-container" class="montage-alert-dialog"> 100 <div id="alert-container" class="montage-alert-dialog">
101 101
102 <div class="montage-popup-header"> 102 <div class="montage-popup-header">
103 <h3 id="title" class="title"></h3> 103 <h3 id="title" class="title"></h3>
104 </div> 104 </div>
105 105
106 <div class="montage-alert-content"> 106 <div class="montage-alert-content">
107 <div id="msg" class="msg"></div> 107 <div id="msg" class="msg"></div>
108 <div id="msg-detail" class="msg-detail"></div> 108 <div id="msg-detail" class="msg-detail"></div>
109 </div> 109 </div>
110 110
111 <div class="montage-popup-footer"> 111 <div class="montage-popup-footer">
112 <div class="montage-alert-actions"> 112 <div class="montage-alert-actions">
113 <div class="submit" id="action-ok">OK</div> 113 <button class="submit" id="action-ok">OK</button>
114 </div> 114 </div>
115 <div class="clearfix"></div> 115 <div class="clearfix"></div>
116 </div> 116 </div>
117 117
118 </div> 118 </div>
119 </body> 119 </body>
120</html> 120</html>