194531 - Add accesskeys to profile select/manage dialog

r=dean_tessman sr=dmose
patch by piersc@cogs.susx.ac.uk
This commit is contained in:
dean_tessman%hotmail.com 2003-02-23 00:14:31 +00:00
Родитель f1f4b94816
Коммит 7111215b30
2 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -70,9 +70,9 @@
<separator/>
<hbox>
<vbox flex="1" id="managebuttons">
<button id="newbutton" label="&newButton.label;" oncommand="CreateProfileWizard();"/>
<button id="renbutton" label="&renameButton.label;" oncommand="RenameProfile();"/>
<button id="delbutton" label="&deleteButton.label;" oncommand="ConfirmDelete();"/>
<button id="newbutton" label="&newButton.label;" accesskey="&newButton.accesskey;" oncommand="CreateProfileWizard();"/>
<button id="renbutton" label="&renameButton.label;" accesskey="&renameButton.accesskey;" oncommand="RenameProfile();"/>
<button id="delbutton" label="&deleteButton.label;" accesskey="&deleteButton.accesskey;" oncommand="ConfirmDelete();"/>
</vbox>
<spacer flex="2"/>
</hbox>
@ -99,7 +99,7 @@
<hbox class="selection">
<separator class="thin" orient="vertical"/>
<button id="manage" label="&manage.label;" oncommand="SwitchProfileManagerMode();"/>
<button id="manage" label="&manage.label;" accesskey="&manage.accesskey;" oncommand="SwitchProfileManagerMode();"/>
<spacer flex="1"/>
<hbox id="okCancelButtons"/>
<separator class="thin" orient="vertical"/>

Просмотреть файл

@ -30,21 +30,21 @@
<!ENTITY profilename.label "Profile Name:">
<!ENTITY workoffline.label "Work Offline">
<!ENTITY password.label "Password:">
<!ENTITY manageprofiles.label "Manage Profiles">
<!ENTITY start.label "Start &vendorShortName;">
<!ENTITY exit.label "Exit">
<!ENTITY manage.label "Manage Profiles...">
<!ENTITY manage.accesskey "M">
<!ENTITY availprofiles.label "Available Profiles">
<!ENTITY deleteButton.label "Delete Profile...">
<!ENTITY deleteButton.accesskey "D">
<!ENTITY renameButton.label "Rename Profile...">
<!ENTITY renameButton.accesskey "R">
<!ENTITY newButton.label "Create Profile...">
<!ENTITY newButton.accesskey "C">
<!-- manager entities -->
<!ENTITY pmTextA.label "&brandShortName; stores information about your settings, preferences, bookmarks, stored messages and other user items in your user profile.">
@ -52,8 +52,8 @@
<!ENTITY pmTextB.label "Indicates a profile created with a previous version of Netscape. These profiles must be copied and converted before they can be loaded with &brandShortName;. This is an automated process.">
<!ENTITY offlineState.label "Work Offline">
<!ENTITY offlineState.label "Work offline">
<!ENTITY offlineState.accesskey "o">
<!ENTITY autoSelectLastProfile.label "Don't Ask at Startup">
<!ENTITY autoSelectLastProfile.label "Don't ask at startup">
<!ENTITY autoSelectLastProfile.accesskey "s">