Change some more menulists into selects

This commit is contained in:
nathan 2021-09-17 10:05:11 -06:00
parent 23f0a95447
commit d944372e14
3 changed files with 13 additions and 17 deletions

View File

@ -114,9 +114,9 @@
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_fax,&amp;hearts;"/> <radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_fax,&amp;hearts;"/>
<description for="adr_one_countryname" value="country"/> <description for="adr_one_countryname" value="country"/>
<vbox width="100%" tabindex="16"> <vbox width="100%" tabindex="16">
<menulist tabindex="16"> <select-country tabindex="16" tags="true" width="100%" class="countrySelect et2_fullWidth"
<menupopup type="select-country" tabindex="16" tags="true" width="100%" class="countrySelect et2_fullWidth" id="adr_one_countrycode" onchange="app.addressbook.show_custom_country(this);" options="Select one,0,1" autocomplete="country"/> id="adr_one_countrycode" onchange="app.addressbook.show_custom_country(this);"
</menulist> options="Select one,0,1" autocomplete="country"/>
<textbox id="adr_one_countryname" class="custom_country et2_fullWidth" tabindex="16" autocomplete="country-name"/> <textbox id="adr_one_countryname" class="custom_country et2_fullWidth" tabindex="16" autocomplete="country-name"/>
</vbox> </vbox>
<description/> <description/>
@ -135,9 +135,7 @@
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_car,&amp;hearts;"/> <radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_car,&amp;hearts;"/>
<description disabled="@no_tid" for="tid" value="Type"/> <description disabled="@no_tid" for="tid" value="Type"/>
<hbox width="102%"> <hbox width="102%">
<menulist disabled="@no_tid"> <select id="tid" no_lang="1" class="et2_fullWidth" onchange="1" disabled="@no_tid"/>
<menupopup id="tid" no_lang="1" class="et2_fullWidth" onchange="1"/>
</menulist>
</hbox> </hbox>
<description/> <description/>
</row> </row>
@ -245,9 +243,9 @@
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_pager,&amp;hearts;"/> <radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_pager,&amp;hearts;"/>
<description for="adr_two_countryname" value="country"/> <description for="adr_two_countryname" value="country"/>
<vbox width="100%" class="city_state_postcode"> <vbox width="100%" class="city_state_postcode">
<menulist class="et2_fullWidth"> <select-country tabindex="37" tags="true" width="100%" class="countrySelect et2_fullWidth"
<menupopup type="select-country" tabindex="37" tags="true" width="100%" class="countrySelect et2_fullWidth" id="adr_two_countrycode" onchange="app.addressbook.show_custom_country(this);" options="Select one,0,1" autocomplete="section-two country" /> id="adr_two_countrycode" onchange="app.addressbook.show_custom_country(this);"
</menulist> options="Select one,0,1" autocomplete="section-two country"/>
<textbox id="adr_two_countryname" class="custom_country et2_fullWidth" autocomplete="section-two country-name" /> <textbox id="adr_two_countryname" class="custom_country et2_fullWidth" autocomplete="section-two country-name" />
</vbox> </vbox>
<description/> <description/>
@ -278,9 +276,9 @@
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_pager,&amp;hearts;"/> <radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_pager,&amp;hearts;"/>
<description for="adr_two_countryname" value="country"/> <description for="adr_two_countryname" value="country"/>
<vbox width="100%"> <vbox width="100%">
<menulist> <select-country class="countrySelect et2_fullWidth" tags="true" width="100%"
<menupopup type="select-country" class="countrySelect et2_fullWidth" tags="true" width="100%" id="adr_two_countrycode" onchange="app.addressbook.show_custom_country(this);" options="Select one,0,1" autocomplete="section-two country" /> id="adr_two_countrycode" onchange="app.addressbook.show_custom_country(this);"
</menulist> options="Select one,0,1" autocomplete="section-two country"/>
<textbox id="adr_two_countryname" class="custom_country et2_fullWidth" autocomplete="section-two country-name" /> <textbox id="adr_two_countryname" class="custom_country et2_fullWidth" autocomplete="section-two country-name" />
</vbox> </vbox>
<description/> <description/>
@ -414,9 +412,9 @@
</row> </row>
<row class="dialogOperators"> <row class="dialogOperators">
<description value="Addressbook"/> <description value="Addressbook"/>
<menulist class="et2_fullWidth"> <select class="owner et2_fullWidth" statustext="Addressbook the contact should be saved to"
<menupopup class="owner" statustext="Addressbook the contact should be saved to" id="owner" no_lang="1" onchange="widget.getInstanceManager().submit(null,false,true); return false;" /> id="owner" no_lang="1"
</menulist> onchange="widget.getInstanceManager().submit(null,false,true); return false;"/>
<description/> <description/>
<description value="own sorting"/> <description value="own sorting"/>
<menulist> <menulist>

View File

@ -232,7 +232,6 @@ select#addressbook-index_col_filter\[tid\] {
#addressbook-edit { #addressbook-edit {
height: auto; height: auto;
min-height: 390px; min-height: 390px;
overflow: auto;
} }
/*##################################################################*/ /*##################################################################*/
/*Infolog*/ /*Infolog*/

View File

@ -84,7 +84,6 @@
#addressbook-edit { #addressbook-edit {
height: auto; height: auto;
min-height: 390px; min-height: 390px;
overflow: auto;
} }
/*##################################################################*/ /*##################################################################*/