Subversion Repositories VORC

Rev

Rev 199 | Rev 208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 199 Rev 203
Line 564... Line 564...
564
  
564
  
Line 565... Line 565...
565
  print $h->open ('div', { class=>'rTable' });
565
  print $h->open ('div', { class=>'rTable' });
566
  
566
  
567
  my @tmptitlerow;
567
  my @tmptitlerow;
568
  foreach my $f (@displayFields)  {  # Print the Column headings
568
  foreach my $f (@displayFields)  {  # Print the Column headings
569
    my $special_button;
569
    my $special_button = "";
570
    if ($headerButton) {
570
    if ($headerButton) {
571
      if ($f eq $headerButton->{field}) {
571
      if ($f eq $headerButton->{field}) {
572
        $special_button = ' '.$headerButton->{button};
572
        $special_button = ' '.$headerButton->{button};