From f1f58dcbd4db67f708e7e84a2c350b1199482fcf Mon Sep 17 00:00:00 2001
From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com>
Date: Wed, 30 Sep 2020 00:42:57 -0400
Subject: [PATCH] Add parent and unparent buttons

Add parent and unparent buttons
---
 scripts/system/create/entityList/html/entityList.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/scripts/system/create/entityList/html/entityList.html b/scripts/system/create/entityList/html/entityList.html
index fea3227951..26b6ec6f00 100644
--- a/scripts/system/create/entityList/html/entityList.html
+++ b/scripts/system/create/entityList/html/entityList.html
@@ -35,7 +35,11 @@
             <input type="button" class="blue vglyph" id="hmdcopy" value="B" style="display: none;" />
             <input type="button" class="blue vglyph" id="hmdcut" value="D" style="display: none;" />
             <input type="button" class="blue vglyph" id="hmdpaste" value="E" style="display: none;" />
-            <input type="button" class="green vglyph" id="hmdduplicate" value="A" style="display: none;" />           
+            <input type="button" class="green vglyph" id="hmdduplicate" value="A" style="display: none;" />
+            <div>
+                <input type="button" class="vglyph" id="parent" value="K" />
+                <input type="button" class="vglyph" id="unparent" value="L" />
+            </div>            
             <div>
                 <input type="button" class="orange vglyph" id="undo" value="F" />
                 <input type="button" class="orange vglyph" id="redo" value="G" />