зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
9e574da214
Коммит
8cecc7f3a6
|
@ -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>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!ENTITY rHeader "Defaults for new pages">
|
||||
|
||||
<!ENTITY authorName.label "Author:">
|
||||
<!ENTITY authorName.accesskey "A">
|
||||
<!ENTITY authorName.accesskey "u">
|
||||
<!ENTITY pageColorHeader "Default Page Appearance">
|
||||
|
||||
<!ENTITY defaultColorsRadio.label "Reader's default colors (Don't set colors in page)">
|
||||
|
@ -15,14 +15,15 @@
|
|||
<!ENTITY linkText.label "Link text">
|
||||
<!ENTITY linkText.accesskey "L">
|
||||
<!ENTITY activeLinkText.label "Active link text">
|
||||
<!ENTITY activeLinkText.accesskey "t">
|
||||
<!ENTITY activeLinkText.accesskey "A">
|
||||
<!ENTITY visitedLinkText.label "Visited link text">
|
||||
<!ENTITY visitedLinkText.accesskey "V">
|
||||
<!ENTITY background.label "Background:">
|
||||
<!ENTITY background.accesskey "B">
|
||||
<!ENTITY colon.character ":">
|
||||
|
||||
<!ENTITY backgroundImage.label "Background image:">
|
||||
<!ENTITY backgroundImage.accesskey "B">
|
||||
<!ENTITY backgroundImage.accesskey "m">
|
||||
<!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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче