Revision 3723cb10
Von Udo Spallek vor fast 18 Jahren hinzugefügt
templates/webpages/am/list_accounts_master.html | ||
---|---|---|
6 | 6 |
</tr> |
7 | 7 |
<tr height="5"></tr> |
8 | 8 |
<tr class="listheading"> |
9 |
<th colspan="3"><b><translate>Account Number</translate></b></th> |
|
9 |
<th colspan="2"><b><translate>Account Number</translate></b></th> |
|
10 |
<th align=right><b><translate>Account ID</translate></b></th> |
|
10 | 11 |
<th colspan="9"><b><translate>Description</translate></b></a></th> |
11 | 12 |
<th rowspan="3"><translate>Credit</translate></th> |
12 | 13 |
<th rowspan="3"><translate>Debit</translate></th> |
... | ... | |
36 | 37 |
<TMPL_IF heading> |
37 | 38 |
|
38 | 39 |
<tr class="listheading"> |
39 |
<td colspan="3">
|
|
40 |
<td colspan="2">
|
|
40 | 41 |
<a href=<TMPL_VAR link_edit_account> > |
41 | 42 |
<TMPL_VAR accno> |
42 | 43 |
</a> |
43 | 44 |
</td> |
45 |
<td align=right> |
|
46 |
<TMPL_VAR id> |
|
47 |
</td> |
|
44 | 48 |
<td colspan="9"> |
45 | 49 |
<a href="<TMPL_VAR description>" > |
46 | 50 |
<TMPL_VAR accno> |
... | ... | |
58 | 62 |
<tr valign="top" class="listrow0"> |
59 | 63 |
</TMPL_IF> |
60 | 64 |
|
61 |
<td colspan="3"><b>
|
|
65 |
<td colspan="2"><b>
|
|
62 | 66 |
<a href="<TMPL_VAR link_edit_account>" ><TMPL_VAR accno></a> |
63 | 67 |
</td> |
68 |
<td align=right><b><TMPL_VAR id ESCAPE=HTML> </b></td> |
|
64 | 69 |
<td colspan="9"><b><TMPL_VAR description ESCAPE=HTML> </b></td> |
65 | 70 |
<td rowspan="3" align=right><TMPL_VAR debit> </td> |
66 | 71 |
<td rowspan="3" align=right><TMPL_VAR credit> </td> |
Auch abrufbar als: Unified diff
Konten_id mit in den Bericht aufgenommen.