summaryrefslogtreecommitdiff
path: root/protected/views/verein/create.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-05-05 18:09:22 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-05-05 18:09:22 +0200
commit7ef6bd96b678c5cb70f31c7400019530dcbe7cbd (patch)
treee191cfa613313fafb5c1adefb2801d480e1fe4b0 /protected/views/verein/create.php
parent10b3e68c049cc0830584e535b9273ec1c7745450 (diff)
Assets etc aus git genommen, erste ansicht vereinslist
Diffstat (limited to '')
-rw-r--r--protected/views/verein/create.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/protected/views/verein/create.php b/protected/views/verein/create.php
new file mode 100644
index 0000000..46f088e
--- /dev/null
+++ b/protected/views/verein/create.php
@@ -0,0 +1,14 @@
+<?php
+$this->breadcrumbs=array(
+ 'Vereine'=>array('index'),
+ 'Verein erstellen',
+);
+
+$this->menu=array(
+ array('label'=>'Vereine verwalten', 'url'=>array('index'))
+);
+?>
+
+<h1>Verein erstellen</h1>
+
+<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte,'slugs'=>$slugs)); ?> \ No newline at end of file