~bestpractical/rt/master

« back to all changes in this revision

Viewing changes to share/html/Search/Elements/ChartTable

  • Committer: sunnavy
  • Date: 2023-10-19 19:45:11 UTC
  • mfrom: (8471.1.577)
  • Revision ID: git-v1:9fca83d11d15fb8034308194b9c9052d5df7d454
Merge branch '5.0-trunk'

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
my $eh  = sub { $interp->apply_escapes( @_, 'h' ) };
59
59
my $eu  = sub { $interp->apply_escapes( @_, 'u' ) };
60
60
 
61
 
$m->out('<table class="table table-bordered collection-as-table chart">'. "\n");
 
61
$m->out('<table class="table table-bordered table-responsive collection-as-table chart">'. "\n");
62
62
foreach my $section (qw(thead tbody tfoot)) {
63
63
    next unless $Table{ $section } && @{ $Table{ $section } };
64
64
 
99
99
                                )
100
100
                            )
101
101
                        )
102
 
                        . '">'
 
102
                        . '" target="_blank">'
103
103
                    );
104
104
                    $m->out( $eh->( $cell->{'value'} ) );
105
105
                    $m->out('</a>');