Put "Source" label after checkbox ... just in case text pushes
the box off screen
This commit is contained in:
@@ -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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user