summaryrefslogtreecommitdiffstats
path: root/application/views
diff options
context:
space:
mode:
authorSimon2011-03-14 13:18:21 +0100
committerSimon2011-03-14 13:18:21 +0100
commitc4ab2b2f9a88409fbd78325a4d2c19fcb4ed340c (patch)
treea2e6fe7eaa589ad71b4df87d74809c03ff80e403 /application/views
parentResource an alphasession angepasst (diff)
downloadpbs2-c4ab2b2f9a88409fbd78325a4d2c19fcb4ed340c.tar.gz
pbs2-c4ab2b2f9a88409fbd78325a4d2c19fcb4ed340c.tar.xz
pbs2-c4ab2b2f9a88409fbd78325a4d2c19fcb4ed340c.zip
Membership in Session eingefügt, Filtertypes nur einmal per Script einfügen, auskommentierten Code entfernt
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 bb3b28e..c9f726b 100644
--- a/application/views/scripts/session/index.phtml
+++ b/application/views/scripts/session/index.phtml
@@ -10,6 +10,7 @@
<th>BootmenuentryID</th>
<th>BootOsID</th>
<th>BootIsoID</th>
+ <th>MembershipID</th>
<th>Time</th>
<th>IP</th>
<th>IPv6</th>
@@ -22,7 +23,8 @@
<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 $this->escape($session->getBootisoID()) ?></td>
+ <td><?php echo $this->escape($session->getMembershipID()) ?></td>
<td><?php echo date('d.m.Y H:i',$this->escape($session->getTime())) ?></td>
<td><?php echo $this->escape($session->getIp()) ?></td>
<td><?php echo $this->escape($session->getIp6()) ?></td>