mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix for bug #323: Postal Code / City, Country / State fields confusing
This commit is contained in:
parent
00ea3da691
commit
ac4c7eb249
@ -11,7 +11,7 @@
|
||||
<menupopup label="Type" id="col_filter[tid]" statustext="Select addressbook type" onchange="1"/>
|
||||
</menulist>
|
||||
</template>
|
||||
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.3.001">
|
||||
<template id="addressbook.index.rows" template="" lang="" group="0" version="1.3.002">
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column/>
|
||||
@ -115,6 +115,7 @@
|
||||
<description id="${row}[adr_one_countryname]" no_lang="1"/>
|
||||
<hbox options="0,0" orient="0">
|
||||
<description no_lang="1" id="${row}[adr_one_locality]"/>
|
||||
<description class="leftPad5" no_lang="1" id="${row}[adr_one_region]"/>
|
||||
<description id="${row}[adr_one_postalcode]" class="leftPad5" value=" " no_lang="1"/>
|
||||
</hbox>
|
||||
<description no_lang="1" id="${row}[adr_one_street]"/>
|
||||
@ -124,6 +125,7 @@
|
||||
<description id="${row}[adr_two_countryname]" no_lang="1"/>
|
||||
<hbox options="0,0">
|
||||
<description no_lang="1" id="${row}[adr_two_locality]"/>
|
||||
<description no_lang="1" id="${row}[adr_two_region]"/>
|
||||
<description id="${row}[adr_two_postalcode]" class="leftPad5" value=" " no_lang="1"/>
|
||||
</hbox>
|
||||
<description no_lang="1" id="${row}[adr_two_street]"/>
|
||||
|
Loading…
Reference in New Issue
Block a user