Fix for Bug 252795: Folder/Newsgroup Properties dialog has no accesskeys

r=aaronl, sr=mscott
This commit is contained in:
Stefan.Borggraefe%gmx.de 2004-07-25 00:12:54 +00:00
parent ee0713fbfb
commit 5bd3e0fd5a
2 changed files with 49 additions and 35 deletions

View File

@ -25,6 +25,7 @@
David Bienvenu <bienvenu@netscape.com>
Doron Rosenberg <doronr@naboonline.com>
Lorenzo Colitti <lorenzo@colitti.com>
Stefan Borggraefe <Stefan.Borggraefe@gmx.de>
Alternatively, the contents of this file may be used under the terms of
either of the GNU General Public License Version 2 or later (the "GPL"),
@ -71,13 +72,15 @@
<tabpanels id="folderPropTabPanel">
<vbox>
<hbox id="nameBox" align="center">
<label value="&folderProps.name.label;" for="name"/>
<label value="&folderProps.name.label;" for="name"
accesskey="&folderProps.name.accesskey;" control="name"/>
<textbox id="name" readonly="true" oninput="doEnabling();" flex="1"/>
</hbox>
<vbox>
<hbox align="center" valign="middle">
<label value="&folderCharsetTab.label;" control="folderCharSetList"/>
<label value="&folderCharsetTab.label;" control="folderCharsetList"
accesskey="&folderCharsetTab.accesskey;"/>
<menulist id="folderCharsetList" ref="NC:DecodersRoot" datasources="rdf:charset-menu">
<template>
<menupopup>
@ -86,10 +89,13 @@
</template>
</menulist>
</hbox>
<checkbox class="indent" id="folderCharsetOverride" label="&folderCharsetOverride.label;" />
<checkbox class="indent" id="folderCharsetOverride"
label="&folderCharsetOverride.label;"
accesskey="&folderCharsetOverride.accesskey;"/>
<checkbox hidable="true" hidefor="movemail,pop3,none,nntp"
class="indent" id="folderCheckForNewMessages"
label="&folderCheckForNewMessages.label;" />
label="&folderCheckForNewMessages.label;"
accesskey="&folderCheckForNewMessages.accesskey;"/>
</vbox>
</vbox>
@ -97,16 +103,18 @@
<vbox>
<checkbox iscontrolcontainer="true" hidable="true"
wsm_persist="true" id="offline.selectForOfflineFolder"
hidefor="nntp" label="&offlineFolder.check.label;" />
hidefor="nntp" label="&offlineFolder.check.label;"
accesskey="&offlineFolder.check.accesskey;"/>
<checkbox iscontrolcontainer="true" hidable="true"
wsm_persist="true" id="offline.selectForOfflineNewsgroup"
hidefor="imap" label="&selectofflineNewsgroup.check.label;" />
hidefor="imap" label="&selectofflineNewsgroup.check.label;"
accesskey="&selectofflineNewsgroup.check.accesskey;"/>
</vbox>
<button iscontrolcontainer="true" hidable="true" label="&offlineFolder.button.label;"
oncommand="onOfflineFolderDownload();"
oncommand="onOfflineFolderDownload();" accesskey="&offlineFolder.button.accesskey;"
id="offline.offlineFolderDownloadButton" hidefor="nntp" orient="right"/>
<button iscontrolcontainer="true" hidable="true" label="&offlineNewsgroup.button.label;"
oncommand="onOfflineFolderDownload();"
oncommand="onOfflineFolderDownload();" accesskey="&offlineNewsgroup.button.accesskey;"
id="offline.offlineNewsgroupDownloadButton" hidefor="imap" orient="right"/>
</vbox>
<vbox hidable="true" hidefor="movemail,pop3,none,nntp" valign="top" align="start">
@ -120,7 +128,7 @@
<label value="" id="folderPermissions.text"/>
<spacer flex="100%"/>
<button iscontrolcontainer="true" hidable="true" label="&privileges.button.label;"
oncommand="onFolderPrivileges();"
oncommand="onFolderPrivileges();" accesskey="&privileges.button.accesskey;"
id="imap.FolderPrivileges" hidefor="movemail,pop3,none,nntp" orient="right"/>
</vbox>
<vbox hidable="true" hidefor="pop3,none,nntp" valign="top">

View File

@ -22,6 +22,7 @@
- David Bienvenu <bienvenu@netscape.com>
- Mohan Bhamidipati <mohanb@netscape.com>
- Lorenzo Colitti <lorenzo@colitti.com>
- Stefan Borggraefe <Stefan.Borggraefe@gmx.de>
-
- Alternatively, the contents of this file may be used under the terms of
- either of the GNU General Public License Version 2 or later (the "GPL"),
@ -37,36 +38,41 @@
-
- ***** END LICENSE BLOCK ***** -->
<!ENTITY folderProps.windowtitle.label "Properties">
<!ENTITY folderProps.windowtitle.label "Properties">
<!ENTITY generalInfo.label "General Information">
<!ENTITY generalInfo.accesskey "G">
<!ENTITY folderCharsetTab.label "Default Character Encoding:">
<!ENTITY folderCharsetOverride.label "Apply default to all messages in the folder (individual message character encoding settings and auto-detection will be ignored)">
<!ENTITY generalInfo.label "General Information">
<!ENTITY folderCharsetTab.label "Default Character Encoding:">
<!ENTITY folderCharsetTab.accesskey "E">
<!ENTITY folderCharsetOverride.label "Apply default to all messages in the folder (individual message character encoding settings and auto-detection will be ignored)">
<!ENTITY folderCharsetOverride.accesskey "A">
<!ENTITY folderOfflineTab.label "Offline">
<!ENTITY folderOfflineTab.accesskey "O">
<!ENTITY folderCheckForNewMessages.label "Check this folder for new messages">
<!ENTITY folderOfflineTab.label "Offline">
<!ENTITY folderCheckForNewMessages.label "Check this folder for new messages">
<!ENTITY folderCheckForNewMessages.accesskey "C">
<!ENTITY offlineFolder.check.label "Select this folder for offline use">
<!ENTITY offlineFolder.button.label "Download Now">
<!ENTITY offlineFolder.check.label "Select this folder for offline use">
<!ENTITY offlineFolder.check.accesskey "S">
<!ENTITY offlineFolder.button.label "Download Now">
<!ENTITY offlineFolder.button.accesskey "D">
<!ENTITY selectofflineNewsgroup.check.label "Select this newsgroup for offline use">
<!ENTITY UseDefaultofflineNewsgroup.check.label "Use the default from account settings ">
<!ENTITY offlineNewsgroup.button.label "Download Now">
<!ENTITY selectofflineNewsgroup.check.label "Select this newsgroup for offline use">
<!ENTITY selectofflineNewsgroup.check.accesskey "o">
<!ENTITY UseDefaultofflineNewsgroup.check.label "Use the default from account settings ">
<!ENTITY offlineNewsgroup.button.label "Download Now">
<!ENTITY offlineNewsgroup.button.accesskey "D">
<!ENTITY folderProps.information.label "Information:">
<!ENTITY folderProps.name.label "Name:">
<!ENTITY folderProps.information.label "Information:">
<!ENTITY folderProps.name.label "Name:">
<!ENTITY folderProps.name.accesskey "N">
<!ENTITY folderSharingTab.label "Sharing">
<!ENTITY folderSharingTab.accesskey "S">
<!ENTITY privilegesDesc.label "Share this and other folders with network users and display and set access privileges">
<!ENTITY privileges.button.label "Privileges...">
<!ENTITY permissionsDesc.label "You have the following permissions:">
<!ENTITY folderType.label "Folder Type:">
<!ENTITY folderSharingTab.label "Sharing">
<!ENTITY privilegesDesc.label "Share this and other folders with network users and display and set access privileges">
<!ENTITY privileges.button.label "Privileges...">
<!ENTITY privileges.button.accesskey "P">
<!ENTITY permissionsDesc.label "You have the following permissions:">
<!ENTITY folderType.label "Folder Type:">
<!ENTITY folderQuotaTab.label "Quota">
<!ENTITY folderQuotaTab.accesskey "Q">
<!ENTITY folderQuotaRoot.label "Quota Root:">
<!ENTITY folderQuotaUsage.label "Usage:">
<!ENTITY folderQuotaStatus.label "Status:">
<!ENTITY folderQuotaTab.label "Quota">
<!ENTITY folderQuotaRoot.label "Quota Root:">
<!ENTITY folderQuotaUsage.label "Usage:">
<!ENTITY folderQuotaStatus.label "Status:">