Changeset 12011 for trunk/www/db_po
- Timestamp:
- 09/07/11 15:48:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/db_po/po.js
r11992 r12011 176 176 cell10 = document.createElement("TD"); 177 177 cell11 = document.createElement("TD"); 178 cell0.className="indices1"; 179 cell6.className="validsince1"; 180 cell11.className="user1"; 178 181 var updcase; 179 182 … … 382 385 tabBody.appendChild(row); 383 386 387 ShowHide('indices', 'sh_indices', 1) 388 ShowHide('validsince', 'sh_validsince', 1) 389 ShowHide('user', 'sh_user', 1) 390 384 391 //disabeling all other edit/add buttons 385 392 // (to be removed later when solution for adding multiple new rows is found) … … 693 700 +"&fProgram="+prog+"&fKey1="+key1+"&fKey2="+key2+"&fValue="+val+"&fDescription="+descr 694 701 +"&fType="+type+"&fMin="+min+"&fMax="+max; 695 alert(phpcall);702 //alert(phpcall); 696 703 697 704 xmlhttp.open("GET", phpcall, false);
Note:
See TracChangeset
for help on using the changeset viewer.