diff options
| author | Simon | 2011-04-11 13:56:51 +0200 |
|---|---|---|
| committer | Simon | 2011-04-11 13:56:51 +0200 |
| commit | fe67abf435d397454a59d522148811ca4975540d (patch) | |
| tree | 1ea2b6e56d65211d13ea3b3b742ee05883843852 /application/modules/user | |
| parent | kleine änderungen von preboot, berechtigung von anlegen neuer preboots (diff) | |
| download | pbs2-fe67abf435d397454a59d522148811ca4975540d.tar.gz pbs2-fe67abf435d397454a59d522148811ca4975540d.tar.xz pbs2-fe67abf435d397454a59d522148811ca4975540d.zip | |
Meldung mit Priorität der StandardFilter hinzugefügt
Diffstat (limited to 'application/modules/user')
| -rw-r--r-- | application/modules/user/views/scripts/filter/index.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/filter/index.phtml b/application/modules/user/views/scripts/filter/index.phtml index 098c43d..a242a7b 100644 --- a/application/modules/user/views/scripts/filter/index.phtml +++ b/application/modules/user/views/scripts/filter/index.phtml @@ -1,5 +1,6 @@ <h1>Filters</h1> <?php if($this->notification != ''){echo $this->notification;} ?> +<div class='infobox'>The default userfilters uses the priority 25</div> <?php echo $this->searchform; ?> <?php if(Pbs_Acl::checkRight('fa')):?> <?php echo $this->formButton('createconfig', 'Create Filter', array( |
