diff options
| author | Simon | 2011-04-26 21:11:54 +0200 |
|---|---|---|
| committer | Simon | 2011-04-26 21:11:54 +0200 |
| commit | 3bb25503ac384a70a331c0d9d5ecc9f53123bf93 (patch) | |
| tree | 6fb5c6ed769d920844a5db2fdcc58ea82eedb3f6 /application/modules/user/views | |
| parent | person (diff) | |
| download | pbs2-3bb25503ac384a70a331c0d9d5ecc9f53123bf93.tar.gz pbs2-3bb25503ac384a70a331c0d9d5ecc9f53123bf93.tar.xz pbs2-3bb25503ac384a70a331c0d9d5ecc9f53123bf93.zip | |
BugFix Person...
Diffstat (limited to 'application/modules/user/views')
| -rw-r--r-- | application/modules/user/views/scripts/person/index.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml index 9899928..5d8add1 100644 --- a/application/modules/user/views/scripts/person/index.phtml +++ b/application/modules/user/views/scripts/person/index.phtml @@ -1,4 +1,5 @@ <h1>Persons Overview</h1> +<?php if($this->notification != ''){echo $this->notification;} ?> <?php echo $this->searchform; ?> <div class='searchvars'> <div class='head'>Available searchfilter:</div> |
