diff options
| author | ccwn <tzur@ccwn.org> | 2012-04-24 18:49:57 +0200 |
|---|---|---|
| committer | ccwn <tzur@ccwn.org> | 2012-04-24 18:49:57 +0200 |
| commit | c98745edd2c7b2f48bc3493c4dd9a061376c4720 (patch) | |
| tree | ca1b559f220ec28c3f263d02a8b832613493471f /protected/views/myAngebot/create.php | |
| parent | 314328f527e8cae759d496f528a1472d7970c137 (diff) | |
- Database setup
- Database schema
- Database dev data
- config for new database setup
- Update in AngebotVerein
- Update in Speis&Trank
- Update in Verein
- Update in Kategorie
Diffstat (limited to 'protected/views/myAngebot/create.php')
| -rw-r--r-- | protected/views/myAngebot/create.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protected/views/myAngebot/create.php b/protected/views/myAngebot/create.php new file mode 100644 index 0000000..1a6bf5a --- /dev/null +++ b/protected/views/myAngebot/create.php @@ -0,0 +1,14 @@ +<?php +$this->breadcrumbs=array( + 'Speis & Trank'=>array('index'), + 'Kulinarisches Angebot erstellen', +); + +$this->menu=array( + array('label'=>'Speis & Trank', 'url'=>array('index')), +); +?> + +<h1>Kulinarisches Angebot erstellen</h1> + +<?php echo $this->renderPartial('_form', array('model'=>$model)); ?>
\ No newline at end of file |
