auto_vcard/chrome/content/options.xul
2018-06-03 15:31:49 +02:00

30 lines
966 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE prefwindow SYSTEM "chrome://autovcard/locale/autovcard.dtd">
<prefwindow
title="&autovcard.label.options.windowtitle;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<prefpane>
<preferences>
<preference id="pref_comment" name="autovcard.label.options.comment" type="string"/>
<preference id="pref_comment_manually" name="autovcard.label.options.comment_manually" type="string"/>
</preferences>
<vbox>
<label value="&autovcard.label.options.comment;"/>
<textbox preference="pref_comment" multiline="true" newlines="pasteintact" cols="60" rows="6"/>
<label value=" "/>
<label value="&autovcard.label.options.comment_manually;"/>
<textbox preference="pref_comment_manually" multiline="true" newlines="pasteintact" cols="60" rows="6"/>
</vbox>
</prefpane>
</prefwindow>