summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/client
diff options
context:
space:
mode:
authorSimon2011-03-09 12:18:37 +0100
committerSimon2011-03-09 12:18:37 +0100
commitf9c1433a5f71e00dffc183f04ee085ae1498901a (patch)
tree29086995448a1a00f4e044a6954fdcbc833f42a5 /application/views/scripts/client
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-f9c1433a5f71e00dffc183f04ee085ae1498901a.tar.gz
pbs2-f9c1433a5f71e00dffc183f04ee085ae1498901a.tar.xz
pbs2-f9c1433a5f71e00dffc183f04ee085ae1498901a.zip
oberfläche verändert
Diffstat (limited to 'application/views/scripts/client')
-rw-r--r--application/views/scripts/client/index.phtml5
1 files changed, 3 insertions, 2 deletions
diff --git a/application/views/scripts/client/index.phtml b/application/views/scripts/client/index.phtml
index e9de06b..9ef344b 100644
--- a/application/views/scripts/client/index.phtml
+++ b/application/views/scripts/client/index.phtml
@@ -6,12 +6,13 @@
<?php if ($this->clients): ?>
<table>
<tr>
- <th>clientID</th>
+ <th>ID</th>
<th>MAC</th>
<th>Hardwarehash</th>
+ <th colspan=2>Actions</th>
</tr>
<?php foreach ($this->clients as $client): ?>
- <tr class='client'>
+ <tr class=entry>
<td><?php echo $this->escape($client->getID()) ?></td>
<td class='monospace'><?php echo $this->escape($client->getMacadress()) ?></td>
<td class='monospace'><?php echo $this->escape($client->getHardwarehash()) ?></td>