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
parent a10cb44a81
commit be9f810d6f

View File

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