Revision 0e723a19
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
4 | 4 |
[%- USE L %] |
5 | 5 |
[%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %] |
6 | 6 |
[%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %] |
7 |
<body> |
|
8 | 7 |
|
9 | 8 |
<form method="post" action="oe.pl"> |
10 | 9 |
|
Auch abrufbar als: Unified diff
<body> entfernt.
erzeugt mit
find . -type f | xargs sed -i '/^\s*<body>$/d'