Exemple #1
0
        </section>
    </div>
    <div class="row show-green">
        <section class="col-sm-3">
        <?php 
echo $form->checkboxListGroup($Reis, 'body', ['widgetOptions' => ['data' => Reis::getBodyType()]]);
?>
        </section>
        <section class="col-sm-3">
        <?php 
echo $form->checkboxListGroup($Reis, 'load_type', ['widgetOptions' => ['data' => Reis::getTypeLoadUnload()]]);
?>
        </section>
        <section class="col-sm-3">
        <?php 
echo $form->checkboxListGroup($Reis, 'unload_type', ['widgetOptions' => ['data' => Reis::getTypeLoadUnload()]]);
?>
        </section>
    </div>
    <h3 class="show-green"><?php 
echo Yii::t('ReisModule.default', 'Оплата');
?>
</h3>
    <div class="row show-green">
        <section class="col-sm-3">
            <?php 
echo $form->textFieldGroup($Reis, 'cost_value_bn_nds');
?>
        </section>
        <section class="col-sm-3">
            <?php 
			<div id="transport_type_block">
				<div id="transport_type_block_auto" style="display:none">
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'body_auto', ['widgetOptions' => ['data' => Reis::getBodyType(), 'htmlOptions' => []]]);
?>
					</section>
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'load_type_auto', ['widgetOptions' => ['data' => Reis::getTypeLoadUnload(), 'htmlOptions' => []]]);
?>
					</section>
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'unload_type_auto', ['widgetOptions' => ['data' => Reis::getTypeLoadUnload(), 'htmlOptions' => []]]);
?>
					</section>
				</div>
				<div id="transport_type_block_sea" style="display:none">
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'body_sea', ['widgetOptions' => ['data' => Reis::getTransportTypeSea(), 'htmlOptions' => []]]);
?>
					</section>
				</div>
				<div id="transport_type_block_train" style="display:none">
					<section class="col-md-4 show-green">
						<?php 
echo $form->checkboxListGroup($ReisSearchForm, 'body_train', ['widgetOptions' => ['data' => Reis::getTransportTypeTrain(), 'htmlOptions' => []]]);
?>