summaryrefslogtreecommitdiff
path: root/protected/views/verein/create.php
diff options
context:
space:
mode:
authortzur <tzur@ccwn.org>2012-04-15 15:30:09 +0200
committertzur <tzur@ccwn.org>2012-04-15 15:30:09 +0200
commit5b2095abddf9d0596a7715879357e8d9a3b786b2 (patch)
tree0c2b6fdc1484b697b1a3740582a906fb51c1d64f /protected/views/verein/create.php
Initial version
Diffstat (limited to 'protected/views/verein/create.php')
-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..02a63f8
--- /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)); ?> \ No newline at end of file