summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorSimon2011-04-05 10:58:06 +0200
committerSimon2011-04-05 10:58:06 +0200
commitbe2bf7f171d70966b92025ca7d0a302d12e775f2 (patch)
treed16651fa95cdf35e8f24cb375d2b4051b32d25b1 /application
parentSortierung der Filter wiederhergestellt (diff)
downloadpbs2-be2bf7f171d70966b92025ca7d0a302d12e775f2.tar.gz
pbs2-be2bf7f171d70966b92025ca7d0a302d12e775f2.tar.xz
pbs2-be2bf7f171d70966b92025ca7d0a302d12e775f2.zip
such-aussehen geändert
Diffstat (limited to 'application')
-rw-r--r--application/modules/user/views/scripts/client/index.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml
index 5a75741..051ea90 100644
--- a/application/modules/user/views/scripts/client/index.phtml
+++ b/application/modules/user/views/scripts/client/index.phtml
@@ -8,8 +8,8 @@
<?php if ($this->clients): ?>
<table>
<tr>
- <th>MAC</th>
- <th>Hardwarehash</th>
+ <th>MAC<span class='code'> [macadress]</span></th>
+ <th>Hardwarehash<span class='code'> [hardwarehash]</span></th>
<th colspan=2>Actions</th>
</tr>
<?php foreach ($this->clients as $client): ?>