<?php
/* @var $this EstructuraArchivoBancoController */
/* @var $model EstructuraArchivoBanco */

$this->breadcrumbs=array(
	'Estructura Archivo Bancos'=>array('index'),
	'Create',
);

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

<h2 style="text-align: center;">Registrar la estructura del archivo de banco</h2>

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