summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/bootiso/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/bootiso/index.phtml')
-rw-r--r--application/modules/user/views/scripts/bootiso/index.phtml10
1 files changed, 7 insertions, 3 deletions
diff --git a/application/modules/user/views/scripts/bootiso/index.phtml b/application/modules/user/views/scripts/bootiso/index.phtml
index 4e1d15d..c41d8d2 100644
--- a/application/modules/user/views/scripts/bootiso/index.phtml
+++ b/application/modules/user/views/scripts/bootiso/index.phtml
@@ -35,7 +35,8 @@
'controller' => 'bootiso',
'action' => 'downloadbootiso',
'prebootID' => $bootiso->getprebootID(),
- 'bootisoID' => $bootiso->getID()
+ 'bootisoID' => $bootiso->getID(),
+ 'page' => $this->page
),
'default',
true, false) ?>"><img src='/media/img/download.png' alt='Download BootMedium' /></a></td>
@@ -44,7 +45,8 @@
'module' => 'user',
'controller' => 'bootiso',
'action' => 'editbootiso',
- 'bootisoID' => $bootiso->getID()
+ 'bootisoID' => $bootiso->getID(),
+ 'page' => $this->page
),
'default',
true, false) ?>"><img src='/media/img/edit.png' alt='Edit BootISO' /></a></td>
@@ -53,13 +55,15 @@
'module' => 'user',
'controller' => 'bootiso',
'action' => 'deletebootiso',
- 'bootisoID' => $bootiso->getID()
+ 'bootisoID' => $bootiso->getID(),
+ 'page' => $this->page
),
'default',
true) ?>"><img src='/media/img/delete.png' alt='Delete BootISO'/></a></td>
</tr>
<?php endforeach; ?>
</table>
+<?php echo $this->pagination; ?>