From 0362c913832e7dea99c39157eaa10e5b0163b217 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 21 Sep 2007 09:03:37 +0000 Subject: [PATCH] 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 --- chrome/content/zotero/errorReport.xul | 3 +++ chrome/locale/en-US/zotero/zotero.dtd | 3 +++ chrome/skin/default/zotero/errorReport.css | 8 ++++++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/errorReport.xul b/chrome/content/zotero/errorReport.xul index 668d82841..556fba992 100644 --- a/chrome/content/zotero/errorReport.xul +++ b/chrome/content/zotero/errorReport.xul @@ -106,6 +106,8 @@ + + &zotero.general.note; &zotero.errorReport.unrelatedMessages; @@ -132,5 +134,6 @@ &zotero.errorReport.includeReportID; + &zotero.errorReport.furtherAssistance; diff --git a/chrome/locale/en-US/zotero/zotero.dtd b/chrome/locale/en-US/zotero/zotero.dtd index 0badf9a0b..9dbf082e7 100644 --- a/chrome/locale/en-US/zotero/zotero.dtd +++ b/chrome/locale/en-US/zotero/zotero.dtd @@ -1,11 +1,14 @@ + + + diff --git a/chrome/skin/default/zotero/errorReport.css b/chrome/skin/default/zotero/errorReport.css index b999037e4..69196e04a 100644 --- a/chrome/skin/default/zotero/errorReport.css +++ b/chrome/skin/default/zotero/errorReport.css @@ -7,8 +7,12 @@ description { font-style: italic; } +#zotero-unrelated-message { + margin: 1em 0 .5em; +} + #zotero-advance-message { - margin: 1.5em 0 .5em; + margin: .5em 0; } /* Additional Info pane */ @@ -25,7 +29,7 @@ description { } #zotero-error-steps-box description { - margin-bottom: .25em; + margin-bottom: .4em; } /* Submitted pane */