mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix for bug #948: space missing in regular addressbook view in home address
This commit is contained in:
parent
ab74fbeca0
commit
88370ceb8a
File diff suppressed because one or more lines are too long
@ -128,7 +128,7 @@
|
|||||||
<description id="${row}[adr_two_countryname]" no_lang="1"/>
|
<description id="${row}[adr_two_countryname]" no_lang="1"/>
|
||||||
<hbox options="0,0">
|
<hbox options="0,0">
|
||||||
<description no_lang="1" id="${row}[adr_two_locality]"/>
|
<description no_lang="1" id="${row}[adr_two_locality]"/>
|
||||||
<description no_lang="1" id="${row}[adr_two_region]"/>
|
<description no_lang="1" id="${row}[adr_two_region]" class="leftPad5"/>
|
||||||
<description id="${row}[adr_two_postalcode]" class="leftPad5" value=" " no_lang="1"/>
|
<description id="${row}[adr_two_postalcode]" class="leftPad5" value=" " no_lang="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<description no_lang="1" id="${row}[adr_two_street]"/>
|
<description no_lang="1" id="${row}[adr_two_street]"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user