summaryrefslogtreecommitdiff
path: root/protected/views/verein/index.php
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2014-06-27 17:45:49 +0200
committerPatrick Seeger <pseeger@ccwn.org>2014-06-27 17:45:49 +0200
commitb0bb0b981ebaa1b260e48a6a7c05e7b18407b32d (patch)
treefabc2c6f9d33f841571864a4cdddea466e5f558f /protected/views/verein/index.php
parentef69d6a086670fc0893715999f9fe69dd316486e (diff)
Anzeige der Pager verschönert(mobil)
Diffstat (limited to 'protected/views/verein/index.php')
-rw-r--r--protected/views/verein/index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/protected/views/verein/index.php b/protected/views/verein/index.php
index 3f3a807..54d31c4 100644
--- a/protected/views/verein/index.php
+++ b/protected/views/verein/index.php
@@ -13,7 +13,8 @@ $this->menu=array(
<h2>Vereine</h2>
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$model->listPublic(),
- 'itemView'=>'_short', // refers to the partial view named '_post'
+ 'itemView'=>'_short',
+ 'pager'=>array('footer'=>'', 'header'=>''),
/*'sortableAttributes'=>array(
'name',
/*'create_time'=>'Post Time',