Skip to content
Snippets Groups Projects
Commit 1e3e4ef6 authored by amandaghassaei's avatar amandaghassaei
Browse files

ui clarification

parent a98e0d8d
Branches
No related tags found
No related merge requests found
...@@ -55,9 +55,10 @@ PartMenuView = Backbone.View.extend({ ...@@ -55,9 +55,10 @@ PartMenuView = Backbone.View.extend({
<% }); %>\ <% }); %>\
</ul>\ </ul>\
</div><br/><br/>\ </div><br/><br/>\
Cell Separation (xy, z): &nbsp;&nbsp;<input data-type="xy" value="<%= cellSeparation.xy %>" placeholder="XY" class="form-control numberInput cellSeparation" type="text">\ Cell Separation <% if (connectionType != "freeformFace"){ %>(xy, z): &nbsp;&nbsp;<input data-type="xy" value="<%= cellSeparation.xy %>" placeholder="XY" class="form-control numberInput cellSeparation" type="text">\
&nbsp;<input data-type="z" value="<%= cellSeparation.z %>" placeholder="Z" class="form-control numberInput cellSeparation" type="text">\ &nbsp;<input data-type="z" value="<%= cellSeparation.z %>" placeholder="Z" class="form-control numberInput cellSeparation" type="text">\
todo: generic beam part type, part types for new lattice configurations\ <% } else { %>( radial ): &nbsp;&nbsp;<input data-type="xy" value="<%= cellSeparation.xy %>" placeholder="XY" class="form-control numberInput cellSeparation" type="text"><% } %>\
<br/><br/>todo: generic beam part type, part types for new lattice configurations\
') ')
}); });
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment