Example #1
0
                <div class="row-fluid">
                    <div class="span8">
                        <table class="table-bordered  table table-striped">
                            <tr>
                                <td>Tour</td>
                                <td colspan="4"><?php 
echo $this->product->product_name;
?>
</td>
                            </tr>
                            <tr>
                                <td>Service class</td>
                                <td colspan="4">

                                    <?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>Sale periol</td>
                                <td colspan="4">
                                    <?php 
echo VmHTML::range_of_date('sale_period_from', 'sale_period_to', $this->price->sale_period_from, $this->price->sale_period_to);
?>
                                </td>


                            </tr>