mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
46 lines
1.9 KiB
XML
46 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chome://qa/skin/" type="text/css"?>
|
|
|
|
<!DOCTYPE overlay [
|
|
<!ENTITY % qaDTD SYSTEM "chrome://qa/locale/qa.dtd"> %qaDTD;
|
|
]>
|
|
|
|
<overlay id="qa-settings-overlay"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<script type="application/x-javascript" src="chrome://qa/content/settings.js" />
|
|
|
|
<stringbundleset id="stringbundleset">
|
|
<stringbundle id="bundle_qa" src="chrome://qa/locale/qa.properties" />
|
|
</stringbundleset>
|
|
|
|
<tabpanel id="qa-tab-settings">
|
|
<vbox flex="1">
|
|
<groupbox>
|
|
<caption label="&qa.preferences.litmus.title;" />
|
|
<label control="qa-preferences-litmus-username" value="&qa.preferences.litmus.username;"/>
|
|
<textbox id="qa-preferences-litmus-username" />
|
|
<label control="qa-preferences-litmus-password" value="&qa.preferences.litmus.password;"/>
|
|
<textbox id="qa-preferences-litmus-password" type="password" />
|
|
<hbox>
|
|
<button id="qa-preferences-litmus-createAccount" label="&qa.preferences.litmus.createAccount;"
|
|
oncommand="qaPrefsWindow.createAccount();" />
|
|
</hbox>
|
|
</groupbox>
|
|
|
|
<groupbox id="qa-prefs-notify">
|
|
<caption label="&qa.preferences.notification.title;" />
|
|
<checkbox id="qa-prefs-notify-disableall" label="&qa.preferences.notification.disableall;" />
|
|
<description>&qa.preferences.notification.header;</description>
|
|
<checkbox id="qa-prefs-notify-testday" label="&qa.preferences.notification.testday;" />
|
|
<checkbox id="qa-prefs-notify-bugday" label="&qa.preferences.notification.bugday;" />
|
|
<checkbox id="qa-prefs-notify-prerelease" label="&qa.preferences.notification.prerelease;" />
|
|
<checkbox id="qa-prefs-notify-qmo" label="&qa.preferences.notification.qmo;" />
|
|
<checkbox id="qa-prefs-notify-newbuild" label="&qa.preferences.notification.newbuild;" />
|
|
<checkbox id="qa-prefs-notify-other" label="&qa.preferences.notification.other;" />
|
|
</groupbox>
|
|
</vbox>
|
|
|
|
</tabpanel>
|
|
|
|
</overlay> |