diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-30 10:18:11 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-30 10:18:11 +0200 |
| commit | acec2b5dc35302147f9a9c73d837dce2f3f9958e (patch) | |
| tree | 2f88a3a657a9211331e1e63e056a089189bd0dd2 /protected/views/verein/update.php | |
| parent | 56593a21209f3ce55fe66d303dbe01b8e081778b (diff) | |
| parent | 148a216bba21cec1cbe07b60b5191791e0016d6f (diff) | |
Merge branch 'master' of ssh://proxy.ccwn.org:9044/home/ccwn/git-repos/admin.astaf.de
Diffstat (limited to 'protected/views/verein/update.php')
| -rw-r--r-- | protected/views/verein/update.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protected/views/verein/update.php b/protected/views/verein/update.php index 2ce51a8..5230605 100644 --- a/protected/views/verein/update.php +++ b/protected/views/verein/update.php @@ -1,8 +1,7 @@ <?php $this->breadcrumbs=array( 'Vereine'=>array('index'), - $model->name=>array('view','id'=>$model->id), - 'Bearbeiten', + '"'.$model->name.'" bearbeiten', ); $this->menu=array( @@ -14,4 +13,4 @@ $this->menu=array( <h1>Verein '<?php echo $model->name; ?>' bearbeiten</h1> -<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte)); ?>
\ No newline at end of file +<?php echo $this->renderPartial('_form', array('model'=>$model, 'standorte'=>$standorte,'slugs'=>$slugs)); ?>
\ No newline at end of file |
