summaryrefslogtreecommitdiff
path: root/protected/views/standort/update.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/update.php
parenta8874be6fb5803231ecb3af2bb7c924d7ae42587 (diff)
common views hinzugefügt
standort views hinzugefügt
Diffstat (limited to '')
-rw-r--r--protected/views/standort/update.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/protected/views/standort/update.php b/protected/views/standort/update.php
new file mode 100644
index 0000000..7141792
--- /dev/null
+++ b/protected/views/standort/update.php
@@ -0,0 +1,15 @@
+<?php
+$this->breadcrumbs=array(
+ 'Standorte'=>array('index'),
+ 'Standort "'.$model->name.'" bearbeiten',
+);
+
+$this->menu=array(
+ array('label'=>'Standorte', 'url'=>array('index')),
+ array('label'=>'Standort erstellen', 'url'=>array('create')),
+);
+?>
+
+<h1>Standort "<?php echo $model->name; ?>" bearbeiten</h1>
+
+<?php echo $this->renderPartial('_form', array('model'=>$model)); ?> \ No newline at end of file