summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts
diff options
context:
space:
mode:
authorSimon2011-04-19 21:09:30 +0200
committerSimon2011-04-19 21:09:30 +0200
commit601dfe618f25cb4393b508463abc80be6d0a4f5f (patch)
tree9dac10704557699c81635b3bbbcc87535b517510 /application/modules/user/views/scripts
parentTicket #228 - Enter kann zum Absenden des Formulars benutzt werden (diff)
downloadpbs2-601dfe618f25cb4393b508463abc80be6d0a4f5f.tar.gz
pbs2-601dfe618f25cb4393b508463abc80be6d0a4f5f.tar.xz
pbs2-601dfe618f25cb4393b508463abc80be6d0a4f5f.zip
Ticket #230 - BootIso heißt nun BootMedium
Diffstat (limited to 'application/modules/user/views/scripts')
-rw-r--r--application/modules/user/views/scripts/bootiso/index.phtml10
1 files changed, 5 insertions, 5 deletions
diff --git a/application/modules/user/views/scripts/bootiso/index.phtml b/application/modules/user/views/scripts/bootiso/index.phtml
index a8c4e1c..672dad3 100644
--- a/application/modules/user/views/scripts/bootiso/index.phtml
+++ b/application/modules/user/views/scripts/bootiso/index.phtml
@@ -3,7 +3,7 @@
<?php echo $this->searchform; ?>
<?php if(Pbs_Acl::checkRight('bc')): ?>
-<?php echo $this->formButton('createbootiso', 'Create BootISO', array(
+<?php echo $this->formButton('createbootiso', 'Create BootMedium', array(
'onclick' => 'self.location="/user/bootiso/createbootiso/page/'.$this->page.'"',
'class' => 'addbutton'))?>
<?php endif;?>
@@ -25,11 +25,11 @@
<div class='listelement'>
<?php if(count($this->bootisolist)==0)
- echo "There are no BootISO entries to display." ?>
+ echo "There are no BootMedium entries to display." ?>
<?php foreach ($this->bootisolist as $k => $bootiso): ?>
<div class='element'>
<div class='number'>
- <div class='smallnumber'>BootIso</div>
+ <div class='smallnumber'>BootMed</div>
<?php echo $k+1; ?>
</div>
<div class='content'>
@@ -56,7 +56,7 @@
'page' => $this->page
),
'default',
- true, false) ?>"><img src='/media/img/edit.png' alt='Edit BootISO' /></a>
+ true, false) ?>"><img src='/media/img/edit.png' alt='Edit BootMedium' /></a>
<?php endif; ?>
<?php if(Pbs_Acl::checkRight('bd')): ?>
<a href="<?php echo $this->url(
@@ -68,7 +68,7 @@
'page' => $this->page
),
'default',
- true) ?>"><img src='/media/img/delete.png' alt='Delete BootISO'/></a>
+ true) ?>"><img src='/media/img/delete.png' alt='Delete BootMedium'/></a>
<?php endif; ?>
</div>
<?php if(!Pbs_Acl::checkRight('bai')){