jb-data.de/template/tpl/ajax/ma_auswahl.tpl
2025-08-11 22:23:30 +02:00

16 lines
No EOL
780 B
Smarty

<td nowrap style="width:165px;font-size:10pt;">
<select name="Fahrer[{$tour.id}]" id="user_{$tour.id}"
{if $fahrer_id==0} style="width:155px;border:none;border-bottom: 4px solid #FF2222;"
{elseif $fahrer_ok==0} style="width:155px;border:none;border-bottom: 4px solid #FF2222;"
{elseif $fahrer_ok==2} style="width:155px;border:none;border-bottom: 4px solid #FF9900;"
{elseif $fahrer_ok==3} style="width:155px;border:none;border-bottom: 4px solid #99FF00;"
{else} style="width:155px;border:none;border-bottom: 1px solid #dcdcdc;"
{/if}
onChange="save_user({$id})">
{foreach from=$tempma item=allfahrer}
{html_options values=$allfahrer.id output=$allfahrer.name selected=$fahrer_id}
{/foreach}
</select>
</td>