summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/pool/index.phtml
diff options
context:
space:
mode:
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: ?>