Diff for /loncom/html/res/adm/pages/menu.html between versions 1.126 and 1.127

version 1.126, 2009/03/27 05:13:04 version 1.127, 2009/04/23 17:28:55
Line 336  function set_bookmark() { Line 336  function set_bookmark() {
    w_bmquery_flag=1;     w_bmquery_flag=1;
    bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0');     bmquery=window.open('','bmquery','width=365,height=165,scrollbars=0');
    bmquery.document.write(     bmquery.document.write(
    "<html><body bgcolor='bbbbbb'><center><form method='post'"     '<html><body bgcolor="#BBBBBB"><center><form method="post"'
    +" name='newlink' action='/adm/bookmarks' target='bmquery' "     +' name="newlink" action="/adm/bookmarks" target="bmquery" '
    +">\n <table width=340 height=150 "     +'>'+"\n"+' <table width="340" height="150" '
    +"bgcolor='ffffff' align=center><tr><td>Link Name:<br /><input "     +'bgcolor="#FFFFFF" align="center"><tr><td>Link Name:<br /><input '
    +"type='text' name='title' size=45 value='"+clienttitle+"'>"     +'type="text" name="title" size="45" value="'+clienttitle+'">'
    +"<br />Address:<br /><input type='text' name='address' size='45' "     +'<br />Address:<br /><input type="text" name="address" size="45" '
    +"value='"+clienthref+"' /><br /><center><input type='submit' "     +'value="'+clienthref+'" /><br /><center><input type="submit" '
    +"value='Save' /> <input type='button' value='Close' "     +'value="Save" /> <input type="button" value="Close" '
    +"onclick='javascript:window.close();' /><\/center><\/td>"     +'onclick="javascript:window.close();" /><\/center><\/td>'
    +"<\/tr><\/table><\/form><\/center><\/body><\/html>");     +'<\/tr><\/table><\/form><\/center><\/body><\/html>');
    bmquery.document.close();     bmquery.document.close();
 }  }
   

Removed from v.1.126  
changed lines
  Added in v.1.127


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