diff options
author | alecpl <alec@alec.pl> | 2010-03-19 14:53:30 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-19 14:53:30 +0000 |
commit | 69d05c371029b7915cf2a87d6e552d9853244644 (patch) | |
tree | 689e3a2cf571e8fc0912bd87284b7acc8e47b91d /program/js/tiny_mce/plugins/xhtmlxtras/ins.htm | |
parent | 258a043a31ff002d83097e45b4504e59e6559d1d (diff) |
- TinyMCE 3.3.1
Diffstat (limited to 'program/js/tiny_mce/plugins/xhtmlxtras/ins.htm')
-rw-r--r-- | program/js/tiny_mce/plugins/xhtmlxtras/ins.htm | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm b/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm index 9fa21c433..6c5470cfc 100644 --- a/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm +++ b/program/js/tiny_mce/plugins/xhtmlxtras/ins.htm @@ -152,18 +152,10 @@ </div>
</div>
<div class="mceActionPanel">
- <div style="float: left">
- <input type="submit" id="insert" name="insert" value="{#update}" />
- </div>
- <div style="float: left">
- <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeIns();" style="display: none;" />
- </div>
- <div style="float: right">
- <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
- </div>
+ <input type="submit" id="insert" name="insert" value="{#update}" />
+ <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeIns();" style="display: none;" />
+ <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
</div>
-
</form>
-
</body>
</html>
|