mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Re arrange country,city,street and zip code position in addressbook nm list
This commit is contained in:
parent
308dfdadc7
commit
91198f95d1
@ -143,30 +143,30 @@
|
|||||||
<image src="${row}[photo]" class="iphoto"/>
|
<image src="${row}[photo]" class="iphoto"/>
|
||||||
<date id="${row}[bday]" readonly="true" options="Y-m-d"/>
|
<date id="${row}[bday]" readonly="true" options="Y-m-d"/>
|
||||||
<vbox options="0,0">
|
<vbox options="0,0">
|
||||||
<description id="${row}[adr_one_countryname]" no_lang="1"/>
|
<description id="${row}[adr_one_street]" no_lang="1"/>
|
||||||
<menulist>
|
<description id="${row}[adr_one_street2]" no_lang="1"/>
|
||||||
<menupopup type="select-country" id="${row}[adr_one_countrycode]" readonly="true"/>
|
|
||||||
</menulist>
|
|
||||||
<hbox orient="0" options="0,0">
|
<hbox orient="0" options="0,0">
|
||||||
<description id="${row}[adr_one_locality]" no_lang="1"/>
|
<description id="${row}[adr_one_locality]" no_lang="1"/>
|
||||||
<description id="${row}[adr_one_region]" no_lang="1" class="leftPad5"/>
|
<description id="${row}[adr_one_region]" no_lang="1" class="leftPad5"/>
|
||||||
<description value=" " id="${row}[adr_one_postalcode]" no_lang="1" class="leftPad5"/>
|
<description value=" " id="${row}[adr_one_postalcode]" no_lang="1" class="leftPad5"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<description id="${row}[adr_one_street]" no_lang="1"/>
|
<description id="${row}[adr_one_countryname]" no_lang="1"/>
|
||||||
<description id="${row}[adr_one_street2]" no_lang="1"/>
|
<menulist>
|
||||||
|
<menupopup type="select-country" id="${row}[adr_one_countrycode]" readonly="true"/>
|
||||||
|
</menulist>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox options="0,0">
|
<vbox options="0,0">
|
||||||
<description id="${row}[adr_two_countryname]" no_lang="1"/>
|
<description id="${row}[adr_two_street]" no_lang="1"/>
|
||||||
<menulist>
|
<description id="${row}[adr_two_street2]" no_lang="1"/>
|
||||||
<menupopup type="select-country" id="${row}[adr_two_countrycode]" readonly="true"/>
|
|
||||||
</menulist>
|
|
||||||
<hbox options="0,0">
|
<hbox options="0,0">
|
||||||
<description id="${row}[adr_two_locality]" no_lang="1"/>
|
<description id="${row}[adr_two_locality]" no_lang="1"/>
|
||||||
<description id="${row}[adr_two_region]" no_lang="1" class="leftPad5"/>
|
<description id="${row}[adr_two_region]" no_lang="1" class="leftPad5"/>
|
||||||
<description value=" " id="${row}[adr_two_postalcode]" no_lang="1" class="leftPad5"/>
|
<description value=" " id="${row}[adr_two_postalcode]" no_lang="1" class="leftPad5"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<description id="${row}[adr_two_street]" no_lang="1"/>
|
<description id="${row}[adr_two_countryname]" no_lang="1"/>
|
||||||
<description id="${row}[adr_two_street2]" no_lang="1"/>
|
<menulist>
|
||||||
|
<menupopup type="select-country" id="${row}[adr_two_countrycode]" readonly="true"/>
|
||||||
|
</menulist>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox options="0,0">
|
<vbox options="0,0">
|
||||||
<url-phone id="${row}[tel_work]" readonly="true" class="telNumbers"/>
|
<url-phone id="${row}[tel_work]" readonly="true" class="telNumbers"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user