Beispiel #1
0
                        <?php 
    echo $form->dropDownListGroup($CostForm, 'currency_id_' . $i, ['widgetOptions' => ['data' => Cargo::getCurrency()]]);
    ?>
                    </section>
                    <section class="col-md-3 calculus">
                        <?php 
    echo $form->dropDownListGroup($CostForm, 'type_id_' . $i, ['widgetOptions' => ['data' => Cargo::getCostType()]]);
    ?>
                    </section>
                                        <section class="col-md-2">
                        <?php 
    echo $form->dropDownListGroup($CostForm, 'cash_' . $i, ['widgetOptions' => ['data' => Cargo::enumCash()]]);
    ?>
                    </section><section class="col-md-3">
                        <?php 
    echo $form->dropDownListGroup($CostForm, 'nds_include_' . $i, ['widgetOptions' => ['data' => Cargo::enumNds()]]);
    ?>
                        
                    </section>

                    <div class="row-buttons">
                        <?php 
    if ($i > 1) {
        ?>
                        <a type="button" class="delete-row">х</a>
                        <?php 
    }
    ?>
                        <?php 
    if ($i != CostForm::count) {
        ?>