diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 18:29:42 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 18:29:42 +0200 |
| commit | 839a8e73b87dcdd5c19a3ef3039967b7b2800e6c (patch) | |
| tree | e87657e2e87619740adc9eb2d470393308e97277 /protected/views/standort/_standort.php | |
| parent | 6d3f9e5765d64f6d8d6ec36d5dcf022c7e632ca4 (diff) | |
Fehler in config zurück
Diffstat (limited to 'protected/views/standort/_standort.php')
| -rw-r--r-- | protected/views/standort/_standort.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protected/views/standort/_standort.php b/protected/views/standort/_standort.php index dd978dc..280a351 100644 --- a/protected/views/standort/_standort.php +++ b/protected/views/standort/_standort.php @@ -11,6 +11,7 @@ $dataProvider=new CActiveDataProvider('Verein', array( )); $this->widget('zii.widgets.CListView', array( 'dataProvider'=>$dataProvider, + 'pager'=>array('footer'=>'', 'header'=>''), 'itemView'=>'/verein/_short', 'sortableAttributes'=>array( 'name' |
