Started to work on places 1:n relation
The current class structure might be incapable to solve this efficiently
This commit is contained in:
@@ -117,6 +117,12 @@ $clubid = $this->club->getId();
|
||||
<?php else: ?>
|
||||
Der Verein hat keine Angebote festgelegt.
|
||||
<?php endif; ?>
|
||||
<div class='clubs_content_row'>
|
||||
<?php
|
||||
$partHandler = new ClubsPartClubPlaces($clubid);
|
||||
echo $partHandler->getViewPart();
|
||||
?>
|
||||
</div>
|
||||
<div class='clubs_content_row'><a href='<?php echo ""; ?>'><span class='icon-new'></span> Neue Assoziation anlegen</a></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user