home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
AIMP2
/
aimp_2.61.583.exe
/
$TEMP
/
YandexPackSetup.msi
/
fil62705F7630246DC3AA38FF8F227E89ED
< prev
next >
Wrap
Extensible Markup Language
|
2010-07-12
|
3KB
|
58 lines
<?xml version="1.0"?>
<!DOCTYPE overlay [
<!ENTITY % staticWidgetsDTD SYSTEM "../../../locale/static-widgets/all.dtd">
%staticWidgetsDTD;
]>
<widget name="&wgt.mail.name;"
icon="chrome://yasearch/skin/images/mail.png"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<preferences>
<preference id="yasearch.http.auto.enabled" name="yasearch.http.auto.enabled" type="bool"/>
<preference id="yasearch.http.update.interval" name="yasearch.http.update.interval" type="int"/>
<preference id="yasearch.mail.uri.open.new" name="yasearch.mail.uri.open.new" type="bool"/>
<preference id="yasearch.mail.ui.notification.enabled" name="yasearch.mail.ui.notification.enabled" type="bool"/>
<preference id="yasearch.mail.ui.soundnotification.enabled" name="yasearch.mail.ui.soundnotification.enabled" type="bool"/>
<preference id="yasearch.mail.ui.soundnotification.uri" name="yasearch.mail.ui.soundnotification.uri" type="wstring"/>
</preferences>
<gui>
<hbox align="center">
<checkbox label="&wgts.all.autocheck.label;"
preference="yasearch.http.auto.enabled"
onsyncfrompreference="StaticHelper.syncHttpUpdateEnabled(this);"
/><textbox type="number" min="0" max="999" increment="5" size="4"
preference="yasearch.http.update.interval"
disabled="true"/>
<label value="&wgts.all.minutes;"/>
<hbox class="global-setting-icon" xb-global-setting-warning="&wgts.all.autocheck.warning.tooltiptext;"/>
</hbox>
<checkbox label="&wgt.mail.uri.open.new.label;"
preference="yasearch.mail.uri.open.new"/>
<checkbox label="&wgt.mail.notification.text.label;"
preference="yasearch.mail.ui.notification.enabled"/>
<checkbox id="wgt-mail-soundnotification-enabled"
label="&wgt.mail.notification.sound.label;:"
preference="yasearch.mail.ui.soundnotification.enabled"
onsyncfrompreference="StaticHelper.Sound.sync('mail');"/>
<hbox align="center">
<textbox id="wgt-mail-soundnotification-textbox" flex="1"
oninput="StaticHelper.Sound.sync('mail');"
preference="yasearch.mail.ui.soundnotification.uri"/>
<button id="wgt-mail-soundnotification-select"
label="&wgts.all.notification.sound.select;"
oncommand="StaticHelper.Sound.select('mail')"/>
<button id="wgt-mail-soundnotification-preview"
label="&wgts.all.notification.sound.preview;"
oncommand="StaticHelper.Sound.play('mail')"/>
</hbox>
</gui>
</widget>