22 lines
581 B
HTML

<vbox
id="zotero-prefpane-__addonRef__"
onload="Zotero.AddonTemplate.prefs.initPreferences(window)"
>
<groupbox>
<label><html:h2>Addon Template Example</html:h2></label>
<checkbox
id="zotero-prefpane-__addonRef__-enable"
label="&zotero.__addonRef__.pref.enable.label;"
/>
<hbox>
<html:input
type="text"
id="zotero-prefpane-__addonRef__-input"
></html:input>
<html:label for="zotero-prefpane-__addonRef__-input"
>&zotero.__addonRef__.pref.input.label;</html:label
>
</hbox>
</groupbox>
</vbox>