add class table-sm to table

This commit is contained in:
Uwe Steinmann 2021-05-02 07:54:38 +02:00
parent 262ba1345b
commit 1afda0e677

View File

@ -225,7 +225,7 @@ $(document).ready( function() {
<div id="chart" style="height: 400px;" class="chart"></div> <div id="chart" style="height: 400px;" class="chart"></div>
<?php <?php
$this->contentContainerEnd(); $this->contentContainerEnd();
echo "<table class=\"table table-condensed table-hover\">"; echo "<table class=\"table table-condensed table-sm table-hover\">";
echo "<tr>"; echo "<tr>";
echo "<th>".getMLText('chart_'.$type.'_title')."</th><th>".getMLText('total')."</th>"; echo "<th>".getMLText('chart_'.$type.'_title')."</th><th>".getMLText('total')."</th>";
if(in_array($type, array('docspermonth', 'docsaccumulated'))) if(in_array($type, array('docspermonth', 'docsaccumulated')))