Revision a6cf76a2
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/do/search.html | ||
---|---|---|
17 | 17 |
} |
18 | 18 |
</style> |
19 | 19 |
|
20 |
<form method="post" action="do.pl" name="Form"> |
|
20 |
<form method="post" action="do.pl" name="Form" id="form">
|
|
21 | 21 |
|
22 | 22 |
<p> |
23 | 23 |
<table> |
... | ... | |
249 | 249 |
</table> |
250 | 250 |
</p> |
251 | 251 |
|
252 |
<hr size="3" noshade> |
|
253 |
|
|
254 |
<p> |
|
255 |
<input type="hidden" name="nextsub" value="orders"> |
|
252 |
<input type="hidden" name="action" value="orders"> |
|
256 | 253 |
<input type="hidden" name="vc" value="[% HTML.escape(vc) %]"> |
257 | 254 |
<input type="hidden" name="type" value="[% HTML.escape(type) %]"> |
258 |
|
|
259 |
<input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]"> |
|
260 |
</p> |
|
261 | 255 |
</form> |
Auch abrufbar als: Unified diff
ActionBar: Verwendung in Berichtsfunktion in do.pl