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/veranstaltung | |
| parent | 48f25c5eadd2a82a365b034a59b3cba4536a1e74 (diff) | |
Initiale Veranstaltungsverwaltung für die Vereine hinzugefügt
Diffstat (limited to 'protected/views/veranstaltung')
| -rw-r--r-- | protected/views/veranstaltung/view.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protected/views/veranstaltung/view.php b/protected/views/veranstaltung/view.php index 5840a4e..55444d8 100644 --- a/protected/views/veranstaltung/view.php +++ b/protected/views/veranstaltung/view.php @@ -8,7 +8,7 @@ $this->menu=array( array('label'=>'Veranstaltungen', 'url'=>array('index')), array('label'=>'Veranstaltung erstellen', 'url'=>array('create')), array('label'=>'Veranstaltung bearbeiten', 'url'=>array('update', 'id'=>$model->id)), - array('label'=>'Veranstaltung löschen', 'url'=>'#', 'linkOptions'=>array('submit'=>array('delete','id'=>$model->id),'confirm'=>'Are you sure you want to delete this item?')), + array('label'=>'Veranstaltung löschen', 'url'=>'#', 'linkOptions'=>array('submit'=>array('delete','id'=>$model->id),'confirm'=>'Willst du diese Veranstaltung wirklich löschen?')), ); ?> |
