Allow 'HTML' image to be to the right of 'Source' text in tab, b=113883, r=mkaply, sr=hewitt

git-svn-id: svn://10.0.0.236/trunk@120439 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2002-05-01 14:40:51 +00:00
parent efdd70937a
commit 115cde8e95
2 changed files with 9 additions and 1 deletions

View File

@@ -835,7 +835,7 @@
<tab id="TagModeButton" class="tab-bottom edit-mode _plain" type="text" selected="0" label="&AllTagsMode.label;" oncommand="SetEditMode(2);"
tooltiptext="&AllTagsMode.tooltip;"/>
<tab id="SourceModeButton" class="tab-bottom edit-mode _plain" type="text" selected="0" label="&SourceMode.label;" oncommand="SetEditMode(3);"
tooltiptext="&HTMLSourceMode.tooltip;"/>
tooltiptext="&HTMLSourceMode.tooltip;" dir="&SourceTabDirection;"/>
<tab id="PreviewModeButton" class="tab-bottom edit-mode _plain" type="text" selected="0" label="&PreviewMode.label;" oncommand="SetEditMode(0);"
tooltiptext="&PreviewMode.tooltip;"/>

View File

@@ -670,6 +670,14 @@
<!ENTITY PreviewMode.accesskey "p">
<!ENTITY PreviewMode.tooltip "Display as WYSIWYG (as in Navigator)">
<!-- LOCALIZATION NOTE: Do NOT translate text for 'SourceTabDirection'
Use latin "ltr" if you want the <html> image to left of the
'SourceMode.label' text defined above,
or use latin "rtl" if you want this image to the right of text
This is the value of the HTML 'dir' attribute
-->
<!ENTITY SourceTabDirection "ltr">
<!-- Smiley Menu items -->
<!ENTITY smiley1Cmd.label "Smile">
<!ENTITY smiley2Cmd.label "Frown">