Subversion-Projekte lars-tiefland.ci

Revision

Revision 1356 | Revision 1358 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1356 Revision 1357
Zeile 1... Zeile 1...
1
{include file="header.tpl"}
1
{include file="header.tpl"}
2
<!-- $Id: dokuadmin.tpl 1356 2016-11-07 19:11:10Z lars $ -->
2
<!-- $Id: dokuadmin.tpl 1357 2016-11-07 19:15:34Z lars $ -->
3
{if isset($user_rechte.Warenwirtschaft.dokuadmin.suche)}
3
{if isset($user_rechte.Warenwirtschaft.dokuadmin.suche)}
4
<form method="post" id="search_form">
4
<form method="post" id="search_form">
5
    <table cellpadding="3" cellspacing="0" border="0" width="100%">
5
    <table cellpadding="3" cellspacing="0" border="0" width="100%">
6
        <tr class="links" align="left">
6
        <tr class="links" align="left">
7
            <td class="headline">Dokumentensuche</th>
7
            <td class="headline">Dokumentensuche</th>
Zeile 78... Zeile 78...
78
            {else}
78
            {else}
79
            kein Vorgang
79
            kein Vorgang
80
            {/if}
80
            {/if}
81
        </td>
81
        </td>
82
        <td style="text-align:left !important;">
82
        <td style="text-align:left !important;">
83
            {if $dokumente[d_ind].deletable && isset($user_rechte.Warenwirtschaft.dokuadmin.dokudel)}
83
            {if $dokumente[d_ind].deletable && isset($user_rechte.Warenwirtschaft.bestellung.dokument_delete)}
84
            <a href="{$SCRIPT_NAME}?mode=del&id={$dokumente[d_ind].ID}&p_id={$p_id}&sort={$sort}">
84
            <a href="{$SCRIPT_NAME}?mode=del&id={$dokumente[d_ind].ID}&p_id={$p_id}&sort={$sort}">
85
                <img src="/backend/images/navigation/trashcan.gif" alt="L&ouml;schen" title="Löschen"  onclick="return confirm('Wollen sie diese Bestellung wirklich löschen?')" border="0"/>
85
                <img src="/backend/images/navigation/trashcan.gif" alt="L&ouml;schen" title="Löschen"  onclick="return confirm('Wollen sie diese Bestellung wirklich löschen?')" border="0"/>
86
            </a>
86
            </a>
87
            {else}
87
            {else}
88
                &nbsp;
88
                &nbsp;