Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Mar 15, 2024
1 parent 9c4a463 commit 2b068fa
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions site/views/playground/tmpl/default_playground.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,29 @@
?>
<div>
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-2" style="">

<?php
echo $value->date_von;
?>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-2" style="">

<?php
echo $value->date_bis;
?>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-2" style="">

<?php
echo $value->name_visitors;
?>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-2" style="">

<?php
echo $value->notes;
?>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-2" style="">

<?php
echo $value->max_visitors;
?>
</div>


Expand Down

0 comments on commit 2b068fa

Please sign in to comment.