aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-13 22:39:28 -0800
committerJose Antonio Marquez2012-02-13 22:39:28 -0800
commit5b6c62b7164cbde2845a3f7af810568e5ba53a6a (patch)
tree48237b0fd7286359aa7e585a6c144cc7fed1a43b /js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html
parent64f54ffcebf09c570972b91ea5fdb7fe7654e622 (diff)
downloadninja-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-xjs/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html4
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>