summaryrefslogtreecommitdiff
path: root/protected/views/verein/update.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-11 10:18:31 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-11 10:18:31 +0200
commita6cd00ec233d1c7676d75224900ed1543130ac94 (patch)
tree94f25ab6433d3a729e004dbc2610e3f7b7c69cc2 /protected/views/verein/update.php
parent5b39d6bf7f34ed52059410f3d0af3799aeff2113 (diff)
diverse anzeigen und experimente
Diffstat (limited to 'protected/views/verein/update.php')
-rw-r--r--protected/views/verein/update.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/protected/views/verein/update.php b/protected/views/verein/update.php
deleted file mode 100644
index 5230605..0000000
--- a/protected/views/verein/update.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-$this->breadcrumbs=array(
- 'Vereine'=>array('index'),
- '"'.$model->name.'" bearbeiten',
-);
-
-$this->menu=array(
- array('label'=>'Vereine verwalten', 'url'=>array('admin')),
- array('label'=>'Verein erstellen', 'url'=>array('create')),
- array('label'=>'Verein anzeigen', 'url'=>array('view', 'id'=>$model->id))
-);
-?>
-
-<h1>Verein '<?php echo $model->name; ?>' bearbeiten</h1>
-
-<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte,'slugs'=>$slugs)); ?> \ No newline at end of file