--- a/includes/clientside/tinymce/plugins/xhtmlxtras/attributes.htm Mon May 05 20:06:37 2008 -0400
+++ b/includes/clientside/tinymce/plugins/xhtmlxtras/attributes.htm Mon May 05 20:08:44 2008 -0400
@@ -26,7 +26,7 @@
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td>
- <td><input id="title" name="title" type="text" value="" /></td>
+ <td><input id="title" name="title" type="text" value="" class="mceFocus" /></td>
</tr>
<tr>
<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td>
@@ -142,7 +142,7 @@
</div>
<div class="mceActionPanel">
<div style="float: left">
- <input type="button" id="insert" name="insert" value="{#insert}" onclick="insertAction();" />
+ <input type="submit" id="insert" name="insert" value="{#insert}" />
</div>
<div style="float: right">
<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />