multiple training coach hotfix
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user