<?php /** * The following variables are available in this template: * - $this: the CrudCode object */ ?> <?php echo "<?php\n \$this->breadcrumbs = array( \$model->label(2) => array('index'), GxHtml::valueEx(\$model) => array('view', 'id' => GxActiveRecord::extractPkValue(\$model, true)), Yii::t('app', 'Actualizar'), );\n"; ?> $this->menu = array( array('label' => Yii::t('app', 'Listar') . ' ' . $model->label(2), 'url'=>array('index')), array('label' => Yii::t('app', 'Registrar nuevo') . ' ' . $model->label(), 'url'=>array('create')), array('label' => Yii::t('app', 'Ver') . ' ' . $model->label(), 'url'=>array('view', 'id' => GxActiveRecord::extractPkValue($model, true))), array('label' => Yii::t('app', 'Administrar') . ' ' . $model->label(2), 'url'=>array('admin')), ); ?> <h1><?php echo '<?php'; ?> echo Yii::t('app', 'Actualizar') . ' ' . GxHtml::encode($model->label()) . ' ' . GxHtml::encode(GxHtml::valueEx($model)); ?></h1> <?php echo "<?php\n"; ?> $this->renderPartial('_form', array( 'model' => $model)); ?>