зеркало из https://github.com/mozilla/pjs.git
Make remote calendar location readonly to prevent really painful failure mode for bug 315307. Thanks to Stefan Sitter <ssitter@googlemail.com> for the patch; r=dmose@mozilla.org.
This commit is contained in:
Родитель
54d1112b08
Коммит
d71585c85c
|
@ -87,7 +87,8 @@
|
|||
|
||||
<row align="center">
|
||||
<label value="&calendarproperties.location.label;"/>
|
||||
<textbox id="calendar-uri" oninput="checkURL()"/>
|
||||
<!-- XXX Make location field readonly until Bug 315307 is fixed -->
|
||||
<textbox id="calendar-uri" readonly="true" oninput="checkURL()"/>
|
||||
</row>
|
||||
<row align="center">
|
||||
<checkbox id="read-only" label="&calendarproperties.readonly.label;"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче