зеркало из https://github.com/mozilla/gecko-dev.git
Bug 361223 Read-only fields on ldap cards are no longer readonly (Thunderbird patch) r/sr=mscott
This commit is contained in:
Родитель
c43141d768
Коммит
9599bdd9c0
|
@ -295,11 +295,11 @@ function OnLoadEditCard()
|
|||
{
|
||||
// Set all the editable vcard fields to read only
|
||||
for (var i = kVcardFields.length; i-- > 0; )
|
||||
document.getElementById(kVcardFields[i][0]).readonly = true;
|
||||
document.getElementById(kVcardFields[i][0]).readOnly = true;
|
||||
|
||||
// And the phonetic fields
|
||||
document.getElementById(kPhoneticFields[0]).readonly = true;
|
||||
document.getElementById(kPhoneticFields[3]).readonly = true;
|
||||
document.getElementById(kPhoneticFields[0]).readOnly = true;
|
||||
document.getElementById(kPhoneticFields[3]).readOnly = true;
|
||||
|
||||
// Also disable the mail format popup.
|
||||
document.getElementById("PreferMailFormatPopup").disabled = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче