includes/clientside/tinymce/plugins/advhr/rule.htm
changeset 543 dffcbfbc4e59
parent 335 67bd3121a12e
child 1193 e3b94bd055dc
equal deleted inserted replaced
542:5841df0ab575 543:dffcbfbc4e59
    21 		<div id="general_panel" class="panel current">
    21 		<div id="general_panel" class="panel current">
    22 			<table border="0" cellpadding="4" cellspacing="0">
    22 			<table border="0" cellpadding="4" cellspacing="0">
    23                     <tr>
    23                     <tr>
    24                         <td><label for="width">{#advhr_dlg.width}</label></td>
    24                         <td><label for="width">{#advhr_dlg.width}</label></td>
    25                         <td nowrap="nowrap">
    25                         <td nowrap="nowrap">
    26                             <input id="width" name="width" type="text" value="" />
    26                             <input id="width" name="width" type="text" value="" class="mceFocus" />
    27                             <select name="width2" id="width2">
    27                             <select name="width2" id="width2">
    28                                 <option value="">px</option>
    28                                 <option value="">px</option>
    29                                 <option value="%">%</option>
    29                                 <option value="%">%</option>
    30                             </select>
    30                             </select>
    31                         </td>
    31                         </td>
    49 		</div>
    49 		</div>
    50 	</div>
    50 	</div>
    51 
    51 
    52 	<div class="mceActionPanel">
    52 	<div class="mceActionPanel">
    53 		<div style="float: left">
    53 		<div style="float: left">
    54 			<input type="button" id="insert" name="insert" value="{#insert}" onclick="AdvHRDialog.update();" />
    54 			<input type="submit" id="insert" name="insert" value="{#insert}" />
    55 		</div>
    55 		</div>
    56 
    56 
    57 		<div style="float: right">
    57 		<div style="float: right">
    58 			<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
    58 			<input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
    59 		</div>
    59 		</div>