aboutsummaryrefslogtreecommitdiff
path: root/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-03 23:01:31 -0700
committerValerio Virgillito2012-05-03 23:01:31 -0700
commit60388a7d01d9e34b5cd15bd5cb190a610e4f9a0e (patch)
tree9bfa4cc0fdb3a39abf151c05d013f2cde7aad296 /js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html
parentdca94d9d1e2a6a113356b685df991472ea3e5576 (diff)
parentfec9ccee11ea21ffc95edce6e89d0d302b63e3d8 (diff)
downloadninja-60388a7d01d9e34b5cd15bd5cb190a610e4f9a0e.tar.gz
Merge branch 'refs/heads/master' into tag-2.0
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>