| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
<!-- $Id: dokuadmin.tpl 1362 2016-11-07 19:37:12Z lars $ -->
|
2 |
<!-- $Id: dokuadmin.tpl 2043 2017-02-17 23:14:26Z 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 43... |
Zeile 43... |
| 43 |
<td class="headline" style="text-align:left !important;">
|
43 |
<td class="headline" style="text-align:left !important;">
|
| 44 |
<a href="{$SCRIPT_NAME}?sort=letzte_aenderung_von&dir={$sort.letzte_aenderung_von.dir}">Ersteller</a>
|
44 |
<a href="{$SCRIPT_NAME}?sort=letzte_aenderung_von&dir={$sort.letzte_aenderung_von.dir}">Ersteller</a>
|
| 45 |
</td>
|
45 |
</td>
|
| 46 |
<td class="headline" style="text-align:left !important;">Vorgang</td>
|
46 |
<td class="headline" style="text-align:left !important;">Vorgang</td>
|
| 47 |
<td>
|
47 |
<td>
|
| 48 |
<img src="/backend/images/navigation/trashcan.gif" alt="Löschen" title="Löschen"/>
|
48 |
<img src="/images/navigation/trashcan.gif" alt="Löschen" title="Löschen"/>
|
| 49 |
</td>
|
49 |
</td>
|
| 50 |
</tr>
|
50 |
</tr>
|
| 51 |
{section loop=$dokumente name=d_ind}
|
51 |
{section loop=$dokumente name=d_ind}
|
| 52 |
{cycle values=', gerade' assign='class'}
|
52 |
{cycle values=', gerade' assign='class'}
|
| 53 |
<tr class="rechts {$class}" >
|
53 |
<tr class="rechts {$class}" >
|
| Zeile 72... |
Zeile 72... |
| 72 |
<td style="text-align:left !important;">
|
72 |
<td style="text-align:left !important;">
|
| 73 |
{$dokumente[d_ind].author}
|
73 |
{$dokumente[d_ind].author}
|
| 74 |
</td>
|
74 |
</td>
|
| 75 |
<td style="text-align:left !important;">
|
75 |
<td style="text-align:left !important;">
|
| 76 |
{if $dokumente[d_ind].valid==true}
|
76 |
{if $dokumente[d_ind].valid==true}
|
| 77 |
<a href="/backend/order/edit/{$dokumente[d_ind].data_foreign}">zum Vorgang</a>
|
77 |
<a href="/order/edit/{$dokumente[d_ind].data_foreign}">zum Vorgang</a>
|
| 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.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="/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>
|