Revision d281eedf
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
10 | 10 |
[%- SET vcdefault = 'old' _ vc %] |
11 | 11 |
[%- SET style="width: 250px" %] |
12 | 12 |
|
13 |
<form method="post" action="oe.pl"> |
|
13 |
<form method="post" action="oe.pl" id="form">
|
|
14 | 14 |
|
15 | 15 |
<table width="100%"> |
16 | 16 |
<tr> |
... | ... | |
316 | 316 |
</tr> |
317 | 317 |
</table> |
318 | 318 |
|
319 |
<br> |
|
320 |
<input type="hidden" name="nextsub" value="orders"> |
|
321 | 319 |
<input type="hidden" name="vc" value="[% HTML.escape(vc) %]"> |
322 | 320 |
<input type="hidden" name="type" value="[% HTML.escape(type) %]"> |
323 |
<input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]">
|
|
321 |
<input type="hidden" name="action" value="orders">
|
|
324 | 322 |
</form> |
Auch abrufbar als: Unified diff
ActionBar: Verwendung in Berichtsfunktion in oe.pl