Remove parent drop down in add event amenity on the event edit page. feature/eventAmenities
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 28 Oct 2016 15:25:03 +0000 (11:25 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 28 Oct 2016 15:25:03 +0000 (11:25 -0400)
This was using same name as the category one. Parent of amenities not
used right now.

views/admin/events/editStatus.html

index 470cee7..5bd8b57 100644 (file)
                                 <div id="newCatNameRequired"></div>
                             </td>
                         </tr>
-                        <tr>
-                            <td>
-                                <select id="newCatParent" name="newCatParent">
-                                {if $amenities}
-                                    {foreach $amenities as $amenity}
-
-                                        <option value="{$amenity.id}" data-parent="{$amenity.name}">{$amenity.name}</option>
-
-                                    {/foreach}
-                                {/if}
-                                </select>
-                            </td>
-                        </tr>
                     </table>
                     <p><span class="glm-required">*</span> Required</p>
                     <a id="newAmenityCancel" class="button button-primary glm-right">Cancel</a>