fix for bug #323: Postal Code / City, Country / State fields confusing

This commit is contained in:
Ralf Becker 2007-05-03 08:18:26 +00:00
parent 00ea3da691
commit ac4c7eb249

View File

@ -11,7 +11,7 @@
<menupopup label="Type" id="col_filter[tid]" statustext="Select addressbook type" onchange="1"/> <menupopup label="Type" id="col_filter[tid]" statustext="Select addressbook type" onchange="1"/>
</menulist> </menulist>
</template> </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%"> <grid width="100%">
<columns> <columns>
<column/> <column/>
@ -115,6 +115,7 @@
<description id="${row}[adr_one_countryname]" no_lang="1"/> <description id="${row}[adr_one_countryname]" no_lang="1"/>
<hbox options="0,0" orient="0"> <hbox options="0,0" orient="0">
<description no_lang="1" id="${row}[adr_one_locality]"/> <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"/> <description id="${row}[adr_one_postalcode]" class="leftPad5" value=" " no_lang="1"/>
</hbox> </hbox>
<description no_lang="1" id="${row}[adr_one_street]"/> <description no_lang="1" id="${row}[adr_one_street]"/>
@ -124,6 +125,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 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]"/>