Moved the view source button to solve problems with other languages

pushing it off the screen
This commit is contained in:
moodler 2002-12-15 17:59:40 +00:00
parent af0aa10fc3
commit a4064f5755

View File

@ -182,7 +182,14 @@ var tEdit = null;
<img id="btnRule" onclick="doStyle('InsertHorizontalRule')" alt="@{InsertLine}" src="images/icon_rule.gif" align="absMiddle" width="20" height="20">
<img id="btnSmile" onclick="insert('smile')" alt="@{InsertSmily}" src="images/em.icon.smile.gif" align="absMiddle" width="15" height="15">
<img id="btnChar" onclick="insert('char')" alt="@{InsertCharacter}" src="images/icon_ins_char.gif" align="absMiddle" width="20" height="20" border="0">
</span></nobr></td></tr>
<span id="featureSource">
<img class="spacer" src="images/spacer.gif" width="2"><span class="start"></span>&nbsp;
<span class="label">@{Source}</span>
<input title="@{SourceTitle}" class="checkbox" hidefocus type="checkbox" name="switchMode"
onclick="tEdit.stopCellResize(true); tEdit.unSetTableElements(); setEditMode(switchMode)">
</span>
</span>
</nobr></td></tr>
<tr id="featureStyleBar" ondragstart="handleDrag(0)" onmouseup="press(false)" onmousedown="press(true)" onmouseover="hover(true)" onmouseout="hover(false)">
<td colspan=2 class="rebar"><nobr><span class="toolbar">
<img class="spacer" src="images/spacer.gif" width="2"><span class="start"></span>&nbsp;
@ -223,12 +230,6 @@ var tEdit = null;
<img id="btnText" onclick="pickColor('ForeColor')" alt="@{TextColor}" src="images/icon_color_text.gif" align="absMiddle" width="36" height="20">
<img id="btnFill" onclick="pickColor('BackColor')" alt="@{BackgroundColor}" src="images/icon_color_fill.gif" align="absMiddle" width="36" height="20">
</span>
<span id="featureSource">
<img class="spacer" src="images/spacer.gif" width="2"><span class="start"></span>&nbsp;
<span class="label">@{Source}</span>
<input title="@{SourceTitle}" class="checkbox" hidefocus type="checkbox" name="switchMode"
onclick="tEdit.stopCellResize(true); tEdit.unSetTableElements(); setEditMode(switchMode)">
</span>
</span></nobr></td>
</tr>
<!-- Fields are inserted here -->