summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorSimon2011-03-11 13:58:40 +0100
committerSimon2011-03-11 13:58:40 +0100
commit004acecbfd04608b4b366f26670b2dfe19f48382 (patch)
treed4d43f91b8f01cbdf088a95d881aeaf6cf1fec3a /application/views
parentbootos12 geadded (diff)
downloadpbs2-004acecbfd04608b4b366f26670b2dfe19f48382.tar.gz
pbs2-004acecbfd04608b4b366f26670b2dfe19f48382.tar.xz
pbs2-004acecbfd04608b4b366f26670b2dfe19f48382.zip
session geändert
Diffstat (limited to 'application/views')
-rw-r--r--application/views/scripts/session/index.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/views/scripts/session/index.phtml b/application/views/scripts/session/index.phtml
index 6e87acf..8d50dd2 100644
--- a/application/views/scripts/session/index.phtml
+++ b/application/views/scripts/session/index.phtml
@@ -16,7 +16,9 @@
<?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->getClientID()) ?></td>
+ <td><?php echo $this->escape($session->getBootmenuentryID()) ?></td>
<td><?php echo $this->escape($session->getBootosID()) ?></td>
<td><?php echo $this->escape($session->getBootisoID()) ?></td>
<td><?php echo date('d.m.Y H:i',$this->escape($session->getTime())) ?></td>