Ejemplo n.º 1
0
?>
                <?php 
echo VmHTML::row_control('text_view_from_to', 'Min Max age', $view->product->min_age, $view->product->max_age, $text = 'to', 'style="width:65px"', ' style="width:65px" ');
?>


            </fieldset>
        </div>
        <div class="span4">
            <fieldset >
                <legend>Tour Section</legend>
                <?php 
echo VmHTML::view_list(array($view->product->tour_section));
?>
            </fieldset>
            <fieldset class="list_tour_service_class">
                <legend>Service class</legend>
                <?php 
echo VmHTML::view_list($view->product->list_tour_service_class);
?>
            </fieldset>
        </div>
    </div>

</div>
<!-- Product pricing -->


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