aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.html
diff options
context:
space:
mode:
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.html22
1 files changed, 10 insertions, 12 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 d4043658..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
@@ -1,4 +1,4 @@
1<!DOCTYPE HTML> 1<!DOCTYPE HTML>
2<!-- <copyright> 2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/> 3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> 4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
@@ -11,16 +11,14 @@
11 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
12 { 12 {
13 "newFileLocation":{ 13 "newFileLocation":{
14 "module": "js/io/ui/new-file-dialog/new-file-location.reel", 14 "prototype": "js/io/ui/new-file-dialog/new-file-location.reel",
15 "name": "NewFileLocation",
16 "properties": { 15 "properties": {
17 "element": {"#": "right-bottom"} 16 "element": {"#": "right-bottom"}
18 } 17 }
19 }, 18 },
20 19
21 "owner":{ 20 "owner":{
22 "module": "js/io/ui/new-file-dialog/new-file-options-navigator.reel", 21 "prototype": "js/io/ui/new-file-dialog/new-file-options-navigator.reel",
23 "name": "NewFileOptionsNavigator",
24 "properties": { 22 "properties": {
25 "element": {"#": "newfile"}, 23 "element": {"#": "newfile"},
26 "projectTypeTree": {"#": "projectTypeTree"}, 24 "projectTypeTree": {"#": "projectTypeTree"},
@@ -37,25 +35,25 @@
37 </script> 35 </script>
38</head> 36</head>
39<body> 37<body>
40<div id="newfile" class="newfile"> 38<div data-montage-id="newfile" class="newfile">
41 <div class="title">Create New File</div> 39 <div class="title">Create New File</div>
42 <div class="container left-nav"> 40 <div class="container left-nav">
43 <div class="projectTypeHeader"><span>Choose Type</span></div> 41 <div class="projectTypeHeader"><span>Choose Type</span></div>
44 <div id="projectTypeTree" class="projectTypeTree"></div> 42 <div data-montage-id="projectTypeTree" class="projectTypeTree"></div>
45 </div> 43 </div>
46 <div class="container right-nav"> 44 <div class="container right-nav">
47 <div id="right-top" class="right-top"> 45 <div data-montage-id="right-top" class="right-top">
48 <div id="templateIcons" class="templateIcons" style="display:block;"></div> 46 <div data-montage-id="templateIcons" class="templateIcons" style="display:block;"></div>
49 </div> 47 </div>
50 <div id="right-bottom" class="right-bottom"> 48 <div data-montage-id="right-bottom" class="right-bottom">
51 <div class="templateIcon">templateIcon</div> 49 <div class="templateIcon">templateIcon</div>
52 <div class="selections">selections</div> 50 <div class="selections">selections</div>
53 </div> 51 </div>
54 </div> 52 </div>
55 <div class="errorMsg"><span id="error" class="error"></span></div> 53 <div class="errorMsg"><span id="error" class="error"></span></div>
56 <div class="buttons"> 54 <div class="buttons">
57 <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>
58 <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>
59 </div> 57 </div>
60</div> 58</div>
61</body> 59</body>