From 0033cec593e82c39cac9b1d0de5c1f9f6f7209e1 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 1 Apr 2011 13:56:31 +0200 Subject: pagination in Bootos & Bootiso --- application/modules/user/views/scripts/bootos/index.phtml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'application/modules/user/views/scripts/bootos') diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml index 53d219f..92e6bbb 100644 --- a/application/modules/user/views/scripts/bootos/index.phtml +++ b/application/modules/user/views/scripts/bootos/index.phtml @@ -1,7 +1,7 @@

BootOS

notification != ''){echo $this->notification;} ?> formButton('checkupdate', 'Check for Updates', array( - 'onclick' => 'self.location="/user/bootos/index/checkupdate/true"', + 'onclick' => 'self.location="/user/bootos/index/page/'.$this->page.'/checkupdate/true"', 'class' => 'updatebutton', ))?> formButton('createbootos', 'Create BootOS', array( @@ -47,7 +47,8 @@ 'module' => 'user', 'controller' => 'bootos', 'action' => 'updatebootos', - 'bootosID' => $bootos->getID() + 'bootosID' => $bootos->getID(), + 'page' => $this->page ), 'default', true, false) ?>">Updates available @@ -60,7 +61,8 @@ 'module' => 'user', 'controller' => 'bootos', 'action' => 'editbootos', - 'bootosID' => $bootos->getID() + 'bootosID' => $bootos->getID(), + 'page' => $this->page ), 'default', true, false) ?>">Edit BootOS @@ -70,13 +72,15 @@ 'module' => 'user', 'controller' => 'bootos', 'action' => 'deletebootos', - 'bootosID' => $bootos->getID() + 'bootosID' => $bootos->getID(), + 'page' => $this->page ), 'default', true) ?>">Delete BootOS +pagination; ?> -- cgit v1.2.3-55-g7522