summaryrefslogtreecommitdiff
path: root/protected/views/standort/create.php
diff options
context:
space:
mode:
authorccwn <tzur@ccwn.org>2012-04-21 09:52:18 +0200
committerccwn <tzur@ccwn.org>2012-04-21 09:52:18 +0200
commited8e4f88f2877c7bed09662291711b7165e7455f (patch)
tree549426a7302fbf80f92af33dbd2bb63276867735 /protected/views/standort/create.php
parenta8874be6fb5803231ecb3af2bb7c924d7ae42587 (diff)
common views hinzugefügt
standort views hinzugefügt
Diffstat (limited to '')
-rw-r--r--protected/views/standort/create.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/protected/views/standort/create.php b/protected/views/standort/create.php
new file mode 100644
index 0000000..822faf1
--- /dev/null
+++ b/protected/views/standort/create.php
@@ -0,0 +1,14 @@
+<?php
+$this->breadcrumbs=array(
+ 'Standorte'=>array('index'),
+ 'Standort erstellen',
+);
+
+$this->menu=array(
+ array('label'=>'Standorte', 'url'=>array('index')),
+);
+?>
+
+<h1>Standort erstellen</h1>
+
+<?php echo $this->renderPartial('_form', array('model'=>$model)); ?> \ No newline at end of file