forked from extern/egroupware
added new format for address
This commit is contained in:
parent
fe3e41b100
commit
896daebd26
@ -19,4 +19,7 @@
|
||||
<tr>
|
||||
<td><font face="{font}">{zip}</font></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font face="{font}">{country}</font></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
7
addressbook/templates/default/line_format_de.tpl
Normal file
7
addressbook/templates/default/line_format_de.tpl
Normal file
@ -0,0 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company} - {street} - {zip} {city}{county}</font></td>
|
||||
</tr>
|
||||
</table>
|
7
addressbook/templates/default/line_format_us.tpl
Normal file
7
addressbook/templates/default/line_format_us.tpl
Normal file
@ -0,0 +1,7 @@
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table border="0" cellpadding="2" cellspacing="2">
|
||||
<tr>
|
||||
<td><font face="{font}" size="{fontsize}">{company} - {street} - {city}, {state} {zip}{country}</font></td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Reference in New Issue
Block a user