includes/clientside/tinymce/plugins/table/row.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.row_title}</title>
     4 	<title>{#table_dlg.row_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/row.js"></script>
     9 	<script type="text/javascript" src="js/row.js"></script>
     9 	<link href="css/row.css" rel="stylesheet" type="text/css" />
    10 	<link href="css/row.css" rel="stylesheet" type="text/css" />
    10 	<base target="_self" />
    11 	<base target="_self" />
    11 </head>
    12 </head>
    12 <body id="tablerow" style="display: none">
    13 <body id="tablerow" 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="rowtype">{#table_dlg.rowtype}</label></td>
    29 							<td><label for="rowtype">{#table_dlg.rowtype}</label></td>
    29 							<td class="col2">
    30 							<td class="col2">
    30 								<select id="rowtype" name="rowtype">
    31 								<select id="rowtype" name="rowtype" class="mceFocus">
    31 									<option value="thead">{#table_dlg.thead}</option>
    32 									<option value="thead">{#table_dlg.thead}</option>
    32 									<option value="tbody">{#table_dlg.tbody}</option>
    33 									<option value="tbody">{#table_dlg.tbody}</option>
    33 									<option value="tfoot">{#table_dlg.tfoot}</option>
    34 									<option value="tfoot">{#table_dlg.tfoot}</option>
    34 								</select>
    35 								</select>
    35 							</td>
    36 							</td>
    60 						</tr>
    61 						</tr>
    61 
    62 
    62 						<tr id="styleSelectRow">
    63 						<tr id="styleSelectRow">
    63 							<td><label for="class">{#class_name}</label></td>
    64 							<td><label for="class">{#class_name}</label></td>
    64 							<td class="col2">
    65 							<td class="col2">
    65 								<select id="class" name="class">
    66 								<select id="class" name="class" class="mceEditableSelect">
    66 									<option value="" selected="selected">{#not_set}</option>
    67 									<option value="" selected="selected">{#not_set}</option>
    67 								</select>
    68 								</select>
    68 							</td>
    69 							</td>
    69 						</tr>
    70 						</tr>
    70 
    71 
   146 					<option value="all">{#table_dlg.row_all}</option>
   147 					<option value="all">{#table_dlg.row_all}</option>
   147 				</select>
   148 				</select>
   148 			</div>
   149 			</div>
   149 
   150 
   150 			<div style="float: left">
   151 			<div style="float: left">
   151 				<div><input type="button" id="insert" name="insert" value="{#update}" onclick="updateAction();" /></div>
   152 				<div><input type="submit" id="insert" name="insert" value="{#update}" /></div>
   152 			</div>
   153 			</div>
   153 
   154 
   154 			<div style="float: right">
   155 			<div style="float: right">
   155 				<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
   156 				<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
   156 			</div>
   157 			</div>