Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created July 6, 2023 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retorquere/711a0fcd55b6c98d44c9819a6651c83d to your computer and use it in GitHub Desktop.
Save retorquere/711a0fcd55b6c98d44c9819a6651c83d to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/global.css"?>
<?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?>
<?xml-stylesheet href="chrome://zotero/skin/preferences.css"?>
<?xml-stylesheet href="chrome://zotero/skin/zotero.css"?>
<?xml-stylesheet href="chrome://zotero-platform/content/overlay.css"?>
<?xml-stylesheet href="chrome://zotero-better-bibtex/skin/preferences.css"?>
<?xml-stylesheet href="chrome://zotero-better-bibtex/skin/error-report.css" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % ZoteroDTD SYSTEM "chrome://zotero/locale/zotero.dtd"> %ZoteroDTD;
<!ENTITY % BBTDTD SYSTEM "chrome://zotero-better-bibtex/locale/zotero-better-bibtex.dtd"> %BBTDTD;
<!ENTITY % standaloneDTD SYSTEM "chrome://zotero/locale/standalone.dtd"> %standaloneDTD;
]>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">
<script src="chrome://global/content/customElements.js"/>
<wizard id="better-bibtex-error-report" title="&better-bibtex.ErrorReport.title;" width="550" height="550">
<wizardpage onpageshow="window.ErrorReport.show()" label=" ">
<description class="header" style="white-space: pre-wrap;">&better-bibtex.ErrorReport.enableDebug;</description>
<button label="&better-bibtex.ErrorReport.restartWithLoggingEnabled;" oncommand="window.ErrorReport.restartWithDebugEnabled()"/>
</wizardpage>
<wizardpage onpageshow="window.ErrorReport.show()" label=" ">
<description class="header" style="white-space: pre-wrap;">&better-bibtex.ErrorReport.review;</description>
<textbox class="plain" id="better-bibtex-report-current" flex="1" readonly="true"/>
<textbox class="plain textbox-emph" id="better-bibtex-report-latest" flex="1" readonly="true"/>
<textbox class="plain" id="better-bibtex-report-cache" flex="1" readonly="true"/>
<checkbox id="better-bibtex-error-report-include-db" label="&better-bibtex.ErrorReport.includeCache;"/>
</wizardpage>
</wizard>
</window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment