Revision 0e723a19
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/bp/search.html | ||
---|---|---|
2 | 2 |
[%- USE T8 %] |
3 | 3 |
[%- USE LxERP %] |
4 | 4 |
[%- USE HTML %] |
5 |
<body> |
|
6 | 5 |
<form method=post action=bp.pl> |
7 | 6 |
|
8 | 7 |
<h1>[% 'Print' | $T8 %] [% label.$type.title %]</h1>[% L.hidden_tag('title', LxERP.t8('Print') _ ' ' _ label.$type.title) %] |
Auch abrufbar als: Unified diff
<body> entfernt.
erzeugt mit
find . -type f | xargs sed -i '/^\s*<body>$/d'