Visual enhancement of club's presentation

This commit is contained in:
Christian Wolf 2019-06-11 14:12:37 +02:00
parent 9cef15b4f5
commit 150dfd8f60

View File

@ -83,6 +83,9 @@ defined('_JEXEC') or die;
<?php endforeach; ?> <?php endforeach; ?>
<h2>Posten</h2> <h2>Posten</h2>
<?php if(sizeof($this->object->getUsers()) == 0 ): ?>
<p>Dem Verein ist bisher kein Posten zugewiesen.</p>
<?php else: ?>
<table width='100%' class='table table-stiped, table-hover'> <table width='100%' class='table table-stiped, table-hover'>
<tr> <tr>
<th width='20%'>Rolle</th> <th width='20%'>Rolle</th>
@ -106,6 +109,7 @@ defined('_JEXEC') or die;
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
</table> </table>
<?php endif; ?>
<p><a href='#'><span class='icon-new'></span> Neuen Posten einf&uuml;gen</a></p> <p><a href='#'><span class='icon-new'></span> Neuen Posten einf&uuml;gen</a></p>
<?php endif; ?> <?php endif; ?>