diff options
author | Ananya Sen | 2012-02-14 14:03:17 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-14 14:03:17 -0800 |
commit | ffe7ddf30aeb2b89d49a91c76406aed93f6bed7a (patch) | |
tree | 653c63ef0f31ff2b81bdce289f7dc67f4768a4f3 /js/io/ui/save-as-dialog.reel/save-as-dialog.html | |
parent | a7952c5a16e2cae3fd1a459b03b9f16bba1004da (diff) | |
download | ninja-ffe7ddf30aeb2b89d49a91c76406aed93f6bed7a.tar.gz |
use button tag for save as dialog
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/io/ui/save-as-dialog.reel/save-as-dialog.html')
-rw-r--r-- | js/io/ui/save-as-dialog.reel/save-as-dialog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/io/ui/save-as-dialog.reel/save-as-dialog.html b/js/io/ui/save-as-dialog.reel/save-as-dialog.html index f2011a34..4f0d5779 100644 --- a/js/io/ui/save-as-dialog.reel/save-as-dialog.html +++ b/js/io/ui/save-as-dialog.reel/save-as-dialog.html | |||
@@ -48,8 +48,8 @@ | |||
48 | </div> | 48 | </div> |
49 | <div class="errorMsg"><span id="error" class="error"></span></div> | 49 | <div class="errorMsg"><span id="error" class="error"></span></div> |
50 | <div class="buttons"> | 50 | <div class="buttons"> |
51 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" /> | 51 | <button id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" >CANCEL</button> |
52 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" /> | 52 | <button id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" >OK</button> |
53 | </div> | 53 | </div> |
54 | 54 | ||
55 | </div> | 55 | </div> |