bashgid/web/protected/views/translation/create.php

18 lines
390 B
PHP
Raw Normal View History

2015-06-27 15:08:58 +00:00
<?php
/* @var $this TranslationController */
/* @var $model Translation */
$this->breadcrumbs=array(
'Translations'=>array('index'),
'Create',
);
$this->menu=array(
array('label'=>'List Translation', 'url'=>array('index')),
array('label'=>'Manage Translation', 'url'=>array('admin')),
);
?>
<h1>Create Translation</h1>
<?php $this->renderPartial('_form', array('model'=>$model)); ?>