summaryrefslogtreecommitdiff
path: root/protected/views/standort/create.php
blob: 822faf1c445e106f36e9436108e6040bedc540c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$this->breadcrumbs=array(
	'Standorte'=>array('index'),
	'Standort erstellen',
);

$this->menu=array(
	array('label'=>'Standorte', 'url'=>array('index')),
);
?>

<h1>Standort erstellen</h1>

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