mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
* Addressbook: Fix tab order between zip code and city in AB edit dialog
This commit is contained in:
parent
fb35fdb8c2
commit
6529bed2a6
@ -234,7 +234,7 @@
|
||||
<description for="adr_two_locality" value="city"/>
|
||||
<hbox>
|
||||
<textbox statustext="ZIP Code" id="adr_two_postalcode" width="40" maxlength="64"/>
|
||||
<textbox statustext="City" id="adr_two_locality" maxlength="64" width="250" align="right"/>
|
||||
<textbox statustext="City" id="adr_two_locality" maxlength="64" width="242"/>
|
||||
</hbox>
|
||||
<description/>
|
||||
</row>
|
||||
|
Loading…
Reference in New Issue
Block a user