Beispiel #1
0
                                <h2><?php 
_e('General Information', 'modern');
?>
</h2>
                                <div class="row">
                                    <label><?php 
_e('Category', 'modern');
?>
 *</label>
                                    <?php 
ItemForm::category_select(null, null, __('Select a category', 'modern'));
?>
                                </div>
                                <div class="row">
                                    <?php 
ItemForm::multilanguage_title_description(osc_get_locales());
?>
                                </div>
                                <?php 
if (osc_price_enabled_at_items()) {
    ?>
                                <div class="row price">
                                    <label><?php 
    _e('Price', 'modern');
    ?>
</label>
                                    <?php 
    ItemForm::price_input_text();
    ?>
                                    <?php 
    ItemForm::currency_select();
Beispiel #2
0
                                <?php 
_e('General information');
?>
                            </h2>
                            <label for="catId">
                                <?php 
_e('Category');
?>
:
                                <?php 
ItemForm::category_select($categories, $item);
?>
                            </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);
Beispiel #3
0
</h2>
		                    <div class="form-group control-group">
		                        <div class="controls">    
		                            <label for="catId"><?php 
_e('Category', 'nepcoders');
?>
 *</label>    
		                            <?php 
ItemForm::category_select(null, null, __('Select a category', 'nepcoders'));
?>
		                        </div>
		                    </div>
		                        <div class="form-group control-group">
		                            <div class="controls">
		                                <?php 
ItemForm::multilanguage_title_description();
?>
		                            </div>
		                        </div>
		                    <div class="col-sm-4">
		                    <?php 
if (osc_price_enabled_at_items()) {
    ?>
		                    <div class="form-group control-group">
		                        <div class="controls">
		                            <label for="price"><?php 
    _e('Price', 'nepcoders');
    ?>
</label>
		                            <?php 
    ItemForm::price_input_text();