More selection of fields
authorChuck Scott <cscott@gaslightmedia.com>
Wed, 20 May 2015 20:27:13 +0000 (16:27 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Wed, 20 May 2015 20:27:13 +0000 (16:27 -0400)
views/admin_member_form_common_part.php

index af83d77..f55c6a0 100644 (file)
                        </select>
                </td>
        </tr>
+-->
        <tr>
                <th scope="row"><label for="phone"><?php echo  BUtils::_('Phone') ?> </label></th>
                <td><input class="regular-text" name="phone" type="text" id="phone" value="<?php echo esc_attr($phone); ?>" /></td>
        </tr>
+<!--
        <tr>
                <th scope="row"><label for="address_street"><?php echo  BUtils::_('Street') ?> </label></th>
                <td><input class="regular-text" name="address_street" type="text" id="address_street" value="<?php echo esc_attr($address_street); ?>" /></td>