includes/clientside/tinymce/plugins/xhtmlxtras/attributes.htm
changeset 543 dffcbfbc4e59
parent 335 67bd3121a12e
child 1193 e3b94bd055dc
equal deleted inserted replaced
542:5841df0ab575 543:dffcbfbc4e59
    24 			<fieldset>
    24 			<fieldset>
    25 				<legend>{#xhtmlxtras_dlg.attribute_attrib_tab}</legend>
    25 				<legend>{#xhtmlxtras_dlg.attribute_attrib_tab}</legend>
    26 				<table border="0" cellpadding="0" cellspacing="4">
    26 				<table border="0" cellpadding="0" cellspacing="4">
    27 					<tr>
    27 					<tr>
    28 						<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> 
    28 						<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> 
    29 						<td><input id="title" name="title" type="text" value="" /></td> 
    29 						<td><input id="title" name="title" type="text" value="" class="mceFocus" /></td> 
    30 					</tr>
    30 					</tr>
    31 					<tr>
    31 					<tr>
    32 						<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> 
    32 						<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> 
    33 						<td><input id="id" name="id" type="text" value="" /></td> 
    33 						<td><input id="id" name="id" type="text" value="" /></td> 
    34 					</tr>
    34 					</tr>
   140 			</fieldset>
   140 			</fieldset>
   141 		</div>
   141 		</div>
   142 	</div>
   142 	</div>
   143 	<div class="mceActionPanel">
   143 	<div class="mceActionPanel">
   144 		<div style="float: left">
   144 		<div style="float: left">
   145 			<input type="button" id="insert" name="insert" value="{#insert}" onclick="insertAction();" />
   145 			<input type="submit" id="insert" name="insert" value="{#insert}" />
   146 		</div>
   146 		</div>
   147 		<div style="float: right">
   147 		<div style="float: right">
   148 			<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
   148 			<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
   149 		</div>
   149 		</div>
   150 	</div>
   150 	</div>