includes/clientside/tinymce/plugins/xhtmlxtras/cite.htm
changeset 543 dffcbfbc4e59
parent 335 67bd3121a12e
child 1193 e3b94bd055dc
equal deleted inserted replaced
542:5841df0ab575 543:dffcbfbc4e59
    25 			<fieldset>
    25 			<fieldset>
    26 				<legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend>
    26 				<legend>{#xhtmlxtras_dlg.fieldset_attrib_tab}</legend>
    27 				<table border="0" cellpadding="0" cellspacing="4">
    27 				<table border="0" cellpadding="0" cellspacing="4">
    28 					<tr>
    28 					<tr>
    29 						<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> 
    29 						<td class="label"><label id="titlelabel" for="title">{#xhtmlxtras_dlg.attribute_label_title}</label>:</td> 
    30 						<td><input id="title" name="title" type="text" value="" class="field" /></td> 
    30 						<td><input id="title" name="title" type="text" value="" class="field mceFocus" /></td> 
    31 					</tr>
    31 					</tr>
    32 					<tr>
    32 					<tr>
    33 						<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> 
    33 						<td class="label"><label id="idlabel" for="id">{#xhtmlxtras_dlg.attribute_label_id}</label>:</td> 
    34 						<td><input id="id" name="id" type="text" value="" class="field" /></td> 
    34 						<td><input id="id" name="id" type="text" value="" class="field" /></td> 
    35 					</tr>
    35 					</tr>
   132 			</fieldset>
   132 			</fieldset>
   133 		</div>
   133 		</div>
   134 	</div>
   134 	</div>
   135 	<div class="mceActionPanel">
   135 	<div class="mceActionPanel">
   136 		<div style="float: left">
   136 		<div style="float: left">
   137 			<input type="button" id="insert" name="insert" value="{#update}" onclick="insertCite();" />
   137 			<input type="submit" id="insert" name="insert" value="{#update}" />
   138 		</div>
   138 		</div>
   139 		<div style="float: left">
   139 		<div style="float: left">
   140 			<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeCite();" style="display: none;" />
   140 			<input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeCite();" style="display: none;" />
   141 		</div>
   141 		</div>
   142 		<div style="float: right">
   142 		<div style="float: right">