diff options
| author | Tristan Zur <tzur@ccwn.org> | 2012-05-16 18:14:16 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@ccwn.org> | 2012-05-16 18:14:16 +0200 |
| commit | 3cb7fbfceae978d2b87ae976bf4536c3461bb868 (patch) | |
| tree | 36d42842f3dfbc8a9598ea519792933bac99c3f8 /protected/views/myVeranstaltung/update.php | |
| parent | 48f25c5eadd2a82a365b034a59b3cba4536a1e74 (diff) | |
Initiale Veranstaltungsverwaltung für die Vereine hinzugefügt
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 |
