Revision 05c6840d
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
templates/French-statement.html | ||
---|---|---|
5 | 5 |
<head> |
6 | 6 |
|
7 | 7 |
<title>Extrait de compte pour <%name%></title> |
8 |
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
|
|
8 |
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
|
9 | 9 |
|
10 | 10 |
</head> |
11 | 11 |
|
... | ... | |
27 | 27 |
<th></th> |
28 | 28 |
<td align=right> |
29 | 29 |
<h4> |
30 |
T?l : <%tel%>
|
|
30 |
Tél : <%tel%>
|
|
31 | 31 |
<br>Fax : <%fax%> |
32 | 32 |
</h4> |
33 | 33 |
</td> |
... | ... | |
53 | 53 |
<br><%country%> |
54 | 54 |
<br> |
55 | 55 |
<%if customerphone%> |
56 |
<br>T?l : <%customerphone%>
|
|
56 |
<br>Tél : <%customerphone%>
|
|
57 | 57 |
<%end customerphone%> |
58 | 58 |
<%if customerfax%> |
59 | 59 |
<br>Fax : <%customerfax%> |
... | ... | |
72 | 72 |
<td> |
73 | 73 |
<table width=100%> |
74 | 74 |
<tr> |
75 |
<th align=left>Facture n?</th>
|
|
75 |
<th align=left>Facture n°</th>
|
|
76 | 76 |
<th width=15%>Date</th> |
77 | 77 |
<th width=15%>Echeance</th> |
78 | 78 |
<th width=10%>Actuel</th> |
... | ... | |
112 | 112 |
<td align=right> |
113 | 113 |
<table width=50%> |
114 | 114 |
<tr> |
115 |
<th>Solde impay?</th>
|
|
115 |
<th>Solde impayé</th>
|
|
116 | 116 |
<th align=right><%total%></th> |
117 | 117 |
</tr> |
118 | 118 |
</table> |
Auch abrufbar als: Unified diff
Dateiencodings auf UTF-8 geändert
Fix für Bug 1375.