Exemplo n.º 1
0
                            <div class="control-group">
                                <div class="controls checkbox">
                                    <?php 
    ItemForm::show_email_checkbox();
    ?>
 <label for="showEmail"><?php 
    _e('Show e-mail on the listing page', 'bender');
    ?>
</label>
                                </div>
                            </div>
                        </div>
                        <?php 
}
if ($edit) {
    ItemForm::plugin_edit_item();
} else {
    ItemForm::plugin_post_item();
}
?>
                        <div class="control-group">
                            <?php 
if (osc_recaptcha_items_enabled()) {
    ?>
                                <div class="controls">
                                    <?php 
    osc_show_recaptcha();
    ?>
                                </div>
                            <?php 
}