multiple training coach hotfix

This commit is contained in:
Ricsi
2017-01-05 09:13:02 +01:00
parent 9c7f678e74
commit ebced881c6
2 changed files with 16 additions and 16 deletions

View File

@@ -37,20 +37,20 @@
<div>
<label class="desc" id="title1" for="coaches">Edző(k):</label>
{foreach $coach_array as $coach}
<div>
<span class="coach">{$coach->get_ua_name()}</span>
<div>
<input type="checkbox" name="coaches[]" value="{$coach->get_ua_id()}" class="coach_type">
<span class="coach_type_text">e.</span>
<input type="checkbox" name="helpers[]" value="{$coach->get_ua_id()}" class="coach_type">
<span class="coach_type_text">se.</span>
</div>
</div>
{/foreach}
<table>
<tr>
<td class="bold">Név</td>
<td class="bold">E</td>
<td class="bold">SE</td>
</tr>
{foreach $coach_array as $coach}
<tr>
<td class="coach">{$coach->get_ua_name()}</td>
<td><input type="checkbox" name="coaches[]" value="{$coach->get_ua_id()}" class="coach_type"></td>
<td><input type="checkbox" name="helpers[]" value="{$coach->get_ua_id()}" class="coach_type"></td>
</tr>
{/foreach}
</table>
</div>
<div>