diff --git a/chrome.manifest b/chrome.manifest index fdee75ac8f..0e036af269 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -10,7 +10,7 @@ locale zotero cs-CZ chrome/locale/cs-CZ/zotero/ locale zotero da-DK chrome/locale/da-DK/zotero/ locale zotero de-AT chrome/locale/de-AT/zotero/ locale zotero de-CH chrome/locale/de-CH/zotero/ -locale zotero de chrome/locale/de/zotero/ +locale zotero de-DE chrome/locale/de-DE/zotero/ locale zotero el-GR chrome/locale/el-GR/zotero/ locale zotero es-ES chrome/locale/es-ES/zotero/ locale zotero et-EE chrome/locale/et-EE/zotero/ @@ -31,6 +31,7 @@ locale zotero ro-RO chrome/locale/ro-RO/zotero/ locale zotero ru-RU chrome/locale/ru-RU/zotero/ locale zotero sr-YU chrome/locale/sr-YU/zotero/ locale zotero sv-SE chrome/locale/sv-SE/zotero/ +locale zotero th-TH chrome/locale/th-TH/zotero/ locale zotero tr-TR chrome/locale/tr-TR/zotero/ locale zotero vi-VN chrome/locale/vi-VN/zotero/ locale zotero zh-CN chrome/locale/zh-CN/zotero/ diff --git a/chrome/content/zotero/addCitationDialog.js b/chrome/content/zotero/addCitationDialog.js index a15586ec51..0dd9646b8b 100644 --- a/chrome/content/zotero/addCitationDialog.js +++ b/chrome/content/zotero/addCitationDialog.js @@ -66,7 +66,7 @@ var Zotero_Citation_Dialog = new function () { io = window.arguments[0].wrappedJSObject; // find accept button - _acceptButton = document.getElementById("add-citation-dialog").getButton("accept"); + _acceptButton = document.getElementById("zotero-add-citation-dialog").getButton("accept"); _autoRegeneratePref = Zotero.Prefs.get("integration.autoRegenerate"); // if a style with sortable citations, present checkbox @@ -144,7 +144,7 @@ var Zotero_Citation_Dialog = new function () { _multipleSourcesOn = !_multipleSourcesOn; if(_multipleSourcesOn) { document.getElementById("multiple-sources").hidden = undefined; - document.getElementById("add-citation-dialog").width = "750"; + document.getElementById("zotero-add-citation-dialog").width = "750"; document.getElementById("multiple-sources-button").label = Zotero.getString("citation.singleSource"); window.sizeToContent(); window.moveTo((window.screenX-75), window.screenY); @@ -153,7 +153,7 @@ var Zotero_Citation_Dialog = new function () { _itemSelected(false); } else { document.getElementById("multiple-sources").hidden = true; - document.getElementById("add-citation-dialog").width = "600"; + document.getElementById("zotero-add-citation-dialog").width = "600"; document.getElementById("multiple-sources-button").label = Zotero.getString("citation.multipleSources"); window.sizeToContent(); window.moveTo((window.screenX+75), window.screenY); diff --git a/chrome/content/zotero/addCitationDialog.xul b/chrome/content/zotero/addCitationDialog.xul index 5393f199d8..7c09fd799e 100644 --- a/chrome/content/zotero/addCitationDialog.xul +++ b/chrome/content/zotero/addCitationDialog.xul @@ -27,7 +27,7 @@ + style="padding: 0" + persist="screenX screenY">