Example #1
0
                       onclick="return toggleAdvanced( this )">
                        <span class="icon-plus-1" id="indicator"></span> Розширений пошук
                    </a>

                    <div class="clear"></div>

                    <div style="display: none;" id="advanced-options">
                        <li class="form-row text-input-row" style="display: block; float: left;">
                            <?php 
echo $form->dropDownList($model, 'companion_id', TripCompanion::getOptions('Кого шукаємо?'), array('class' => 'text-input', 'style' => 'width: 150px;'));
?>
                        </li>

                        <li class="form-row text-input-row" style="display: block; float: left; margin-left: 15px;">
                            <?php 
echo $form->dropDownList($model, 'owner_age', User::getAgesForFilter('Вік супутника'), array('class' => 'text-input', 'style' => 'width: 150px;'));
?>
                        </li>

                        <li class="form-row text-input-row" style="display: block; float: left; margin-left: 15px;">
                            <?php 
echo $form->dropDownList($model, 'start_at', Trip::getStartPeriods('Коли їдемо?'), array('class' => 'text-input', 'style' => 'width: 150px;'));
?>
                        </li>
                    </div>
                </ol>
            </fieldset>

            <?php 
$this->endWidget();
?>