Show Styles tab before Word Processors in Cite preferences
This commit is contained in:
parent
d52d5aeb6c
commit
d70ebce108
1 changed files with 8 additions and 8 deletions
|
@ -39,17 +39,10 @@
|
||||||
|
|
||||||
<tabbox>
|
<tabbox>
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab id="wordProcessors-tab" label="&zotero.preferences.cite.wordProcessors;"/>
|
|
||||||
<tab id="styles-tab" label="&zotero.preferences.cite.styles;"/>
|
<tab id="styles-tab" label="&zotero.preferences.cite.styles;"/>
|
||||||
|
<tab id="wordProcessors-tab" label="&zotero.preferences.cite.wordProcessors;"/>
|
||||||
</tabs>
|
</tabs>
|
||||||
<tabpanels>
|
<tabpanels>
|
||||||
<tabpanel orient="vertical" id="wordProcessors">
|
|
||||||
<label id="wordProcessors-noWordProcessorPluginsInstalled" width="45em" hidden="true">
|
|
||||||
&zotero.preferences.cite.wordProcessors.noWordProcessorPluginsInstalled;
|
|
||||||
</label>
|
|
||||||
<checkbox label="&zotero.preferences.cite.wordProcessors.useClassicAddCitationDialog;" preference="pref-cite-useClassicAddCitationDialog"/>
|
|
||||||
<label id="wordProcessors-getWordProcessorPlugins" class="zotero-text-link" href="&zotero.preferences.cite.wordProcessors.getPlugins.url;" value="&zotero.preferences.cite.wordProcessors.getPlugins;"/>
|
|
||||||
</tabpanel>
|
|
||||||
<tabpanel orient="vertical" id="styles">
|
<tabpanel orient="vertical" id="styles">
|
||||||
<groupbox flex="1">
|
<groupbox flex="1">
|
||||||
<caption label="&zotero.preferences.cite.styles.styleManager;"/>
|
<caption label="&zotero.preferences.cite.styles.styleManager;"/>
|
||||||
|
@ -81,6 +74,13 @@
|
||||||
</label>
|
</label>
|
||||||
</groupbox>
|
</groupbox>
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
|
<tabpanel orient="vertical" id="wordProcessors">
|
||||||
|
<label id="wordProcessors-noWordProcessorPluginsInstalled" width="45em" hidden="true">
|
||||||
|
&zotero.preferences.cite.wordProcessors.noWordProcessorPluginsInstalled;
|
||||||
|
</label>
|
||||||
|
<checkbox label="&zotero.preferences.cite.wordProcessors.useClassicAddCitationDialog;" preference="pref-cite-useClassicAddCitationDialog"/>
|
||||||
|
<label id="wordProcessors-getWordProcessorPlugins" class="zotero-text-link" href="&zotero.preferences.cite.wordProcessors.getPlugins.url;" value="&zotero.preferences.cite.wordProcessors.getPlugins;"/>
|
||||||
|
</tabpanel>
|
||||||
</tabpanels>
|
</tabpanels>
|
||||||
</tabbox>
|
</tabbox>
|
||||||
</prefpane>
|
</prefpane>
|
||||||
|
|
Loading…
Reference in a new issue