Esempio n. 1
0
?>

    <?php 
echo $form->field($model, 'goods_size')->textInput();
?>
    <br>
    <h4><?php 
echo Yii::t('app', 'Transport');
?>
</h4>
    <?php 
echo $form->field($model, 'carcase')->dropDownList(Transport::getCarCase(), ['prompt' => Yii::t('app', 'Select the carcase')]);
?>

    <?php 
echo $form->field($model, 'carcase_charge')->dropDownList(Transport::getCarCaseCharge(), ['prompt' => Yii::t('app', 'Select the carcase'), 'value' => 'any']);
?>

    <?php 
echo $form->field($model, 'capacity')->textInput();
?>

    <?php 
echo $form->field($model, 'size')->textInput();
?>
    <br/>
    <h4><?php 
echo Yii::t('app', 'Time');
?>
</h4>
    <?php