alecpl
2010-03-19 69d05c371029b7915cf2a87d6e552d9853244644
program/js/tiny_mce/plugins/xhtmlxtras/del.htm
@@ -9,7 +9,6 @@
   <script type="text/javascript" src="js/element_common.js"></script>
   <script type="text/javascript" src="js/del.js"></script>
   <link rel="stylesheet" type="text/css" href="css/popup.css" />
   <base target="_self" />
</head>
<body id="xhtmlxtrasins" style="display: none">
<form onsubmit="insertDel();return false;" action="#">
@@ -31,7 +30,7 @@
                     <table border="0" cellspacing="0" cellpadding="0">
                        <tr> 
                           <td><input id="datetime" name="datetime" type="text" value="" maxlength="19" class="field mceFocus" /></td> 
                           <td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span class="datetime" alt="{#xhtmlxtras_dlg.insert_date}" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td>
                           <td><a href="javascript:insertDateTime('datetime');" onmousedown="return false;" class="browse"><span class="datetime" title="{#xhtmlxtras_dlg.insert_date}"></span></a></td>
                        </tr>
                     </table>
                  </td>
@@ -153,18 +152,10 @@
      </div>
   </div>
   <div class="mceActionPanel">
      <div style="float: left">
         <input type="submit" id="insert" name="insert" value="{#update}" />
      </div>
      <div style="float: left">
         <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeDel();" style="display: none;" />
      </div>
      <div style="float: right">
         <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
      </div>
      <input type="submit" id="insert" name="insert" value="{#update}" />
      <input type="button" id="remove" name="remove" class="button" value="{#xhtmlxtras_dlg.remove}" onclick="removeDel();" style="display: none;" />
      <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
   </div>
</form>
</body>
</html>