IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18212


Ignore:
Timestamp:
Jun 19, 2008, 4:51:59 PM (18 years ago)
Author:
eugene
Message:

fix class for buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/scripts/generate

    r18193 r18212  
    242242        ($label, $value, $string) = &parse_label ($show[$i]);
    243243        if ($show[$i] eq "none")  { next; }
     244        if ($field[$i] eq "*") { print FILE "echo \"<td></td>\\n\";\n"; next; } # empty cell (no sort for such fields)
    244245        if ($label eq "op") {
    245246            print FILE "write_sort_cell (\"list\", \"$opf{$value}\", \$buttonLink, \$ID, '$myFile');\n";
     
    333334        if (($field[$i] eq "*") || ($format[$i] eq "%s")) {
    334335            # * fields create an empty cell
    335             print FILE "echo \"<td class=\\\"list\\\"> &nbsp; </td>\\n\";\n";
     336            print FILE "echo \"<td> &nbsp; </td>\\n\";\n";
    336337        } else {
    337338            print FILE "write_query_row ('$field[$i]', $width[$i], 'max');\n";
Note: See TracChangeset for help on using the changeset viewer.