diff options
author | Jose Antonio Marquez | 2012-02-13 22:39:28 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-13 22:39:28 -0800 |
commit | 5b6c62b7164cbde2845a3f7af810568e5ba53a6a (patch) | |
tree | 48237b0fd7286359aa7e585a6c144cc7fed1a43b /js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html | |
parent | 64f54ffcebf09c570972b91ea5fdb7fe7654e622 (diff) | |
download | ninja-5b6c62b7164cbde2845a3f7af810568e5ba53a6a.tar.gz |
File IO UI tweaks
Making minor tweaks to the UI for file IO, will need to make much more at a later time.
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html')
-rwxr-xr-x | js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html index 58bbed30..d4043658 100755 --- a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html | |||
@@ -54,8 +54,8 @@ | |||
54 | </div> | 54 | </div> |
55 | <div class="errorMsg"><span id="error" class="error"></span></div> | 55 | <div class="errorMsg"><span id="error" class="error"></span></div> |
56 | <div class="buttons"> | 56 | <div class="buttons"> |
57 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" /> | 57 | <button id="cancelButton" value="CANCEL" class="nj-skinned cancelButton">Cancel</button> |
58 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" /> | 58 | <button id="okButton" value="OK" disabled="true" class="nj-skinned okButton">Ok</button> |
59 | </div> | 59 | </div> |
60 | </div> | 60 | </div> |
61 | </body> | 61 | </body> |