diff options
author | Nivesh Rajbhandari | 2012-05-03 17:09:07 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-03 17:09:07 -0700 |
commit | 8be6e94b57f4bd6e28754a6113b4d6a401365e13 (patch) | |
tree | 19f48f969ab872b9ef46cc4e7d6c2b9d2544cd4d /js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html | |
parent | c14b8d9fd1acde98ffc427b0bbdba7d1442c39a4 (diff) | |
parent | fec9ccee11ea21ffc95edce6e89d0d302b63e3d8 (diff) | |
download | ninja-8be6e94b57f4bd6e28754a6113b4d6a401365e13.tar.gz |
Merge branch 'refs/heads/ninja-internal' into WebGLFixes
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 | 14 |
1 files changed, 7 insertions, 7 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 58303a57..e0df60ae 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 | |||
@@ -35,25 +35,25 @@ | |||
35 | </script> | 35 | </script> |
36 | </head> | 36 | </head> |
37 | <body> | 37 | <body> |
38 | <div id="newfile" class="newfile"> | 38 | <div data-montage-id="newfile" class="newfile"> |
39 | <div class="title">Create New File</div> | 39 | <div class="title">Create New File</div> |
40 | <div class="container left-nav"> | 40 | <div class="container left-nav"> |
41 | <div class="projectTypeHeader"><span>Choose Type</span></div> | 41 | <div class="projectTypeHeader"><span>Choose Type</span></div> |
42 | <div id="projectTypeTree" class="projectTypeTree"></div> | 42 | <div data-montage-id="projectTypeTree" class="projectTypeTree"></div> |
43 | </div> | 43 | </div> |
44 | <div class="container right-nav"> | 44 | <div class="container right-nav"> |
45 | <div id="right-top" class="right-top"> | 45 | <div data-montage-id="right-top" class="right-top"> |
46 | <div id="templateIcons" class="templateIcons" style="display:block;"></div> | 46 | <div data-montage-id="templateIcons" class="templateIcons" style="display:block;"></div> |
47 | </div> | 47 | </div> |
48 | <div id="right-bottom" class="right-bottom"> | 48 | <div data-montage-id="right-bottom" class="right-bottom"> |
49 | <div class="templateIcon">templateIcon</div> | 49 | <div class="templateIcon">templateIcon</div> |
50 | <div class="selections">selections</div> | 50 | <div class="selections">selections</div> |
51 | </div> | 51 | </div> |
52 | </div> | 52 | </div> |
53 | <div class="errorMsg"><span id="error" class="error"></span></div> | 53 | <div class="errorMsg"><span id="error" class="error"></span></div> |
54 | <div class="buttons"> | 54 | <div class="buttons"> |
55 | <button id="cancelButton" value="CANCEL" class="nj-skinned cancelButton">Cancel</button> | 55 | <button data-montage-id="cancelButton" value="CANCEL" class="nj-skinned cancelButton">Cancel</button> |
56 | <button id="okButton" value="OK" disabled="true" class="nj-skinned okButton">Ok</button> | 56 | <button data-montage-id="okButton" value="OK" disabled="true" class="nj-skinned okButton">Ok</button> |
57 | </div> | 57 | </div> |
58 | </div> | 58 | </div> |
59 | </body> | 59 | </body> |