bug=195784 Composer - New Page Settings: access key missing for background color picker

r=brade@netscape.com sr=jaggernaut@netscape.com patch=jessie.li@sun.com
This commit is contained in:
pete.zha%sun.com 2003-03-12 03:05:57 +00:00
Родитель 9e574da214
Коммит 8cecc7f3a6
3 изменённых файлов: 7 добавлений и 5 удалений

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

@ -100,7 +100,8 @@
<data id="fLinkData" pref="true" preftype="color" prefstring="editor.followed_link_color" prefattribute="value" wsm_attributes="value"/> <data id="fLinkData" pref="true" preftype="color" prefstring="editor.followed_link_color" prefattribute="value" wsm_attributes="value"/>
</row> </row>
<row align="center"> <row align="center">
<label id="Background" value="&background.label;" /> <label id="Background" value="&background.label;"
accesskey="&background.accesskey;" control="BackgroundButton"/>
<button id="BackgroundButton" class="color-button" oncommand="GetColorAndUpdate('backgroundCW');"> <button id="BackgroundButton" class="color-button" oncommand="GetColorAndUpdate('backgroundCW');">
<spacer id="backgroundCW" class="color-well"/> <spacer id="backgroundCW" class="color-well"/>
</button> </button>

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

@ -2,7 +2,7 @@
<!ENTITY rHeader "Defaults for new pages"> <!ENTITY rHeader "Defaults for new pages">
<!ENTITY authorName.label "Author:"> <!ENTITY authorName.label "Author:">
<!ENTITY authorName.accesskey "A"> <!ENTITY authorName.accesskey "u">
<!ENTITY pageColorHeader "Default Page Appearance"> <!ENTITY pageColorHeader "Default Page Appearance">
<!ENTITY defaultColorsRadio.label "Reader's default colors (Don't set colors in page)"> <!ENTITY defaultColorsRadio.label "Reader's default colors (Don't set colors in page)">
@ -15,14 +15,15 @@
<!ENTITY linkText.label "Link text"> <!ENTITY linkText.label "Link text">
<!ENTITY linkText.accesskey "L"> <!ENTITY linkText.accesskey "L">
<!ENTITY activeLinkText.label "Active link text"> <!ENTITY activeLinkText.label "Active link text">
<!ENTITY activeLinkText.accesskey "t"> <!ENTITY activeLinkText.accesskey "A">
<!ENTITY visitedLinkText.label "Visited link text"> <!ENTITY visitedLinkText.label "Visited link text">
<!ENTITY visitedLinkText.accesskey "V"> <!ENTITY visitedLinkText.accesskey "V">
<!ENTITY background.label "Background:"> <!ENTITY background.label "Background:">
<!ENTITY background.accesskey "B">
<!ENTITY colon.character ":"> <!ENTITY colon.character ":">
<!ENTITY backgroundImage.label "Background image:"> <!ENTITY backgroundImage.label "Background image:">
<!ENTITY backgroundImage.accesskey "B"> <!ENTITY backgroundImage.accesskey "m">
<!ENTITY chooseFile.label "Choose File..."> <!ENTITY chooseFile.label "Choose File...">
<!ENTITY chooseFile.accesskey "o"> <!ENTITY chooseFile.accesskey "o">

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

@ -42,5 +42,5 @@
<!ENTITY background.accessKey "B"> <!ENTITY background.accessKey "B">
<!ENTITY colon.character ":"> <!ENTITY colon.character ":">
<!ENTITY backgroundImage.label "Background Image:"> <!ENTITY backgroundImage.label "Background Image:">
<!ENTITY backgroundImage.accessKey "I"> <!ENTITY backgroundImage.accessKey "m">
<!ENTITY backgroundImage.tooltip "Use an image file as the background for your page"> <!ENTITY backgroundImage.tooltip "Use an image file as the background for your page">