summaryrefslogtreecommitdiff
path: root/protected/views/myVeranstaltung/create.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/views/myVeranstaltung/create.php')
-rw-r--r--protected/views/myVeranstaltung/create.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/protected/views/myVeranstaltung/create.php b/protected/views/myVeranstaltung/create.php
index 3c7af00..defd84d 100644
--- a/protected/views/myVeranstaltung/create.php
+++ b/protected/views/myVeranstaltung/create.php
@@ -1,15 +1,14 @@
<?php
$this->breadcrumbs=array(
- 'Veranstaltungs'=>array('index'),
- 'Create',
+ 'Unsere Veranstaltungen'=>array('index'),
+ 'Neue Veranstaltung erstellen',
);
$this->menu=array(
- array('label'=>'List Veranstaltung', 'url'=>array('index')),
- array('label'=>'Manage Veranstaltung', 'url'=>array('admin')),
+ array('label'=>'Unsere Veranstaltungen', 'url'=>array('index')),
);
?>
-<h1>Create Veranstaltung</h1>
+<h1>Neue Veranstaltung erstellen</h1>
-<?php echo $this->renderPartial('_form', array('model'=>$model)); ?> \ No newline at end of file
+<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte)); ?> \ No newline at end of file