Changes all checkboxes in MailNews so they don't change state if the empty area right of their text is clicked (Bug 244413).

r=neil, sr=mscott


git-svn-id: svn://10.0.0.236/trunk@157846 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Stefan.Borggraefe%gmx.de
2004-06-14 05:40:21 +00:00
parent 676efc167a
commit 63df9d4db0
4 changed files with 26 additions and 28 deletions

View File

@@ -110,23 +110,24 @@
<groupbox>
<caption label="&serverSettings.label;"/>
<vbox flex="1">
<checkbox wsm_persist="true" id="server.isSecure"
label="&isSecure.label;" oncommand="secureSelect();"
accesskey="&isSecure.accesskey;"
prefattribute="value"
prefstring="mail.server.%serverkey%.isSecure"/>
<checkbox wsm_persist="true" id="server.useSecAuth"
label="&useSecAuth.label;" hidefor="nntp,movemail"
accesskey="&useSecAuth.accesskey;"
prefattribute="value"
prefstring="mail.server.%serverkey%.useSecAuth"/>
<checkbox wsm_persist="true"
id="server.loginAtStartUp" hidefor="nntp"
label="&loginAtStartup.label;"
accesskey="&loginAtStartup.accesskey;"
prefattribute="value"
prefstring="mail.server.%serverkey%.login_at_startup"/>
<vbox align="start">
<checkbox wsm_persist="true" id="server.isSecure"
label="&isSecure.label;" oncommand="secureSelect();"
accesskey="&isSecure.accesskey;"
prefattribute="value"
prefstring="mail.server.%serverkey%.isSecure"/>
<checkbox wsm_persist="true" id="server.useSecAuth"
label="&useSecAuth.label;" hidefor="nntp,movemail"
accesskey="&useSecAuth.accesskey;"
prefattribute="value"
prefstring="mail.server.%serverkey%.useSecAuth"/>
<checkbox wsm_persist="true"
id="server.loginAtStartUp" hidefor="nntp"
label="&loginAtStartup.label;"
accesskey="&loginAtStartup.accesskey;"
prefattribute="value"
prefstring="mail.server.%serverkey%.login_at_startup"/>
</vbox>
<!--
<checkbox wsm_persist="true" id="server.rememberPassword" hidefor="nntp"
value="&savePassword.label;"/>
@@ -263,7 +264,7 @@
-->
<hbox align="end">
<vbox flex="1">
<vbox align="start" flex="1">
<checkbox hidefor="pop3,nntp,movemail" wsm_persist="true" id="imap.cleanupInboxOnExit"
label="&expungeOnExit.label;"
accesskey="&expungeOnExit.accesskey;"
@@ -294,8 +295,6 @@
accesskey="&browseNewsrc.accesskey;" oncommand="BrowseForNewsrc()"/>
</hbox>
</vbox>
</vbox>
</groupbox>
<separator class="thin"/>

View File

@@ -61,16 +61,15 @@
<groupbox>
<caption label="&newMessagesArrive.label;"/>
<hbox align="center">
<vbox align="start">
<checkbox id="newMailNotificationAlert" label="&showAnimatedAlert.label;"
prefstring="mail.biff.show_alert"
accesskey="&showAnimatedAlert.accesskey;" />
</hbox>
<checkbox id="newMailNotification" accesskey="&playSound.accesskey;"
prefstring="mail.biff.play_sound" label="&playSound.label;"
oncommand="PlaySoundCheck()"/>
</vbox>
<checkbox id="newMailNotification" accesskey="&playSound.accesskey;"
prefstring="mail.biff.play_sound" label="&playSound.label;"
oncommand="PlaySoundCheck()"/>
<hbox align="center" class="indent">
<radiogroup id="newMailNotificationType" prefstring="mail.biff.play_sound.type" orient="vertical">
<radio id="system" class="iconic" value="0" oncommand="PlaySoundCheck()"

View File

@@ -58,7 +58,7 @@
<groupbox>
<caption label="&pane.title;"/>
<vbox id="returnReceiptSettings">
<vbox id="returnReceiptSettings" align="start">
<checkbox id="alwaysRequest" label="&requestReceipt.label;"
prefstring="mail.receipt.request_return_receipt_on"
accesskey="&requestReceipt.accesskey;"/>

View File

@@ -66,7 +66,7 @@
</radiogroup>
</hbox>
<vbox id="returnReceiptSettings" class="indent">
<vbox id="returnReceiptSettings" class="indent" align="start">
<checkbox id="identity.request_return_receipt_on" label="&requestReceipt.label;"
accesskey="&requestReceipt.accesskey;"
wsm_persist="true" genericattr="true" iscontrolcontainer="true"