fx-compat: Update CSL Edit window

This commit is contained in:
Dan Stillman 2022-05-17 04:24:55 -04:00
parent d6e0c90baa
commit 9bf61f9914
3 changed files with 2 additions and 2 deletions

View file

@ -648,7 +648,7 @@
<hbox>
<button id="openCSLEdit"
label="&zotero.preferences.styleEditor;"
oncommand="Zotero_Preferences.openInViewer('chrome://zotero/content/tools/csledit.xul', true)"/>
oncommand="Zotero_Preferences.openInViewer('chrome://zotero/content/tools/csledit.xhtml', true)"/>
<button id="openCSLPreview"
label="&zotero.preferences.stylePreview;"
oncommand="Zotero_Preferences.openInViewer('chrome://zotero/content/tools/cslpreview.xul', true)"/>

View file

@ -904,7 +904,7 @@ function openRunJSWindow() {
function openStyleEditor() {
openWindowByType(
'chrome://zotero/content/tools/csledit.xul',
'chrome://zotero/content/tools/csledit.xhtml',
'zotero:style-editor',
'chrome,width=950,height=700,resizable'
);