Subversion-Projekte lars-tiefland.ci

Revision

Revision 2048 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2048 Revision 2415
Zeile 1... Zeile 1...
1
{include file="header.tpl"}
1
{include file="header.tpl"}
2
<!-- $Id: dokuadmin.tpl 2048 2017-02-17 23:41:59Z lars $ -->
2
<!-- $Id: dokuadmin.tpl 2415 2020-06-01 10:28:43Z lars $ BEGIN -->
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 101... Zeile 101...
101
    $(this).css("background-color","");
101
    $(this).css("background-color","");
102
  }
102
  }
103
);
103
);
Zeile 104... Zeile 104...
104
 
104
 
-
 
105
</script>
105
</script>
106
<!-- $Id: dokuadmin.tpl 2415 2020-06-01 10:28:43Z lars $ END -->