コード例 #1
0
ファイル: add.php プロジェクト: alexanderkuz/test-yii2
        </section>
        <section class="col-md-3">
            <?php 
echo $form->dropDownListGroup($Custom, 'country_prod', ['widgetOptions' => ['data' => ['' => '---'] + Custom::getCountry()]]);
?>
        </section>
        <section class="col-md-6">
            <?php 
echo $form->textFieldGroup($Custom, 'firm');
?>
        </section>
    </div>
    <div class="row params_block" style="display:none">
        <section class="col-md-3">
            <?php 
echo $form->checkboxListGroup($Custom, 'packing_id', ['widgetOptions' => ['data' => Custom::getPacking()]]);
?>
        </section>
        <section class="col-md-3">
            <div class="row custom_brutto_dop">

            </div>
            <div class="row">
                <section class="col-md-12">
                    <?php 
echo $form->textFieldGroup($Custom, 'weight_netto');
?>
                    <div class="input-group-btn radius weight-unit">
                        <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><?php 
echo Custom::enumWeight(Custom::WEIGHT_KG);
?>