mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Migrate country selector columns into new country-select widget
This commit is contained in:
parent
82065b51c3
commit
b7b490fb34
@ -119,4 +119,6 @@ select#addressbook-index_col_filter\[tid\] {
|
||||
float: right;
|
||||
width: 134px;
|
||||
}
|
||||
#addressbook-edit .chzn-container .chzn-results {max-height: 110px}
|
||||
#addressbook-edit .chzn-container .chzn-results {max-height: 110px}
|
||||
|
||||
#addressbook-index_nm .chzn-drop {width:auto;}
|
@ -62,12 +62,12 @@
|
||||
<nextmatch-header label="Birthday" id="bday"/>
|
||||
<vbox>
|
||||
<nextmatch-header label="Business address" id="business"/>
|
||||
<nextmatch-customfilter id="adr_one_countrycode" options="select-country" empty_label="Country" class="countrySelect"/>
|
||||
<nextmatch-customfilter id="adr_one_countrycode" options="select-country" type="select-country" width="100px" tags="true" empty_label="Country" class="countrySelect"/>
|
||||
<nextmatch-sortheader label="zip code" id="adr_one_postalcode"/>
|
||||
</vbox>
|
||||
<vbox>
|
||||
<nextmatch-header label="Home address" id="home"/>
|
||||
<nextmatch-customfilter id="adr_two_countrycode" options="select-country" empty_label="Country" class="countrySelect"/>
|
||||
<nextmatch-customfilter id="adr_two_countrycode" options="select-country" type="select-country" tags="true" empty_label="Country" class="countrySelect"/>
|
||||
<nextmatch-sortheader label="zip code" id="adr_two_postalcode"/>
|
||||
</vbox>
|
||||
<vbox>
|
||||
|
@ -143,6 +143,9 @@ select#addressbook-index_col_filter\[tid\] {
|
||||
#addressbook-edit .chzn-container .chzn-results {
|
||||
max-height: 110px;
|
||||
}
|
||||
#addressbook-index_nm .chzn-drop {
|
||||
width: auto;
|
||||
}
|
||||
@media all {
|
||||
/* #############################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user