<?php
$this->breadcrumbs=array(
	'Detalle Comprobantes',
);

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

<h1>Detalle Comprobantes</h1>

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