Example #1
0
echo VmHTML::row_control('select', JText::_('Hold seat'), 'hold_seat', $this->hold_seat_type, $this->item->hold_seat, '');
?>
                        <?php 
echo VmHTML::row_control('select_percent_amount', JText::_('Deposit Amount'), 'deposit_type', 'deposit_amount', $this->item->deposit_type, $this->item->deposit_amount);
?>
                        <?php 
echo VmHTML::row_control('select_amount_percent', 'Balance 1 Terms', 'balance_day_1', 'balance_percent_1', $this->item->balance_day_1, $this->item->balance_percent_1, false);
?>
                        <?php 
echo VmHTML::row_control('select_amount_percent', 'Balance 2 Terms', 'balance_day_2', 'balance_percent_2', $this->item->balance_day_2, $this->item->balance_percent_2, false);
?>
                        <?php 
echo VmHTML::row_control('select_amount_percent', 'Balance 3 Terms', 'balance_day_3', 'balance_percent_3', $this->item->balance_day_3, $this->item->balance_percent_3, false);
?>
                        <?php 
echo VmHTML::row_basic('list_checkbox', 'Payment option', 'list_payment_method_id', $this->list_payment_method, $this->item->list_payment_method_id, '', 'tsmart_paymentmethod_id', 'payment_name', true, true, true, 4);
?>

                    </div>
                </div>
                <div class="footer"></div>
            </div>

        </div>
        <input type="hidden" name="tsmart_paymentsetting_id"
               value="<?php 
echo $this->item->tsmart_paymentsetting_id;
?>
"/>
        <?php 
echo $this->addStandardHiddenToForm();
Example #2
0
                <?php 
echo VmHTML::row_control('editor', 'Itinerary', 'itinerary', $this->item->itinerary, '100%', 10);
?>
            </div>
        </div>
        <div class="row-fluid">
            <div class="span12">
                <?php 
echo VmHTML::row_control('editor', 'inclusion', 'inclusion', $this->item->inclusion, '100%', 10);
?>
            </div>
        </div>
        <div class="row-fluid">
            <div class="span12">
                <?php 
echo VmHTML::row_basic('list_checkbox', 'select tour apply', 'list_tour_id', $this->list_tour, $this->item->list_tour_id, '', 'tsmart_product_id', 'product_name', false);
?>
            </div>
        </div>

        <?php 
echo VmHTML::inputHidden(array(show_in_parent_window => $this->show_in_parent_window));
?>
        <?php 
echo VmHTML::inputHidden(array(tsmart_excursion_addon_id => $this->item->tsmart_excursion_addon_id));
?>
        <input type="hidden" value="1" name="published">
        <input type="hidden" value="com_tsmart" name="option">
        <input type="hidden" value="excursionaddon" name="controller">
        <input type="hidden" value="excursionaddon" name="view">
        <input type="hidden" value="save" name="task">