create.php 632 Bytes
Newer Older
Oscar S. Siordia's avatar
Oscar S. Siordia committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!-- begin PAGE TITLE ROW -->
<div class="row">
    <div class="col-lg-12">
        <div class="page-title">
            <h1>
                Nuevo Posgrado
            </h1>
            <ol class="breadcrumb">
                <li><i class="fa fa-dashboard"></i>  <a href="<?php echo $this->createUrl('dashboard/'); ?>">Dashboard</a>
                </li>
                <li class="active">Nuevo Posgrado</li>
            </ol>
        </div>

		<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>
        
    </div>
    <!-- /.col-lg-12 -->
</div>
<!-- /.row -->
<!-- end PAGE TITLE ROW -->