init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
16
template/tpl/ajax/ma_auswahl.tpl
Normal file
16
template/tpl/ajax/ma_auswahl.tpl
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue