Exemple #1
0
?>
</a>
                        </small>
                    </li>

                    <li>
                        <span class="radio-field">
                            <input id="agent_option_agent" type="radio" name="agent_display_option" value="agent_info"/>
                            <label for="agent_option_agent"><?php 
_e('Display Agent Information', 'VRC');
?>
</label>
                        </span>
                        <select name="agent_id" id="agent-selectbox">
                            <?php 
VR_Functions::inspiry_generate_cpt_options('vr_agent');
?>
                        </select>
                    </li>

                </ul>
            </div>

            <div class="form-option checkbox-option clearfix">
                <input id="featured" name="featured" type="checkbox"/>
                <label for="featured"><?php 
_e('Mark this property as featured property', 'VRC');
?>
</label>
            </div>
        </div>