mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add class table-sm to table
This commit is contained in:
parent
262ba1345b
commit
1afda0e677
|
@ -225,7 +225,7 @@ $(document).ready( function() {
|
|||
<div id="chart" style="height: 400px;" class="chart"></div>
|
||||
<?php
|
||||
$this->contentContainerEnd();
|
||||
echo "<table class=\"table table-condensed table-hover\">";
|
||||
echo "<table class=\"table table-condensed table-sm table-hover\">";
|
||||
echo "<tr>";
|
||||
echo "<th>".getMLText('chart_'.$type.'_title')."</th><th>".getMLText('total')."</th>";
|
||||
if(in_array($type, array('docspermonth', 'docsaccumulated')))
|
||||
|
|
Loading…
Reference in New Issue
Block a user