summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/filter
diff options
context:
space:
mode:
authorSimon2011-03-31 17:28:01 +0200
committerSimon2011-03-31 17:28:01 +0200
commit9be5110682262d8933b93043790c715c3b848a7a (patch)
tree428129a77dc7ede00a7422d182c727ee8444b09f /application/modules/user/views/scripts/filter
parentGraph-Anzeige gefixxt (diff)
downloadpbs2-9be5110682262d8933b93043790c715c3b848a7a.tar.gz
pbs2-9be5110682262d8933b93043790c715c3b848a7a.tar.xz
pbs2-9be5110682262d8933b93043790c715c3b848a7a.zip
pagination auf client, pool und filter hinzugefügt
Diffstat (limited to 'application/modules/user/views/scripts/filter')
-rw-r--r--application/modules/user/views/scripts/filter/index.phtml17
1 files changed, 11 insertions, 6 deletions
diff --git a/application/modules/user/views/scripts/filter/index.phtml b/application/modules/user/views/scripts/filter/index.phtml
index 8ca6174..bb7f11a 100644
--- a/application/modules/user/views/scripts/filter/index.phtml
+++ b/application/modules/user/views/scripts/filter/index.phtml
@@ -26,7 +26,8 @@
'module' => 'user',
'controller' => 'filter',
'action' => 'editfilter',
- 'filterID' => $filter->getID()
+ 'filterID' => $filter->getID(),
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/edit.png' alt='Edit Filter'/></a></td>
@@ -35,7 +36,8 @@
'module' => 'user',
'controller' => 'filter',
'action' => 'removefilter',
- 'filterID' => $filter->getID()
+ 'filterID' => $filter->getID(),
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/delete.png' alt='Delete Filter'/></a></td>
@@ -44,7 +46,8 @@
'module' => 'user',
'controller' => 'filter',
'action' => 'addfilterentry',
- 'filterID' => $filter->getID()
+ 'filterID' => $filter->getID(),
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/add.png' alt='Add Filterentry'/></a></td>
@@ -89,7 +92,8 @@
'module' => 'user',
'controller' => 'filter',
'action' => 'editfilterentry',
- 'filterentriesID' => $filterentry['filterentriesID']
+ 'filterentriesID' => $filterentry['filterentriesID'],
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/edit.png' alt='Edit Filterentry'/></a>
@@ -98,7 +102,8 @@
'module' => 'user',
'controller' => 'filter',
'action' => 'removefilterentry',
- 'filterentriesID' => $filterentry['filterentriesID']
+ 'filterentriesID' => $filterentry['filterentriesID'],
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/delete.png' alt='Delete Filterentry'/></a>
@@ -111,7 +116,7 @@
<?php endif;?>
<?php endforeach ?>
</table>
-
+ <?php echo $this->pagination; ?>
<?php else: ?>