diff options
author | Valerio Virgillito | 2012-02-16 22:08:04 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-16 22:08:04 -0800 |
commit | 0175cb67e426a27a3ecfb7b81317caa383c8a5a5 (patch) | |
tree | b4fbfcaabaadff508ad5463e8f71fd643995aacb /js/io/ui/save-as-dialog.reel/save-as-dialog.html | |
parent | fe71cb9aa1700199c0089166ad54fc56eb760644 (diff) | |
parent | 9f0c4efe2ed9a00f2c5d85c9d88a8040fedb5d8f (diff) | |
download | ninja-0175cb67e426a27a3ecfb7b81317caa383c8a5a5.tar.gz |
Merge branch 'refs/heads/master' into components
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> |