show users in presence list based on trt array
This commit is contained in:
@@ -86,8 +86,13 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label class="desc" for="uk_level">Szint:</label>
|
||||
<div><input type="text" name="uk_level" id="uk_level"></div>
|
||||
<label for="level">Szint:</label>
|
||||
{foreach $tt_assoc_array as $tt}
|
||||
<div>
|
||||
<input type="checkbox" name="level[]" value="{$tt['trt_id']}">
|
||||
<span style="position: relative; bottom: 3px;">{$tt['trt_name']}</span>
|
||||
</div>
|
||||
{/foreach}
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user