fx-compat: Fix Page textbox in classic citation dialog
This commit is contained in:
parent
086399da33
commit
fd7cf71043
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@
|
||||||
<menulist onchange="Zotero_Citation_Dialog.confirmRegenerate(true)" id="label" tabindex="5" native="true">
|
<menulist onchange="Zotero_Citation_Dialog.confirmRegenerate(true)" id="label" tabindex="5" native="true">
|
||||||
<menupopup id="locator-type-popup"/>
|
<menupopup id="locator-type-popup"/>
|
||||||
</menulist>
|
</menulist>
|
||||||
<textbox oninput="Zotero_Citation_Dialog.confirmRegenerate(false)" onchange="Zotero_Citation_Dialog.confirmRegenerate(true)" id="locator" tabindex="2" flex="1"/>
|
<html:input oninput="Zotero_Citation_Dialog.confirmRegenerate(false)" onchange="Zotero_Citation_Dialog.confirmRegenerate(true)" id="locator" tabindex="2"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<separator style="height: 2px" flex="1"/>
|
<separator style="height: 2px" flex="1"/>
|
||||||
<checkbox oncommand="Zotero_Citation_Dialog.confirmRegenerate(true)" id="suppress-author" label="&zotero.citation.suppressAuthor.label;" tabindex="6" native="true"/>
|
<checkbox oncommand="Zotero_Citation_Dialog.confirmRegenerate(true)" id="suppress-author" label="&zotero.citation.suppressAuthor.label;" tabindex="6" native="true"/>
|
||||||
|
|
Loading…
Reference in a new issue