fx-compat: Update CSL Edit window
This commit is contained in:
parent
d6e0c90baa
commit
9bf61f9914
3 changed files with 2 additions and 2 deletions
|
@ -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)"/>
|
||||
|
|
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue