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:
dmose%mozilla.org 2006-01-27 21:31:50 +00:00
Родитель 54d1112b08
Коммит d71585c85c
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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;"/>