Put "Source" label after checkbox ... just in case text pushes

the box off screen
This commit is contained in:
moodler
2003-08-25 03:48:09 +00:00
parent eb94392c4b
commit 20dc89e50d
+1 -1
View File
@@ -184,9 +184,9 @@ var tEdit = null;
<img id="btnChar" onclick="insert('char')" alt="@{InsertCharacter}" src="images/icon_ins_char.gif" align="absMiddle" width="20" height="20" border="0">
<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 class="label">@{Source}</span>
</span>
</span>
</nobr></td></tr>