diff options
| author | Simon | 2011-03-09 12:18:37 +0100 |
|---|---|---|
| committer | Simon | 2011-03-09 12:18:37 +0100 |
| commit | f9c1433a5f71e00dffc183f04ee085ae1498901a (patch) | |
| tree | 29086995448a1a00f4e044a6954fdcbc833f42a5 /application/views/scripts/session/index.phtml | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-f9c1433a5f71e00dffc183f04ee085ae1498901a.tar.gz pbs2-f9c1433a5f71e00dffc183f04ee085ae1498901a.tar.xz pbs2-f9c1433a5f71e00dffc183f04ee085ae1498901a.zip | |
oberfläche verändert
Diffstat (limited to 'application/views/scripts/session/index.phtml')
| -rw-r--r-- | application/views/scripts/session/index.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/application/views/scripts/session/index.phtml b/application/views/scripts/session/index.phtml index 1d2506b..f98fa48 100644 --- a/application/views/scripts/session/index.phtml +++ b/application/views/scripts/session/index.phtml @@ -4,16 +4,17 @@ 'class' => 'addbutton'))?> <table> <tr> - <th>SessionID</th> + <th>ID</th> <th>ClientID</th> <th>BootosID</th> <th>BootIsoID</th> <th>Time</th> <th>IP</th> <th>IPv6</th> + <th colspan=2>Actions</th> </tr> <?php foreach ($this->sessions as $session): ?> - <tr> + <tr class=entry> <td><?php echo $this->escape($session->getID()) ?></td> <td><?php echo $this->escape($session->getClientID()) ?></td> <td><?php echo $this->escape($session->getBootosID()) ?></td> |
