mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02:00
fix phone link and prefered phone radio were on same place
This commit is contained in:
parent
bf75bda899
commit
6da64247a6
@ -49,7 +49,13 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
|||||||
padding: 5px 0 5px 0;
|
padding: 5px 0 5px 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
input.et2_radiobox {
|
||||||
|
position: relative;
|
||||||
|
left: -16px;
|
||||||
|
}
|
||||||
|
#addressbook-edit_tel_prefer-tel_work, #addressbook-edit_tel_prefer-tel_cell {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Index page
|
* Index page
|
||||||
*/
|
*/
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
<row disabled="@addr_format=city_state_postcode">
|
<row disabled="@addr_format=city_state_postcode">
|
||||||
<description for="tel_assistent" value="number"/>
|
<description for="tel_assistent" value="Assistent phone"/>
|
||||||
<url-phone id="tel_assistent" class="et2_fullWidth"/>
|
<url-phone id="tel_assistent" class="et2_fullWidth"/>
|
||||||
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_assistent,&hearts;"/>
|
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_assistent,&hearts;"/>
|
||||||
<description for="adr_one_locality" value="city"/>
|
<description for="adr_one_locality" value="city"/>
|
||||||
@ -108,7 +108,7 @@
|
|||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
<row disabled="@addr_format=city_state_postcode">
|
<row disabled="@addr_format=city_state_postcode">
|
||||||
<description for="tel_other" value=" Other Phone"/>
|
<description for="tel_other" value="Other phone"/>
|
||||||
<url-phone id="tel_other" class="et2_fullWidth"/>
|
<url-phone id="tel_other" class="et2_fullWidth"/>
|
||||||
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_other,&hearts;"/>
|
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_other,&hearts;"/>
|
||||||
<description value="Region"/>
|
<description value="Region"/>
|
||||||
@ -116,7 +116,7 @@
|
|||||||
<description/>
|
<description/>
|
||||||
</row>
|
</row>
|
||||||
<row disabled="!@addr_format=city_state_postcode">
|
<row disabled="!@addr_format=city_state_postcode">
|
||||||
<description for="tel_assistent" value="number"/>
|
<description for="tel_assistent" value="Assistent phone"/>
|
||||||
<url-phone id="tel_assistent" class="et2_fullWidth"/>
|
<url-phone id="tel_assistent" class="et2_fullWidth"/>
|
||||||
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_assistent,&hearts;"/>
|
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_assistent,&hearts;"/>
|
||||||
<description value="City"/>
|
<description value="City"/>
|
||||||
@ -212,7 +212,7 @@
|
|||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<description for="tel_home" value="Phone"/>
|
<description for="tel_home" value="Home phone"/>
|
||||||
<url-phone id="tel_home" class="et2_fullWidth"/>
|
<url-phone id="tel_home" class="et2_fullWidth"/>
|
||||||
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_home,&hearts;"/>
|
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_home,&hearts;"/>
|
||||||
<description for="adr_two_street" value="street"/>
|
<description for="adr_two_street" value="street"/>
|
||||||
@ -368,7 +368,7 @@
|
|||||||
</row>
|
</row>
|
||||||
<row class="dialogHeader2">
|
<row class="dialogHeader2">
|
||||||
<description/>
|
<description/>
|
||||||
<description for="tel_work" value="business"/>
|
<description for="tel_work" value="Business phone"/>
|
||||||
<url-phone id="tel_work" class="telNumbers et2_fullWidth"/>
|
<url-phone id="tel_work" class="telNumbers et2_fullWidth"/>
|
||||||
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_work,&hearts;"/>
|
<radio statustext="select phone number as prefered way of contact" id="tel_prefer" options="tel_work,&hearts;"/>
|
||||||
<description for="org_unit" value="department"/>
|
<description for="org_unit" value="department"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user