summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorSimon2011-03-09 12:34:15 +0100
committerSimon2011-03-09 12:34:15 +0100
commit0f9439ca9131a01844f5df8c37af1c51f07e376a (patch)
treebd075afff5fa4c20db54e7c9a443e0d2b5f93e61 /application/views
parentMerge gefixxt (diff)
downloadpbs2-0f9439ca9131a01844f5df8c37af1c51f07e376a.tar.gz
pbs2-0f9439ca9131a01844f5df8c37af1c51f07e376a.tar.xz
pbs2-0f9439ca9131a01844f5df8c37af1c51f07e376a.zip
styles hinzugefügt
Diffstat (limited to 'application/views')
-rw-r--r--application/views/scripts/bootmenu/index.phtml5
1 files changed, 2 insertions, 3 deletions
diff --git a/application/views/scripts/bootmenu/index.phtml b/application/views/scripts/bootmenu/index.phtml
index f54f085..019a799 100644
--- a/application/views/scripts/bootmenu/index.phtml
+++ b/application/views/scripts/bootmenu/index.phtml
@@ -48,14 +48,13 @@
'default',
true) ?>">Add Entry</a></td>
</tr>
-<<<<<<< HEAD
+
<?php if(count($this->bootmenuentrylist[$bootmenu->getID()]) > 0):?>
<tr class=detail>
<td></td>
<td colspan=7>
<table>
<tr>
- <th></th>
<th>ID</th>
<th>Title</th>
@@ -71,7 +70,7 @@
<?php foreach ($this->bootmenuentrylist[$bootmenu->getID()] as $bootmenuentry): ?>
<?php $bootos = $this->bootosmapper->find($bootmenuentry->getBootosID());?>
<?php $config = $this->configmapper->find($bootmenuentry->getConfigID());?>
- <tr><td></td>
+ <tr>
<td><?php echo $this->escape($bootmenuentry->getID()); ?></td>
<td><?php echo $this->escape($bootmenuentry->getTitle()); ?></td>
<!--<td><?php echo $this->escape($bootmenuentry->getBootmenuID()); ?></td>