summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon2011-04-06 12:36:49 +0200
committerSimon2011-04-06 12:36:49 +0200
commit204420573842b0ece7ed8db8c70b69a22e61c4bd (patch)
tree5e79d02161228f2c8ae9b4fd210dfef49df7344b
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
-rw-r--r--application/modules/user/views/scripts/group/showall.phtml2
-rw-r--r--application/modules/user/views/scripts/person/showall.phtml8
-rw-r--r--application/modules/user/views/scripts/role/index.phtml2
3 files changed, 6 insertions, 6 deletions
diff --git a/application/modules/user/views/scripts/group/showall.phtml b/application/modules/user/views/scripts/group/showall.phtml
index 356ebbc..7f6be67 100644
--- a/application/modules/user/views/scripts/group/showall.phtml
+++ b/application/modules/user/views/scripts/group/showall.phtml
@@ -6,7 +6,7 @@
?>
<table>
<tr>
- <th>Title</th>
+ <th>Title <span class='code'>title</span></th>
<th colspan=3>Actions</th>
</tr>
<?php
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) {
?>
diff --git a/application/modules/user/views/scripts/role/index.phtml b/application/modules/user/views/scripts/role/index.phtml
index 2dbe77d..2fb27bc 100644
--- a/application/modules/user/views/scripts/role/index.phtml
+++ b/application/modules/user/views/scripts/role/index.phtml
@@ -8,7 +8,7 @@ if($this->userIDsNamespace['groupID']) {
'class' => 'addbutton'))?>
<table>
<tr>
- <th>Title</th>
+ <th>Title <span class='code'>title</span></th>
<th colspan=3>Actions</th>
</tr>
<?php