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
Родитель 3a1698b77b
Коммит 4c311d39d2
3 изменённых файлов: 3 добавлений и 30 удалений

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

@ -100,7 +100,8 @@
<data id="fLinkData" pref="true" preftype="color" prefstring="editor.followed_link_color" prefattribute="value" wsm_attributes="value"/>
</row>
<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');">
<spacer id="backgroundCW" class="color-well"/>
</button>

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

@ -1,28 +0,0 @@
<!ENTITY lHeader "New Page Settings">
<!ENTITY rHeader "Defaults for new pages">
<!ENTITY authorName.label "Author:">
<!ENTITY authorName.accesskey "A">
<!ENTITY pageColorHeader "Default Page Appearance">
<!ENTITY defaultColorsRadio.label "Reader's default colors (Don't set colors in page)">
<!ENTITY defaultColors.accesskey "d">
<!ENTITY customColorsRadio.label "Use custom colors:">
<!ENTITY customColors.accesskey "c">
<!ENTITY normalText.label "Normal text">
<!ENTITY normalText.accesskey "N">
<!ENTITY linkText.label "Link text">
<!ENTITY linkText.accesskey "L">
<!ENTITY activeLinkText.label "Active link text">
<!ENTITY activeLinkText.accesskey "t">
<!ENTITY visitedLinkText.label "Visited link text">
<!ENTITY visitedLinkText.accesskey "V">
<!ENTITY background.label "Background:">
<!ENTITY colon.character ":">
<!ENTITY backgroundImage.label "Background image:">
<!ENTITY backgroundImage.accesskey "B">
<!ENTITY chooseFile.label "Choose File...">
<!ENTITY chooseFile.accesskey "o">

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

@ -42,5 +42,5 @@
<!ENTITY background.accessKey "B">
<!ENTITY colon.character ":">
<!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">