summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/preboot/index.phtml
diff options
context:
space:
mode:
authorSimon2011-04-12 14:11:39 +0200
committerSimon2011-04-12 14:11:39 +0200
commitbb40ce261f84adfc03cbe9132216367affa38d6b (patch)
treea5e128f73cdf475424ee3a6cd0e9408b49fd4c59 /application/modules/user/views/scripts/preboot/index.phtml
parentDefault-User added (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-bb40ce261f84adfc03cbe9132216367affa38d6b.tar.gz
pbs2-bb40ce261f84adfc03cbe9132216367affa38d6b.tar.xz
pbs2-bb40ce261f84adfc03cbe9132216367affa38d6b.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views/scripts/preboot/index.phtml')
-rw-r--r--application/modules/user/views/scripts/preboot/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/preboot/index.phtml b/application/modules/user/views/scripts/preboot/index.phtml
index dd9faba..620fb4f 100644
--- a/application/modules/user/views/scripts/preboot/index.phtml
+++ b/application/modules/user/views/scripts/preboot/index.phtml
@@ -4,7 +4,7 @@
<?php if(Pbs_Acl::checkRight('pru')): ?>
<?php echo $this->formButton('checkupdate', 'Check for Updates', array(
- 'onclick' => 'self.location="/user/preboot/index/checkupdate/true"',
+ 'onclick' => 'self.location="/user/preboot/index/checkupdate/true/page/'.$this->page.'"',
'class' => 'updatebutton',
))?>
<?php endif;?>