Example #1
0
                                <td>Service class</td>
                                <td >

                                    <?php 
echo VmHTML::select_service_class($this->list_service_class_by_tour_id, 'tsmart_service_class_id', $this->price->service_class_id, '');
?>

                                </td>
                            </tr>


                            <tr>
                                <td>Range of date</td>
                                <td >
                                    <?php 
echo VmHTML::select_range_of_date(array(), 'tsmart_price_id', $this->price->tsmart_price_id, '', 'vituemart_price_id', 'title');
?>
                                </td>


                            </tr>
                            <tr>
                                <td>pro.  period</td>
                                <td >
                                    <?php 
echo VmHTML::range_of_date('sale_period_from', 'sale_period_to', $this->price->sale_period_from, $this->price->sale_period_to);
?>
                                </td>


                            </tr>