Diff for /loncom/html/htmlarea/popups/Attic/insert_table.html between versions 1.1 and 1.2

version 1.1, 2004/02/18 08:07:16 version 1.2, 2004/06/01 23:46:11
Line 1 Line 1
 <html style="width: 398; height: 218">  <html>
   
 <head>  <head>
   <title>Insert Table</title>    <title>Insert Table</title>
Line 7 Line 7
   
 <script type="text/javascript">  <script type="text/javascript">
   
   window.resizeTo(400, 100);
   
 function Init() {  function Init() {
   __dlg_init();    __dlg_init();
   document.getElementById("f_rows").focus();    document.getElementById("f_rows").focus();
Line 161  title="Space between content and border Line 163  title="Space between content and border
   
 </fieldset>  </fieldset>
   
 <div style="margin-top: 85px; text-align: right;">  <div style="margin-top: 85px; border-top: 1px solid #999; padding: 2px; text-align: right;">
 <hr />  
 <button type="button" name="ok" onclick="return onOK();">OK</button>  <button type="button" name="ok" onclick="return onOK();">OK</button>
 <button type="button" name="cancel" onclick="return onCancel();">Cancel</button>  <button type="button" name="cancel" onclick="return onCancel();">Cancel</button>
 </div>  </div>

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>