Subversion Repositories eFlore/Archives.eflore-xul

Rev

Rev 12 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12 Rev 23
Line 107... Line 107...
107
      celldesc.setAttribute ("label", project["desc_short"]);
107
      celldesc.setAttribute ("label", project["desc_short"]);
Line 108... Line 108...
108
      
108
      
109
      row.appendChild (cellname);
109
      row.appendChild (cellname);
110
      row.appendChild (celldesc);
110
      row.appendChild (celldesc);
111
      item.appendChild (row);
111
      item.appendChild (row);
Line 112... Line 112...
112
      children.appendChild( item );        
112
      children.appendChild( item );
113
 
113
 
114
    }
114
    }
115
  }
115
  }