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
<!DOCTYPE html [ <!ENTITY % dtd1 SYSTEM "chrome://calendar/locale/global.dtd"> %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://calendar/locale/calendar.dtd" >
%dtd2; ]>
<html
id="calendar-error-prompt"
lightweightthemes="true"
scrolling="false"
>
<head>
<title>&calendar.error.title;</title>
</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" label="&calendar.error.detail;" oncommand="toggleDetails()" />
<spacer flex="1" />
</hbox>
<vbox id="details-box" collapsed="true" persist="collapsed">
<hbox>
<label value="&calendar.error.code;" />
<label id="error-code" value="" />
</hbox>
<vbox>
<label value="&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>