diff options
| author | Simon | 2011-03-18 12:03:50 +0100 |
|---|---|---|
| committer | Simon | 2011-03-18 12:03:50 +0100 |
| commit | 01fb4ed21df32100b28f63bc37b76c4083582ffd (patch) | |
| tree | 979fa3c1e71e1109ed0e2bf4b84adc1eb0aadf9d /application | |
| parent | icons an iconset angepasst (diff) | |
| download | pbs2-01fb4ed21df32100b28f63bc37b76c4083582ffd.tar.gz pbs2-01fb4ed21df32100b28f63bc37b76c4083582ffd.tar.xz pbs2-01fb4ed21df32100b28f63bc37b76c4083582ffd.zip | |
Ansicht von Pools geändert
Diffstat (limited to 'application')
| -rw-r--r-- | application/modules/user/views/scripts/pool/index.phtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml index 8ebabe8..e1c0d7c 100644 --- a/application/modules/user/views/scripts/pool/index.phtml +++ b/application/modules/user/views/scripts/pool/index.phtml @@ -90,6 +90,8 @@ <?php endif;?> <?php endforeach ?> </table> + +<?php if (count($this->freeclients)>0): ?> <h2>Free clients</h2> <table > <tr> @@ -124,6 +126,7 @@ foreach ($this->freeclients as $client): ?> </tr> <?php endforeach ?> </table> +<?php endif;?> <?php else: ?> |
