summaryrefslogtreecommitdiffstats
path: root/application/modules/dev/views
diff options
context:
space:
mode:
authorSimon2011-03-16 14:42:40 +0100
committerSimon2011-03-16 14:42:40 +0100
commit29224a1ccc162e457589210168c38529e81a572d (patch)
treef049b58ed09cd4bd9de2e3fe882593b75b16cae4 /application/modules/dev/views
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-29224a1ccc162e457589210168c38529e81a572d.tar.gz
pbs2-29224a1ccc162e457589210168c38529e81a572d.tar.xz
pbs2-29224a1ccc162e457589210168c38529e81a572d.zip
Helper initialisiert, ClientController geadded
Diffstat (limited to 'application/modules/dev/views')
-rw-r--r--application/modules/dev/views/scripts/client/index.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/modules/dev/views/scripts/client/index.phtml b/application/modules/dev/views/scripts/client/index.phtml
index fa12ed7..612e23b 100644
--- a/application/modules/dev/views/scripts/client/index.phtml
+++ b/application/modules/dev/views/scripts/client/index.phtml
@@ -7,6 +7,7 @@
<table>
<tr>
<th>ID</th>
+ <th>GroupID</th>
<th>MAC</th>
<th>Hardwarehash</th>
<th colspan=2>Actions</th>
@@ -14,6 +15,7 @@
<?php foreach ($this->clients as $client): ?>
<tr class=entry>
<td><?php echo $this->escape($client->getID()) ?></td>
+ <td><?php echo $this->escape($client->getGroupID()) ?></td>
<td class='monospace'><?php echo $this->escape($client->getMacadress()) ?></td>
<td class='monospace'><?php echo $this->escape($client->getHardwarehash()) ?></td>
<td class='action'><a href="<?php echo $this->url(