Add lines to the error reporting wizard that 1) the error log may contain messages unrelated to Zotero and 2) the user should see the Known Issues page and the forums for further assistance

This commit is contained in:
Dan Stillman 2007-09-21 09:03:37 +00:00
parent 1c3d1438e4
commit 0362c91383
3 changed files with 12 additions and 2 deletions

View File

@ -106,6 +106,8 @@
<wizardpage onpageshow="Zotero_Error_Report.init()"> <wizardpage onpageshow="Zotero_Error_Report.init()">
<description id="zotero-failure-message"/> <description id="zotero-failure-message"/>
<textbox id="zotero-error-message" class="plain" readonly="true" multiline="true" rows="6"/> <textbox id="zotero-error-message" class="plain" readonly="true" multiline="true" rows="6"/>
<!-- TODO: RTL language support -->
<description id="zotero-unrelated-message">&zotero.general.note; &zotero.errorReport.unrelatedMessages;</description>
<description id="zotero-advance-message"/> <description id="zotero-advance-message"/>
</wizardpage> </wizardpage>
@ -132,5 +134,6 @@
<textbox id="zotero-report-id" class="plain" readonly="true"/> <textbox id="zotero-report-id" class="plain" readonly="true"/>
</description> </description>
<description>&zotero.errorReport.includeReportID;</description> <description>&zotero.errorReport.includeReportID;</description>
<description>&zotero.errorReport.furtherAssistance;</description>
</wizardpage> </wizardpage>
</wizard> </wizard>

View File

@ -1,11 +1,14 @@
<!ENTITY zotero.general.optional "(Optional)"> <!ENTITY zotero.general.optional "(Optional)">
<!ENTITY zotero.general.note "Note:">
<!ENTITY zotero.errorReport.unrelatedMessages "The error log may include messages unrelated to Zotero.">
<!ENTITY zotero.errorReport.additionalInfo "Additional Information"> <!ENTITY zotero.errorReport.additionalInfo "Additional Information">
<!ENTITY zotero.errorReport.emailAddress "Your e-mail address:"> <!ENTITY zotero.errorReport.emailAddress "Your e-mail address:">
<!ENTITY zotero.errorReport.errorSteps "What were you doing when the error occurred? If possible, please include steps to reproduce the error."> <!ENTITY zotero.errorReport.errorSteps "What were you doing when the error occurred? If possible, please include steps to reproduce the error.">
<!ENTITY zotero.errorReport.submissionInProgress "Please wait while the error report is submitted."> <!ENTITY zotero.errorReport.submissionInProgress "Please wait while the error report is submitted.">
<!ENTITY zotero.errorReport.submitted "The error report has been submitted."> <!ENTITY zotero.errorReport.submitted "The error report has been submitted.">
<!ENTITY zotero.errorReport.reportID "Report ID:"> <!ENTITY zotero.errorReport.reportID "Report ID:">
<!ENTITY zotero.errorReport.furtherAssistance "See the Known Issues page and the forums for further assistance.">
<!ENTITY zotero.errorReport.includeReportID "Please include the Report ID in any correspondence with the Zotero developers regarding this issue."> <!ENTITY zotero.errorReport.includeReportID "Please include the Report ID in any correspondence with the Zotero developers regarding this issue.">
<!ENTITY zotero.upgrade.newVersionInstalled "You have installed a new version of Zotero."> <!ENTITY zotero.upgrade.newVersionInstalled "You have installed a new version of Zotero.">

View File

@ -7,8 +7,12 @@ description {
font-style: italic; font-style: italic;
} }
#zotero-unrelated-message {
margin: 1em 0 .5em;
}
#zotero-advance-message { #zotero-advance-message {
margin: 1.5em 0 .5em; margin: .5em 0;
} }
/* Additional Info pane */ /* Additional Info pane */
@ -25,7 +29,7 @@ description {
} }
#zotero-error-steps-box description { #zotero-error-steps-box description {
margin-bottom: .25em; margin-bottom: .4em;
} }
/* Submitted pane */ /* Submitted pane */