<?php
$this->breadcrumbs=array(
	'Proceso Pagos',
);

$this->menu=array(
	array('label'=>'Create ProcesoPago','url'=>array('create')),
	array('label'=>'Manage ProcesoPago','url'=>array('admin')),
);
?>

<h1>Proceso Pagos</h1>

<?php $this->widget('bootstrap.widgets.TbListView',array(
	'dataProvider'=>$dataProvider,
	'itemView'=>'_view',
)); ?>
