includes/clientside/tinymce/plugins/table/row.htm
changeset 543 dffcbfbc4e59
parent 335 67bd3121a12e
child 1193 e3b94bd055dc
--- a/includes/clientside/tinymce/plugins/table/row.htm	Mon May 05 20:06:37 2008 -0400
+++ b/includes/clientside/tinymce/plugins/table/row.htm	Mon May 05 20:08:44 2008 -0400
@@ -5,6 +5,7 @@
 	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
 	<script type="text/javascript" src="../../utils/mctabs.js"></script>
 	<script type="text/javascript" src="../../utils/form_utils.js"></script>
+	<script type="text/javascript" src="../../utils/editable_selects.js"></script>
 	<script type="text/javascript" src="js/row.js"></script>
 	<link href="css/row.css" rel="stylesheet" type="text/css" />
 	<base target="_self" />
@@ -27,7 +28,7 @@
 						<tr>
 							<td><label for="rowtype">{#table_dlg.rowtype}</label></td>
 							<td class="col2">
-								<select id="rowtype" name="rowtype">
+								<select id="rowtype" name="rowtype" class="mceFocus">
 									<option value="thead">{#table_dlg.thead}</option>
 									<option value="tbody">{#table_dlg.tbody}</option>
 									<option value="tfoot">{#table_dlg.tfoot}</option>
@@ -62,7 +63,7 @@
 						<tr id="styleSelectRow">
 							<td><label for="class">{#class_name}</label></td>
 							<td class="col2">
-								<select id="class" name="class">
+								<select id="class" name="class" class="mceEditableSelect">
 									<option value="" selected="selected">{#not_set}</option>
 								</select>
 							</td>
@@ -148,7 +149,7 @@
 			</div>
 
 			<div style="float: left">
-				<div><input type="button" id="insert" name="insert" value="{#update}" onclick="updateAction();" /></div>
+				<div><input type="submit" id="insert" name="insert" value="{#update}" /></div>
 			</div>
 
 			<div style="float: right">