summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorSimon2011-03-11 14:30:37 +0100
committerSimon2011-03-11 14:30:37 +0100
commit940cbd31de9954d25268af830557f36f2b63b4ef (patch)
tree0205c1953dc47201ba156a0ba55202aa310c2a7e /application/views
parentkorrektur (diff)
downloadpbs2-940cbd31de9954d25268af830557f36f2b63b4ef.tar.gz
pbs2-940cbd31de9954d25268af830557f36f2b63b4ef.tar.xz
pbs2-940cbd31de9954d25268af830557f36f2b63b4ef.zip
Sessionmapper korrigier, alphasession hinzugefügt, BootMenuEntryID geadded
Diffstat (limited to 'application/views')
-rw-r--r--application/views/scripts/session/index.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/views/scripts/session/index.phtml b/application/views/scripts/session/index.phtml
index 8d50dd2..f0df609 100644
--- a/application/views/scripts/session/index.phtml
+++ b/application/views/scripts/session/index.phtml
@@ -5,7 +5,9 @@
<table>
<tr>
<th>ID</th>
+ <th>alphasessionID</th>
<th>ClientID</th>
+ <th>BootmenuentryID</th>
<th>BootosID</th>
<th>BootIsoID</th>
<th>Time</th>
@@ -16,7 +18,7 @@
<?php foreach ($this->sessions as $session): ?>
<tr class=entry>
<td><?php echo $this->escape($session->getID()) ?></td>
- <td><?php echo $this->escape($session->getalphasessionID()) ?></td>
+ <td><?php echo $this->escape($session->getAlphasessionID()) ?></td>
<td><?php echo $this->escape($session->getClientID()) ?></td>
<td><?php echo $this->escape($session->getBootmenuentryID()) ?></td>
<td><?php echo $this->escape($session->getBootosID()) ?></td>