- php7-Kompatibilität

modified:   eventKalender.php
	modified:   galImgPicker.php
	modified:   infoZettel.php
	modified:   horstWolfJudosport.php
- Wettkampfsaten als dl statt ul
	modified:   index.php
	modified:   lib/wkParticipoLib.inc.php
This commit is contained in:
marko
2018-07-25 09:07:10 +02:00
parent 4ca073001c
commit d167dcd399
6 changed files with 107 additions and 106 deletions

View File

@@ -112,11 +112,11 @@ setlocale (LC_ALL, 'de_DE@euro', 'de_DE', 'de', 'ge');
<div class="wkInfoCardWkData">
<div class="wkInfoCardWkInfo">
<h4 class="fontWeightLighter" ><?php echo( $wkEvent['Veranstaltung'] );?></h4>
<ul>
<li>Datum: <time datetime="<?php echo( $wkEvent['Datum'] );?>"><?php echo( $wkEvent['Datum'] );?></time></li>
<li>Altersklassen: <?php echo( $wkEvent['Altersklassen'] );?></li>
<li>Eingeschrieben als: <?php echo( $startTyp[$wkEvent['type']] );?></li>
</ul>
<dl>
<dt>Datum</dt><dd><time datetime="<?php echo( $wkEvent['Datum'] );?>"><?php echo( $wkEvent['Datum'] );?></time></dd>
<dt>Altersklassen</dt><dd><?php echo( $wkEvent['Altersklassen'] );?></dd>
<dt>Eingeschrieben als</dt><dd><?php echo( $startTyp[$wkEvent['type']] );?></dd>
</dl>
</div>
<div class="wkInfoCardButtonBar">