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.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/bootiso/index.phtml b/application/modules/user/views/scripts/bootiso/index.phtml
index 4af8c0e..1c0c5fe 100644
--- a/application/modules/user/views/scripts/bootiso/index.phtml
+++ b/application/modules/user/views/scripts/bootiso/index.phtml
@@ -19,9 +19,9 @@
<div class='listelement'>
<?php if(count($this->bootisolist)==0)
echo "There are no BootISO entries to display." ?>
- <?php foreach ($this->bootisolist as $bootiso): ?>
+ <?php foreach ($this->bootisolist as $k => $bootiso): ?>
<div class='element'>
- <div class='number'><?php echo $this->escape($bootiso->getID()); ?></div>
+ <div class='number'><?php echo $k+1; ?></div>
<div class='content'>
<div class='actions'>
<a href="<?php echo $this->url(