<?php
/* @var $this RetiroParcialSolicitudesLogController */
/* @var $model RetiroParcialSolicitudesLog */

$this->breadcrumbs=array(
	'Retiro Parcial Solicitudes Logs'=>array('index'),
	'Create',
);

$this->menu=array(
	array('label'=>'List RetiroParcialSolicitudesLog', 'url'=>array('index')),
	array('label'=>'Manage RetiroParcialSolicitudesLog', 'url'=>array('admin')),
);
?>

<h1>Create RetiroParcialSolicitudesLog</h1>

<?php $this->renderPartial('_form', array('model'=>$model)); ?>