diff -r 5841df0ab575 -r dffcbfbc4e59 includes/clientside/tinymce/plugins/xhtmlxtras/cite.htm --- a/includes/clientside/tinymce/plugins/xhtmlxtras/cite.htm Mon May 05 20:06:37 2008 -0400 +++ b/includes/clientside/tinymce/plugins/xhtmlxtras/cite.htm Mon May 05 20:08:44 2008 -0400 @@ -27,7 +27,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="" class="field" /></td> + <td><input id="title" name="title" type="text" value="" class="field mceFocus" /></td> </tr> <tr> <td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> @@ -134,7 +134,7 @@ </div> <div class="mceActionPanel"> <div style="float: left"> - <input type="button" id="insert" name="insert" value="{#update}" onclick="insertCite();" /> + <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="removeCite();" style="display: none;" />