Exemplo n.º 1
0
                                <?php 
ItemForm::description_textarea('description', osc_current_user_locale(), osc_esc_html(bender_item_description()));
?>
                            </div>
                        </div>
                        <?php 
if (osc_price_enabled_at_items()) {
    ?>
                        <div class="control-group control-group-price">
                            <label class="control-label" for="price"><?php 
    _e('Price', 'bender');
    ?>
</label>
                            <div class="controls">
                                <?php 
    ItemForm::price_input_text();
    ?>
                                <?php 
    ItemForm::currency_select();
    ?>
                            </div>
                        </div>
                        <?php 
}
?>
                        <?php 
if (osc_images_enabled_at_items()) {
    ItemForm::ajax_photos();
}
?>
                        <div class="box location">
Exemplo n.º 2
0
                            </label>

                            <?php 
ItemForm::multilanguage_title_description($locales, $item);
?>

                            <?php 
if (osc_price_enabled_at_items()) {
    ?>
                                <div>
                                    <h2><?php 
    _e('Price');
    ?>
</h2>
                                    <?php 
    ItemForm::price_input_text($item);
    ?>
                                    <?php 
    ItemForm::currency_select($currencies, $item);
    ?>
                                </div>
                            <?php 
}
?>

                            <?php 
if (osc_images_enabled_at_items()) {
    ?>
                                <div>
                                    <?php 
    _e('Photos');