Added latest changes to repo (from older debug session)
This commit is contained in:
@@ -105,20 +105,17 @@ $clubid = $this->club->getId();
|
||||
|
||||
<div class='clubs_row'>
|
||||
<div class='clubs_title_row'>Räumlichkeiten</div>
|
||||
<?php if(count($this->club->getPlaces()) > 0): ?>
|
||||
<?php
|
||||
foreach($this->club->getPlaces() as $p)
|
||||
{
|
||||
$partHandler = new ClubsPartClubPlace($p->getId());
|
||||
echo "<div class='clubs_content_row'>";
|
||||
echo "<div class='clubs_content_row clubs_place'>";
|
||||
echo $partHandler->getViewPart();
|
||||
echo '</div>';
|
||||
}
|
||||
?>
|
||||
<?php else: ?>
|
||||
<div class='message-empty <?php echo count($this->club->getPlaces()) == 0 ? '' : 'clubs-hidden'; ?>'>Der Verein hat keine Angebote festgelegt.</div>
|
||||
<?php endif; ?>
|
||||
<div class='clubs_content_row'><a href='<?php echo ""; ?>'><span class='icon-new'></span> Neue Assoziation anlegen</a></div>
|
||||
<div class='clubs_content_row'><a id='clubs_add_place' href='<?php echo ""; ?>'><span class='icon-new'></span> Neue Assoziation anlegen</a></div>
|
||||
</div>
|
||||
|
||||
<div class='clubs_row'>
|
||||
|
||||
Reference in New Issue
Block a user