diff options
Diffstat (limited to 'protected/views/myVeranstaltung/update.php')
| -rw-r--r-- | protected/views/myVeranstaltung/update.php | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/protected/views/myVeranstaltung/update.php b/protected/views/myVeranstaltung/update.php index cfeb467..3ee393d 100644 --- a/protected/views/myVeranstaltung/update.php +++ b/protected/views/myVeranstaltung/update.php @@ -1,18 +1,16 @@ <?php $this->breadcrumbs=array( - 'Veranstaltungs'=>array('index'), - $model->id=>array('view','id'=>$model->id), - 'Update', + 'Unsere Veranstaltungen'=>array('index'), + $model->titel.' bearbeiten', ); $this->menu=array( - array('label'=>'List Veranstaltung', 'url'=>array('index')), - array('label'=>'Create Veranstaltung', 'url'=>array('create')), - array('label'=>'View Veranstaltung', 'url'=>array('view', 'id'=>$model->id)), - array('label'=>'Manage Veranstaltung', 'url'=>array('admin')), + array('label'=>'Unsere Veranstaltungen', 'url'=>array('index')), + array('label'=>'Neue Veranstaltung erstellen', 'url'=>array('create')), + array('label'=>'Diese Veranstaltung anzeigen', 'url'=>array('view', 'id'=>$model->id)), ); ?> -<h1>Update Veranstaltung <?php echo $model->id; ?></h1> +<h1>Veranstaltung '<?php echo $model->titel; ?>' bearbeiten</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 |
