summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/bootos/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/views/scripts/bootos/index.phtml')
-rw-r--r--application/modules/user/views/scripts/bootos/index.phtml26
1 files changed, 0 insertions, 26 deletions
diff --git a/application/modules/user/views/scripts/bootos/index.phtml b/application/modules/user/views/scripts/bootos/index.phtml
index c39ac05..f01cccd 100644
--- a/application/modules/user/views/scripts/bootos/index.phtml
+++ b/application/modules/user/views/scripts/bootos/index.phtml
@@ -4,13 +4,6 @@
<div class='helper infobox'>Here you can see all available BootOs you can select to start. Before you can boot one of these you have to add it to your BootMenu.</div>
<?php echo $this->searchform; ?>
-
-<?php if(Pbs_Acl::checkRight('bou')): ?>
-<?php echo $this->formButton('checkupdate', 'Check for Updates', array(
- 'onclick' => 'self.location="/user/bootos/index/page/'.$this->page.'/checkupdate/true"',
- 'class' => 'updatebutton',
- ))?>
-<?php endif;?>
<?php if(Pbs_Acl::checkRight('boc')): ?>
<?php echo $this->formButton('createbootos', 'Create BootOS', array(
'onclick' => 'self.location="/user/bootos/createbootos/page/'.$this->page.'"',
@@ -21,10 +14,7 @@
<?php if(Pbs_Acl::checkRight('boai')): ?>
<div class='code'>bootosID</div>
<div class='code'>public</div>
- <div class='code'>path_kernel</div>
<div class='code'>defaultkcl</div>
- <div class='code'>path_init</div>
- <div class='code'>path_config</div>
<div class='code'>distro</div>
<div class='code'>distroversion</div>
<div class='code'>share</div>
@@ -50,22 +40,6 @@
</div>
<div class='content'>
<div class='actions'>
- <?php if(Pbs_Acl::checkRight('bou')): ?>
- <?php if($this->update[$bootos->getID()]==true): ?>
- <a href="<?php echo $this->url(
- array(
- 'module' => 'user',
- 'controller' => 'bootos',
- 'action' => 'updatebootos',
- 'bootosID' => $bootos->getID(),
- 'page' => $this->page
- ),
- 'default',
- true, false) ?>"><img src='/media/img/update.png' alt='Updates available' /></a>
- <?php else: ?>
- <a><img src='/media/img/update_grey.png' alt='No updates available' /></a>
- <?php endif; ?>
- <?php endif; ?>
<?php if(Pbs_Acl::checkRight('boe') || Pbs_Acl::checkRight('boem')): ?>
<a href="<?php echo $this->url(
array(