Changeset 12011 for trunk/www


Ignore:
Timestamp:
09/07/11 15:48:24 (13 years ago)
Author:
Daniela Dorner
Message:
added Show/Hide for edit-mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/db_po/po.js

    r11992 r12011  
    176176    cell10 = document.createElement("TD");
    177177    cell11 = document.createElement("TD");
     178    cell0.className="indices1";
     179    cell6.className="validsince1";
     180    cell11.className="user1";
    178181    var updcase;
    179182
     
    382385    tabBody.appendChild(row);
    383386
     387    ShowHide('indices', 'sh_indices', 1)
     388    ShowHide('validsince', 'sh_validsince', 1)
     389    ShowHide('user', 'sh_user', 1)
     390
    384391    //disabeling all other edit/add buttons
    385392    // (to be removed later when solution for adding multiple new rows is found)
     
    693700        +"&fProgram="+prog+"&fKey1="+key1+"&fKey2="+key2+"&fValue="+val+"&fDescription="+descr
    694701        +"&fType="+type+"&fMin="+min+"&fMax="+max;
    695     alert(phpcall);
     702    //alert(phpcall);
    696703
    697704    xmlhttp.open("GET", phpcall, false);
Note: See TracChangeset for help on using the changeset viewer.