checkin for simone; tooltip chanegs; bug #9767

git-svn-id: svn://10.0.0.236/trunk@74921 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com 2000-07-27 15:01:40 +00:00
parent 9fd86753ee
commit f24b9cd623
5 changed files with 24 additions and 51 deletions

View File

@ -61,8 +61,7 @@
<columns><column/><column/></columns>
<rows>
<row>
<text class="label" value="&normalText.label;&colon.character;"
tooltip="aTooltip" tooltiptext="&normalText.tooltip;" />
<text class="label" value="&normalText.label;&colon.character;" />
<menu class="colorpicker">
<box>
<spring id="textCW" class="color-well"/>
@ -74,8 +73,7 @@
</menu>
</row>
<row>
<text class="label" value="&linkText.label;&colon.character;"
tooltip="aTooltip" tooltiptext="&linkText.tooltip;" />
<text class="label" value="&linkText.label;&colon.character;" />
<menu class="colorpicker">
<box>
<spring id="linkCW" class="color-well"/>
@ -87,8 +85,7 @@
</menu>
</row>
<row>
<text class="label" value="&activeLinkText.label;&colon.character;"
tooltip="aTooltip" tooltiptext="&activeLinkText.tooltip;" />
<text class="label" value="&activeLinkText.label;&colon.character;" />
<menu class="colorpicker">
<box>
<spring id="activeCW" class="color-well"/>
@ -100,8 +97,7 @@
</menu>
</row>
<row>
<text class="label" value ="&visitedLinkText.label;&colon.character;"
tooltip="aTooltip" tooltiptext="&visitedLinkText.tooltip;" />
<text class="label" value ="&visitedLinkText.label;&colon.character;" />
<menu class="colorpicker">
<box>
<spring id="visitedCW" class="color-well"/>
@ -113,14 +109,13 @@
</menu>
</row>
<row>
<text class="label" value="&background.label;"
tooltip="aTooltip" tooltiptext="&background.tooltip;" />
<text class="label" value="&background.label;" />
<menu class="colorpicker">
<box>
<spring id="backgroundCW" class="color-well"/>
<image class="popup-trigger"/>
</box>
<menupopup tooltip="aTooltip" tooltiptext="&background.tooltip;">
<menupopup>
<colorpicker id="backgroundCP" palettename="standard" onclick="GetColorAndUpdate('backgroundCP','backgroundCW',this);"/>
</menupopup>
</menu>
@ -142,8 +137,7 @@
<rows>
<row>
<textfield id="BackgroundImageInput"/>
<button class="dialog" id="ChooseFile" flex="1"
tooltip="aTooltip" tooltiptext="&ChooseFile.tooltip;" />
<button class="dialog" id="ChooseFile" flex="1" />
</row>
<row autostretch="never" valign="middle">
<html class="label wrap" flex="1">&saveImageMsg.label;</html>

View File

@ -53,31 +53,25 @@
<columns><column/><column/><column /></columns>
<rows>
<row valign="middle" autostretch="never">
<text class="label" value="&widthEditField.label;"
tooltip="aTooltip" tooltiptext="&widthEditField.tooltip;" />
<text class="label" value="&widthEditField.label;" />
<textfield class="narrow" id="width" flex="1" onkeyup="forceInteger('width')"/>
<menulist id="pixelOrPercentMenulist"
tooltip="aTooltip" tooltiptext="&pixelsPercentPopup.tooltip;" />
<menulist id="pixelOrPercentMenulist" />
<!-- menupopup and menuitems added by JS -->
</row>
<row valign="middle" autostretch="never">
<text class="label" value="&heightEditField.label;"
tooltip="aTooltip" tooltiptext="&heightEditField.tooltip;" />
<textfield class="narrow" id="height" onkeyup="forceInteger('height')"/>
<text class="label" value="&pixelsPopup.value;"
tooltip="aTooltip" tooltiptext="&pixels.tooltip;" />
<text class="label" value="&pixelsPopup.value;" />
</row>
</rows>
</grid>
</titledbox>
<titledbox><title><text align="left" value="&alignmentBox.label;"/></title>
<radiogroup id="alignmentGroup" orient="horizontal">
<radio group="alignmentGroup" id="leftAlign" value="&leftRadio.value;"
tooltip="aTooltip" tooltiptext="&leftRadio.tooltip;" />
<radio group="alignmentGroup" id="centerAlign" value="&centerRadio.value;"
tooltip="aTooltip" tooltiptext="&centerRadio.tooltip;" />
<radio group="alignmentGroup" id="rightAlign" value="&rightRadio.value;"
tooltip="aTooltip" tooltiptext="&rightRadio.tooltip;" />
<radio group="alignmentGroup" id="leftAlign" value="&leftRadio.value;" />
<radio group="alignmentGroup" id="centerAlign" value="&centerRadio.value;" />
<radio group="alignmentGroup" id="rightAlign" value="&rightRadio.value;" />
</radiogroup>
</titledbox>
<box>
@ -85,8 +79,7 @@
<columns><column/><column flex="1"/><column/></columns>
<rows>
<row>
<checkbox id="3dShading" value="&threeDShading.label;"
tooltip="aTooltip" tooltiptext="&threeDShading.tooltip;" />
<checkbox id="3dShading" value="&threeDShading.label;" />
<spring/>
<button class="dialog" id="SaveDefault" value="&saveSettings.label;"
oncommand="onSaveDefault()"

View File

@ -22,7 +22,7 @@
<!ENTITY windowTitle.label "Named Anchor Properties">
<!ENTITY anchorNameEditField.label "Anchor Name:">
<!ENTITY noSpacesMsg.label "(Do not include spaces)">
<!ENTITY nameInput.tooltip "Enter a name for this anchor (target). Click Advanced Edit to add or modify additional properties for this anchor.">
<!ENTITY noSpacesMsg.label "(Spaces are not allowed.)">
<!ENTITY nameInput.tooltip "Enter a unique name for this named anchor (target)">

View File

@ -24,22 +24,16 @@
<!ENTITY windowTitle.label "Page Colors and Background">
<!ENTITY pageColors.label "Page Colors: ">
<!ENTITY defaultColorsRadio.label "Reader's default colors (Don't set colors in page)">
<!ENTITY defaultColorsRadio.tooltip "Default colors tooltip">
<!ENTITY defaultColorsRadio.tooltip "Use the color settings from the viewer (reader's) browser only">
<!ENTITY customColorsRadio.label "Use custom colors:">
<!ENTITY customColorsRadio.tooltip "Custom colors tooltip">
<!ENTITY customColorsRadio.tooltip "These color settings override the viewer's browser settings">
<!ENTITY normalText.label "Normal text">
<!ENTITY normalText.tooltip "Normal text tooltip">
<!ENTITY linkText.label "Link text">
<!ENTITY linkText.tooltip "Link text tooltip">
<!ENTITY activeLinkText.label "Active link text">
<!ENTITY activeLinkText.tooltip "Active link text tooltip">
<!ENTITY visitedLinkText.label "Visited link text">
<!ENTITY visitedLinkText.tooltip "Visited link text tooltip">
<!ENTITY background.label "Background:">
<!ENTITY background.tooltip "Background tooltip">
<!ENTITY colon.character ":">
<!ENTITY backgroundImage.label "Background Image (Uncheck to edit without image): ">
<!ENTITY backgroundImage.tooltip "Background Image tooltip">
<!ENTITY saveImageMsg.label "Location will be saved so you can use it later.">
<!ENTITY ChooseFile.tooltip "Choose File tooltip">
<!ENTITY AdvancedEditButton.tooltip "Edit additional properties of page">
<!ENTITY backgroundImage.label "Background Image (Uncheck to edit page without image): ">
<!ENTITY backgroundImage.tooltip "Use an image file as the background for your document">
<!ENTITY saveImageMsg.label "Filename and location will be saved for future use.">
<!ENTITY AdvancedEditButton.tooltip "Add or modify HTML elements, style attributes, and JavaScript">

View File

@ -28,22 +28,14 @@
<!ENTITY heightEditField.label "Height">
<!ENTITY heightEditField.tooltip "Height tooltip">
<!ENTITY widthEditField.label "Width">
<!ENTITY widthEditField.tooltip "Width tooltip">
<!ENTITY pixelsPercentPopup.tooltip "pixels percent popup tooltip">
<!ENTITY pixelsPopup.value "pixels">
<!ENTITY pixels.tooltip "pixels label tooltip">
<!ENTITY percentPopup.value "percent">
<!ENTITY alignmentBox.label "Alignment">
<!ENTITY alignmentBox.tooltip "Alignment tooltip">
<!ENTITY leftRadio.value "Left">
<!ENTITY leftRadio.tooltip "Left tooltip">
<!ENTITY centerRadio.value "Center">
<!ENTITY centerRadio.tooltip "Center tooltip">
<!ENTITY rightRadio.value "Right">
<!ENTITY rightRadio.tooltip "Right tooltip">
<!ENTITY threeDShading.label "3-D Shading">
<!ENTITY threeDShading.tooltip "3-D Shading tooltip">
<!ENTITY saveSettings.label "Save Settings">
<!ENTITY saveSettings.tooltip "Save Settings tooltip">
<!ENTITY advancedButton.tooltip "Edit additional properties for this Horizontal Line">
<!ENTITY saveSettings.tooltip "Use these settings for all horizontal lines">
<!ENTITY advancedButton.tooltip "Add or modify HTML elements, style attributes, and JavaScript">