aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
diff options
context:
space:
mode:
authorEric Guzman2012-05-10 14:51:31 -0700
committerEric Guzman2012-05-10 14:51:31 -0700
commit39f23ad4868482f395d2e210490a2d73545a9d84 (patch)
treec702d67585f72cddf55932411e7100133bc58452 /js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
parent733e16b55a6de807cdbb60b0f2cea36fc1619fd4 (diff)
parent632a53278826a33506b302b573ee0681840f2d6c (diff)
downloadninja-39f23ad4868482f395d2e210490a2d73545a9d84.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Conflicts: js/panels/CSSPanel/ComputedStyleSubPanel.reel/ComputedStyleSubPanel.html
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html')
-rwxr-xr-xjs/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
index 236b4f4e..f9a42887 100755
--- a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
+++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
@@ -74,23 +74,23 @@
74 </script> 74 </script>
75</head> 75</head>
76<body> 76<body>
77<div id="newfileLocation" class="newfileLocation"> 77<div data-montage-id="newfileLocation" class="newfileLocation">
78 <div class="templateSelection"> 78 <div class="templateSelection">
79 <div class="template"></div> 79 <div class="template"></div>
80 </div> 80 </div>
81 <div class="locationSelection"> 81 <div class="locationSelection">
82 <div> 82 <div>
83 <span class="nameText">NAME:</span> 83 <span class="nameText">NAME:</span>
84 <input id="newFileName" class="nj-skinned newFileName" type="search" value="" /> 84 <input data-montage-id="newFileName" class="nj-skinned newFileName" type="search" value="" />
85 <span class="fileExtension"></span> 85 <span class="fileExtension"></span>
86 </div> 86 </div>
87 <div> 87 <div>
88 <span>DIRECTORY:</span> 88 <span>DIRECTORY:</span>
89 <div id="fileInputField"></div> 89 <div data-montage-id="fileInputField"></div>
90 </div> 90 </div>
91 <br /> 91 <br />
92 <div style="display:none;"><span>WIDTH:</span><span class="templatePx" id="templateWidth"></span></div> 92 <div style="display:none;"><span>WIDTH:</span><span class="templatePx" data-montage-id="templateWidth"></span></div>
93 <div style="display:none;"><span>HEIGHT:</span><span class="templatePx" id="templateHeight"></span></div> 93 <div style="display:none;"><span>HEIGHT:</span><span class="templatePx" data-montage-id="templateHeight"></span></div>
94 </div> 94 </div>
95</div> 95</div>
96</body> 96</body>