summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/person
diff options
context:
space:
mode:
authorSimon2011-04-06 12:36:49 +0200
committerSimon2011-04-06 12:36:49 +0200
commit204420573842b0ece7ed8db8c70b69a22e61c4bd (patch)
tree5e79d02161228f2c8ae9b4fd210dfef49df7344b /application/modules/user/views/scripts/person
parentneue membership um rechte zu testen (diff)
downloadpbs2-204420573842b0ece7ed8db8c70b69a22e61c4bd.tar.gz
pbs2-204420573842b0ece7ed8db8c70b69a22e61c4bd.tar.xz
pbs2-204420573842b0ece7ed8db8c70b69a22e61c4bd.zip
Suche in Elementen in Person, Role und Group komplett implementiert
Diffstat (limited to 'application/modules/user/views/scripts/person')
-rw-r--r--application/modules/user/views/scripts/person/showall.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/application/modules/user/views/scripts/person/showall.phtml b/application/modules/user/views/scripts/person/showall.phtml
index d9f4cf9..893e95b 100644
--- a/application/modules/user/views/scripts/person/showall.phtml
+++ b/application/modules/user/views/scripts/person/showall.phtml
@@ -4,10 +4,10 @@
<?php echo $this->searchform; ?>
<table>
<tr>
- <th>Title</th>
- <th>Name</th>
- <th>Firstname</th>
- <th>Email</th>
+ <th>Title <span class='code'>title</span></th>
+ <th>Name <span class='code'>name</span></th>
+ <th>Firstname <span class='code'>firstname</span></th>
+ <th>Email <span class='code'>email</span></th>
<?php
if($this->showRight === true || $this->editRight === true || $this->deleteRight === true) {
?>