diff --git a/chrome/content/zotero/integration/addCitationDialog.js b/chrome/content/zotero/integration/addCitationDialog.js index 5323989b7..5da4c6263 100644 --- a/chrome/content/zotero/integration/addCitationDialog.js +++ b/chrome/content/zotero/integration/addCitationDialog.js @@ -70,7 +70,6 @@ var Zotero_Citation_Dialog = new function () { * initialize add citation dialog */ function load() { - document.documentElement.setAttribute("drawintitlebar", "true"); document.documentElement.getButton("extra1").label = Zotero.getString("citation.multipleSources"); document.documentElement.getButton("extra2").label = Zotero.getString("citation.showEditor"); diff --git a/chrome/content/zotero/integration/addCitationDialog.xul b/chrome/content/zotero/integration/addCitationDialog.xul index 65bb58682..b7665e138 100644 --- a/chrome/content/zotero/integration/addCitationDialog.xul +++ b/chrome/content/zotero/integration/addCitationDialog.xul @@ -38,14 +38,12 @@ width="600" height="450" onload="Zotero_Citation_Dialog.load();" onunload="doUnload();" - xmlns:html="http://www.w3.org/1999/xhtml" - xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" - persist="screenX screenY width height" - style="background: transparent; -moz-appearance:none; padding: 0" - chromemargin="0, 0, 0, 0" - buttons="extra1,extra2,accept,cancel" ondialogaccept="return Zotero_Citation_Dialog.accept();" ondialogcancel="Zotero_Citation_Dialog.cancel();" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + persist="screenX screenY width height" + resizable="true" + buttons="extra1,extra2,accept,cancel" ondialogextra2="Zotero_Citation_Dialog.toggleEditor()" ondialogextra1="Zotero_Citation_Dialog.toggleMultipleSources()"> @@ -53,7 +51,7 @@