예제 #1
0
                                <?php 
ItemForm::title_input('title', osc_current_user_locale(), osc_esc_html(bender_item_title()));
?>
                            </div>
                        </div>
                        <div class="control-group">
                            <label class="control-label" for="description[<?php 
echo osc_current_user_locale();
?>
]"><?php 
_e('Description', 'bender');
?>
</label>
                            <div class="controls">
                                <?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();
    ?>
예제 #2
0
                                <?php 
ItemForm::title_input('title', osc_locale_code(), osc_esc_html(bender_item_title()));
?>
                            </div>
                        </div>
                        <div class="control-group">
                            <label class="control-label" for="description[<?php 
echo osc_locale_code();
?>
]"><?php 
_e('Description', 'bender');
?>
</label>
                            <div class="controls">
                                <?php 
ItemForm::description_textarea('description', osc_locale_code(), 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();
    ?>