includes/clientside/tinymce/plugins/xhtmlxtras/abbr.htm
changeset 543 dffcbfbc4e59
parent 335 67bd3121a12e
child 1193 e3b94bd055dc
--- a/includes/clientside/tinymce/plugins/xhtmlxtras/abbr.htm	Mon May 05 20:06:37 2008 -0400
+++ b/includes/clientside/tinymce/plugins/xhtmlxtras/abbr.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="insertAbbr();" />
+			<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="removeAbbr();" style="display: none;" />