Subversion-Projekte lars-tiefland.content-management

Revision

Revision 1 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed


        <form action="{$SCRIPT_NAME}" method="post">
            <table border="1" cellspacing="0" cellpadding="3" width="100%" class="noprint">
                <tr class="links">
                    <td>
                        <table border="1" cellspacing="0" cellpadding="0">
                            {if !$smarty.get.login_id}
                            <tr> 
                                <td align="right" nowrap="nowrap" class="rechts">
                                <div class="filter_div">
                                    Shop: {$shops}
                                </div>
                                <div class="filter_div">
                                    Status:{html_options options=$stati name="filter[status]" selected=$stati_sel|default:""}
                                </div>
                                {if isset($user_rechte.Warenwirtschaft.bestellung.rechnungStatus)}
                                <div class="filter_div">
                                    Rechnungstatus:{html_options options=$rstati name="filter[rechnungsstatus]" selected=$rstati_sel|default:""}
                                </div>
                                {/if}
                                <div class="filter_div">
                                    Zeit:{html_options name="filter[zeit]" options=$zeiten selected=$zeiten_sel|default:0}
                                </div>
                                </td>
                            </tr>
                            <tr>
                                <td align="right" class="rechts">
                                    <div class="filter_div">
                                        Ausgabeart: {$ausgabearten}
                                    </div>
                                    {if $bestellarten}
                                    <div class="filter_div">
                                        Bestellart: {$bestellarten}
                                    </div>
                                    {/if}
                                    {if isset($user_rechte.Warenwirtschaft.bestellung.fremd_id)}
                                    {if !$web_rechte.Warenwirtschaft.bestellung.fremd_id}
                                    <div class="filter_div">
                                        fremde Bestellnummer
                                    {else}
                                    <div class="filter_div">
                                        {$web_rechte.Warenwirtschaft.bestellung.fremd_id|trim:":"}
                                    {/if}
                                    : <input name="filter[fremd_ID]" type="text" size="10" value="{$fremd_ID}" onkeyup="return check_number(this);">
                                    </div>
                                    {/if}
                                    {if isset($user_rechte.Warenwirtschaft.bestellung.shortline1)}
                                    <div class="filter_div">
                                        {$shortline1_name}
                                        <input name="filter[shortline1]" type="text" size="{$shortline1_size}" maxlength="{$shortline1_size}" value="{$shortline1}">
                                    </div>
                                    {/if}
                                    {if isset($user_rechte.Warenwirtschaft.bestellung.status1)}
                                    <div class="filter_div">
                                        {$status1_name}
                                        {html_options options=$status1_options_filter name="filter[status1]" selected=$status1}
                                    </div>
                                    {/if}
                                    {if isset($user_rechte.Warenwirtschaft.bezahlstatus.bezahlstatus)}
                                    <div class="filter_div">
                                        Bezahlstatus: 
                                        {html_options options=$bezahlstatus_options_filter name="filter[bezahlstatus]" selected=$bezahlstatus}
                                    </div>
                                    {/if}
                                    {if isset($user_rechte.Warenwirtschaft.bestellung.versandstatus)}
                                    <div class="filter_div">
                                        Versandstatus: 
                                        {html_options options=$versandstatus_options_filter name="filter[versandstatus]" selected=$versandstatus}                                  
                                    </div>
                                    {/if}  
                                    <div class="filter_div">
                                        BestellNr.: <input name="filter[bestellung_ID]" type="text" size="10" value="{$bestellung_ID}" onkeyup="return check_number(this);">
                                    </div>
                                    <div class="filter_div">
                                        Artikel: <input name="filter[artikelsuche]" type="text" size="10" value="{$artikelsuche}">
                                    </div>
                                    <div class="filter_div">
                                        Kunde: <input name="filter[kundensuche]" type="text" size="10" value="{$kundensuche}">
                                    </div>
                                </td>
                            </tr>
                            {/if}
                            <tr>
                                <td align="right" class="rechts">
                                    
                                    {if !$smarty.get.Bestellung}
                                    {$art|default:"Bestellungen"}: {$anz}
                                    {/if}
                                    {if !$smarty.get.login_id}
                                    <input type="submit" value="      OK      ">
                                    <input type="hidden" name="filter[start]" value="{$start}">
                                    <input type="hidden" name="filter[order]" value="{$smarty.session.filter.order}">
                                    {/if}
                                    
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </form>