Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2021-05-02 07:58:13 +02:00
commit 8773195f2a
2 changed files with 3 additions and 1 deletions

View File

@ -240,6 +240,8 @@ if($view) {
$view->setParam('repairobjects', $repairobjects);
$view->setParam('cachedir', $settings->_cacheDir);
$view->setParam('timeout', $settings->_cmdTimeout);
$view->setParam('enableRecursiveCount', $settings->_enableRecursiveCount);
$view->setParam('maxRecursiveCount', $settings->_maxRecursiveCount);
$view->setParam('accessobject', $accessop);
$view->setParam('previewWidthList', $settings->_previewWidthList);
$view->setParam('previewConverters', isset($settings->_converters['preview']) ? $settings->_converters['preview'] : array());

View File

@ -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')))