diff options
author | Ananya Sen | 2012-02-02 00:52:44 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-02 00:52:44 -0800 |
commit | 8504b61aefb25fdab931f02c4568916d2bf8345c (patch) | |
tree | fa6c40e1462aef02fab1580ac01f4ec2bbc960bc /js/io/workflow/save-as-dialog.reel/save-as-dialog.html | |
parent | fc4d32e0df064ecdbe7ed86aab25eeab58253032 (diff) | |
download | ninja-8504b61aefb25fdab931f02c4568916d2bf8345c.tar.gz |
changes to open multiple code view tabs and switch between the code views, added nj-skinned css class for the buttons in file picker, new file dialog and save as dialog
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/io/workflow/save-as-dialog.reel/save-as-dialog.html')
-rw-r--r-- | js/io/workflow/save-as-dialog.reel/save-as-dialog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/io/workflow/save-as-dialog.reel/save-as-dialog.html b/js/io/workflow/save-as-dialog.reel/save-as-dialog.html index eca6801f..2ce16119 100644 --- a/js/io/workflow/save-as-dialog.reel/save-as-dialog.html +++ b/js/io/workflow/save-as-dialog.reel/save-as-dialog.html | |||
@@ -77,8 +77,8 @@ | |||
77 | </div> | 77 | </div> |
78 | <div class="errorMsg"><span id="error" class="error"></span></div> | 78 | <div class="errorMsg"><span id="error" class="error"></span></div> |
79 | <div class="buttons"> | 79 | <div class="buttons"> |
80 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton" /> | 80 | <input id="cancelButton" type="button" value="CANCEL" class="cancelButton nj-skinned" /> |
81 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton" /> | 81 | <input id="okButton" disabled="true" type="button" value="OK" class="okButton nj-skinned" /> |
82 | </div> | 82 | </div> |
83 | 83 | ||
84 | </div> | 84 | </div> |