| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
<!-- $Id: dokuadmin.tpl 1359 2016-11-07 19:33:58Z lars $ -->
|
2 |
<!-- $Id: dokuadmin.tpl 1362 2016-11-07 19:37:12Z 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 80... |
Zeile 80... |
| 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.bestellung.dokument_delete)}
|
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ö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ö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 |
|
88 |
|
| 89 |
{/if}
|
89 |
{/if}
|
| 90 |
</tr>
|
90 |
</tr>
|