Пример #1
0
                                <legend
                                    class="tour-border"><?php 
echo JText::_('Get best price for your travel date');
?>
</legend>
                                <?php 
echo VmHTML::select_number_passenger('filter_total_passenger_from_12_years_old', '', 1, 50, $this->state->get('filter.total_passenger_from_12_years_old'), ' class="required" ');
?>
                                <?php 
echo VmHTML::select_number_passenger('filter_total_passenger_under_12_years_old', 'Passenger under 12 years old', 1, 50, $this->state->get('filter.total_passenger_under_12_years_old'), ' class="required" ');
?>
                                <?php 
if ($this->product->price_type != tsmGroupSize::FLAT_PRICE) {
    echo VmHTML::select_date('filter_start_date', $this->state->get('filter.start_date'), '', '', '', '', ' required ');
} else {
    echo VmHTML::select_month('filter_month', $this->state->get('filter.month'), '', '', '', '', ' required ');
}
?>

                                <div class="btn-go">
                                    <?php 
echo VmHTML::input_button('submit', 'Go');
?>
                                </div>
                            </fieldset>

                        </div>
                    </div>
                    <input name="option" value="com_virtuemart" type="hidden">
                    <input name="controller" value="productdetails" type="hidden">
                    <input type="hidden" value="productdetails" name="view">