From 1e3e4ef6b5b37e78fe1d537c53cc22f16e017bff Mon Sep 17 00:00:00 2001
From: amandaghassaei <amandaghassaei@gmail.com>
Date: Sat, 14 Mar 2015 04:35:51 -0400
Subject: [PATCH] ui clarification

---
 js/menus/PartMenuView.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/js/menus/PartMenuView.js b/js/menus/PartMenuView.js
index a0ddb6c8..be196944 100644
--- a/js/menus/PartMenuView.js
+++ b/js/menus/PartMenuView.js
@@ -55,9 +55,10 @@ PartMenuView = Backbone.View.extend({
                     <% }); %>\
                 </ul>\
             </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">\
-        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
-- 
GitLab