summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/pool/index.phtml
diff options
context:
space:
mode:
authorSimon2011-03-18 12:03:50 +0100
committerSimon2011-03-18 12:03:50 +0100
commit01fb4ed21df32100b28f63bc37b76c4083582ffd (patch)
tree979fa3c1e71e1109ed0e2bf4b84adc1eb0aadf9d /application/modules/user/views/scripts/pool/index.phtml
parenticons an iconset angepasst (diff)
downloadpbs2-01fb4ed21df32100b28f63bc37b76c4083582ffd.tar.gz
pbs2-01fb4ed21df32100b28f63bc37b76c4083582ffd.tar.xz
pbs2-01fb4ed21df32100b28f63bc37b76c4083582ffd.zip
Ansicht von Pools geändert
Diffstat (limited to 'application/modules/user/views/scripts/pool/index.phtml')
-rw-r--r--application/modules/user/views/scripts/pool/index.phtml3
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: ?>