Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<html
id="calendar-error-prompt"
lightweightthemes="true"
scrolling="false"
>
<head>
<title data-l10n-id="calendar-error-title"></title>
<meta
http-equiv="Content-Security-Policy"
content="default-src chrome:; script-src chrome: 'unsafe-inline' moz-src:; style-src chrome: 'unsafe-inline'"
/>
<link rel="localization" href="calendar/calendar.ftl" />
</head>
<dialog buttons="accept" style="width: 500px">
<html:textarea
id="general-text"
class="plain"
readonly="readonly"
rows="3"
style="resize: none"
></html:textarea>
<hbox>
<button
id="details-button"
data-l10n-id="calendar-error-detail"
oncommand="toggleDetails()"
/>
<spacer flex="1" />
</hbox>
<vbox id="details-box" collapsed="collapsed" persist="collapsed">
<hbox>
<label data-l10n-id="calendar-error-code" />
<label id="error-code" value="" />
</hbox>
<vbox>
<label data-l10n-id="calendar-error-description" control="error-description" />
<html:textarea
id="error-description"
class="plain"
readonly="readonly"
rows="5"
style="resize: none"
></html:textarea>
</vbox>
</vbox>
</dialog>
</html:body>
</html>