diff options
Diffstat (limited to 'protected/views/standort/update.php')
| -rw-r--r-- | protected/views/standort/update.php | 15 |
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 |
