Example #1
0
File: form.php Project: laiello/yrm
echo $pane->endPanel();
// PANEL 2
echo $pane->startPanel(JText::_('Payment Configuration'), 'panel2');
$_PAYMENT->show_configuration();
?>
	<!--<textarea class="inputbox" rows="50" cols="120" name="payment_extrainfo"><?php 
echo base64_decode($row->payment_extrainfo);
?>
</textarea>-->
<?php 
echo $pane->endPanel();
// PANEL 3
echo $pane->startPanel(JText::_('Configuration'), 'panel3');
include_once $path . DS . "pcl_payment.php";
$_PAYMENT = new pcl_payment();
$_PAYMENT->show_global_configuration();
?>
	<!--<textarea class="inputbox" rows="50" cols="120" name="payment_extrainfo"><?php 
echo base64_decode($row->payment_extrainfo);
?>
</textarea>-->
<?php 
echo $pane->endPanel();
echo $pane->endPane();
?>
	<input type="hidden" name="option" value="com_yos_resources_manager" />
	<input type="hidden" name="controller" value="payment_method" />
	<input type="hidden" name="task" value="" />
	<input type="hidden" name="view" value="payment_method" />
	<input type="hidden" name="payment_id" value="<?php 
echo $this->payment_id[0];