| Zeile 1... |
Zeile 1... |
| 1 |
{include file="header.tpl"}
|
1 |
{include file="header.tpl"}
|
| 2 |
<!-- $Id: dokuadmin.tpl 1348 2016-11-07 18:37:42Z lars $ -->
|
2 |
<!-- $Id: dokuadmin.tpl 1349 2016-11-07 18:38:21Z 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 47... |
Zeile 47... |
| 47 |
<td class="headline" style="text-align:left !important;">
|
47 |
<td class="headline" style="text-align:left !important;">
|
| 48 |
<a href="{$SCRIPT_NAME}?sort=letzte_aenderung_von&dir={$sort.letzte_aenderung_von.dir}">Ersteller</a>
|
48 |
<a href="{$SCRIPT_NAME}?sort=letzte_aenderung_von&dir={$sort.letzte_aenderung_von.dir}">Ersteller</a>
|
| 49 |
</td>
|
49 |
</td>
|
| 50 |
<td class="headline" style="text-align:left !important;">Vorgang</td>
|
50 |
<td class="headline" style="text-align:left !important;">Vorgang</td>
|
| 51 |
<td>
|
51 |
<td>
|
| 52 |
<img src="../images/navigation/trashcan.gif" alt="Löschen" title="Löschen"/>
|
52 |
<img src="/backend/images/navigation/trashcan.gif" alt="Löschen" title="Löschen"/>
|
| 53 |
</td>
|
53 |
</td>
|
| 54 |
</tr>
|
54 |
</tr>
|
| 55 |
{section loop=$dokumente name=d_ind}
|
55 |
{section loop=$dokumente name=d_ind}
|
| 56 |
{cycle values=', gerade' assign='class'}
|
56 |
{cycle values=', gerade' assign='class'}
|
| 57 |
<tr class="rechts {$class}" >
|
57 |
<tr class="rechts {$class}" >
|