Revision 8a8629cf
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/dunning/add.html | ||
---|---|---|
2 | 2 |
[% USE HTML %]<script type="text/javascript" src="js/common.js"></script> |
3 | 3 |
<h1>[% title %]</h1> |
4 | 4 |
|
5 |
<form method="post" name="search" action="dn.pl"> |
|
5 |
<form method="post" name="search" action="dn.pl" id="form">
|
|
6 | 6 |
|
7 | 7 |
<table> |
8 | 8 |
<tr> |
... | ... | |
60 | 60 |
<td><input type="checkbox" value="1" id="l_include_direct_debit" name="l_include_direct_debit"></td> |
61 | 61 |
</tr> |
62 | 62 |
</table> |
63 |
|
|
64 |
<input type="hidden" name="nextsub" value="show_invoices"> |
|
65 |
|
|
66 |
<br> |
|
67 |
<input class="submit" type="submit" name="action" value="[% 'Continue' | $T8 %]"> |
|
68 |
|
|
69 | 63 |
</form> |
Auch abrufbar als: Unified diff
ActionBar: Verwendung im Mahnprozess