summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/client/index.phtml
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/client/index.phtml
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/client/index.phtml')
-rw-r--r--application/modules/user/views/scripts/client/index.phtml6
1 files changed, 4 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml
index dd7aad2..1e3345e 100644
--- a/application/modules/user/views/scripts/client/index.phtml
+++ b/application/modules/user/views/scripts/client/index.phtml
@@ -20,7 +20,8 @@
'module' => 'user',
'controller' => 'client',
'action' => 'editclient',
- 'clientID' => $client['clientID']
+ 'clientID' => $client['clientID'],
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/edit.png' alt='Edit Client'/></a></td>
@@ -29,7 +30,8 @@
'module' => 'user',
'controller' => 'client',
'action' => 'removeclient',
- 'clientID' => $client['clientID']
+ 'clientID' => $client['clientID'],
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/delete.png' alt='Delete Client'/></a></td>