includes/clientside/tinymce/plugins/table/cell.htm
changeset 543 dffcbfbc4e59
parent 335 67bd3121a12e
child 1193 e3b94bd055dc
equal deleted inserted replaced
542:5841df0ab575 543:dffcbfbc4e59
     3 <head>
     3 <head>
     4 	<title>{#table_dlg.cell_title}</title>
     4 	<title>{#table_dlg.cell_title}</title>
     5 	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
     5 	<script type="text/javascript" src="../../tiny_mce_popup.js"></script>
     6 	<script type="text/javascript" src="../../utils/mctabs.js"></script>
     6 	<script type="text/javascript" src="../../utils/mctabs.js"></script>
     7 	<script type="text/javascript" src="../../utils/form_utils.js"></script>
     7 	<script type="text/javascript" src="../../utils/form_utils.js"></script>
       
     8 	<script type="text/javascript" src="../../utils/editable_selects.js"></script>
     8 	<script type="text/javascript" src="js/cell.js"></script>
     9 	<script type="text/javascript" src="js/cell.js"></script>
     9 	<link href="css/cell.css" rel="stylesheet" type="text/css" />
    10 	<link href="css/cell.css" rel="stylesheet" type="text/css" />
    10 	<base target="_self" />
    11 	<base target="_self" />
    11 </head>
    12 </head>
    12 <body id="tablecell" style="display: none">
    13 <body id="tablecell" style="display: none">
    25 
    26 
    26 					<table border="0" cellpadding="4" cellspacing="0">
    27 					<table border="0" cellpadding="4" cellspacing="0">
    27 						<tr>
    28 						<tr>
    28 							<td><label for="align">{#table_dlg.align}</label></td>
    29 							<td><label for="align">{#table_dlg.align}</label></td>
    29 							<td>
    30 							<td>
    30 								<select id="align" name="align">
    31 								<select id="align" name="align" class="mceFocus">
    31 									<option value="">{#not_set}</option>
    32 									<option value="">{#not_set}</option>
    32 									<option value="center">{#table_dlg.align_middle}</option>
    33 									<option value="center">{#table_dlg.align_middle}</option>
    33 									<option value="left">{#table_dlg.align_left}</option>
    34 									<option value="left">{#table_dlg.align_left}</option>
    34 									<option value="right">{#table_dlg.align_right}</option>
    35 									<option value="right">{#table_dlg.align_right}</option>
    35 								</select>
    36 								</select>
    77 						</tr>
    78 						</tr>
    78 
    79 
    79 						<tr id="styleSelectRow">
    80 						<tr id="styleSelectRow">
    80 							<td><label for="class">{#class_name}</label></td>
    81 							<td><label for="class">{#class_name}</label></td>
    81 							<td colspan="3">
    82 							<td colspan="3">
    82 								<select id="class" name="class">
    83 								<select id="class" name="class" class="mceEditableSelect">
    83 									<option value="" selected="selected">{#not_set}</option>
    84 									<option value="" selected="selected">{#not_set}</option>
    84 								</select>
    85 								</select>
    85 							</td>
    86 							</td>
    86 						</tr>
    87 						</tr>
    87 					</table>
    88 					</table>
   169 					<option value="all">{#table_dlg.cell_all}</option>
   170 					<option value="all">{#table_dlg.cell_all}</option>
   170 				</select>
   171 				</select>
   171 			</div>
   172 			</div>
   172 
   173 
   173 			<div style="float: left">
   174 			<div style="float: left">
   174 				<div><input type="button" id="insert" name="insert" value="{#update}" onclick="updateAction();" /></div>
   175 				<div><input type="submit" id="insert" name="insert" value="{#update}" /></div>
   175 			</div>
   176 			</div>
   176 
   177 
   177 			<div style="float: right">
   178 			<div style="float: right">
   178 				<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
   179 				<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
   179 			</div>
   180 			</div>