Ignore:
Timestamp:
2009-02-20T15:36:41+13:00 (15 years ago)
Author:
davidb
Message:

id attribute added to vlist table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/vlistbrowserclass.cpp

    r17860 r18562  
    117117  if (use_table || colnumber > 0) {
    118118    if (colnumber > 0 ){
    119       textout << outconvert << "<table class=\"v_list\"><tr valign=\"top\">";
     119      textout << outconvert << "<table id=\"toc_top\" class=\"v_list\"><tr valign=\"top\">";
    120120    }
    121121    else{
     
    175175
    176176  if (colnumber > 0) {
    177     textout << outconvert << "<table><tr valign=\"top\">";
     177    textout << outconvert << "<table id=\"tabwidth\"><tr valign=\"top\">";
    178178    // get tab size
    179179    text_t tab; int itab;
     
    188188  /* use table set to true if format string starts with <td> */
    189189  if (use_table) {
    190     textout << outconvert << "<table class=\"v_list\">\n";
     190    textout << outconvert << "<table id=\"group_top\" class=\"v_list\">\n";
    191191  } else {
    192     textout << outconvert << "<div class=\"v_list\">\n";
     192    textout << outconvert << "<div   id=\"group_top\" class=\"v_list\">\n";
    193193  }
    194194
Note: See TracChangeset for help on using the changeset viewer.