diff options
| author | Simon | 2011-04-12 14:11:39 +0200 |
|---|---|---|
| committer | Simon | 2011-04-12 14:11:39 +0200 |
| commit | bb40ce261f84adfc03cbe9132216367affa38d6b (patch) | |
| tree | a5e128f73cdf475424ee3a6cd0e9408b49fd4c59 /application/modules/user/views/scripts | |
| parent | Default-User added (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-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')
| -rw-r--r-- | application/modules/user/views/scripts/preboot/index.phtml | 2 |
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;?> |
