use new method folderListHeader()

This commit is contained in:
Uwe Steinmann 2022-01-03 19:14:35 +01:00
parent cff6b66d1c
commit 84f1afc1d3

View File

@ -47,14 +47,8 @@ class SeedDMS_View_Timeline extends SeedDMS_Theme_Style {
$xsendfile = $this->params['xsendfile'];
if($document && $version) {
// $this->contentHeading(getMLText("timeline_selected_item"));
print "<table id=\"viewfolder-table\" class=\"table table-condensed table-sm\">";
print "<thead>\n<tr>\n";
print "<th></th>\n";
print "<th>".getMLText("name")."</th>\n";
print "<th>".getMLText("status")."</th>\n";
print "<th>".getMLText("action")."</th>\n";
print "</tr>\n</thead>\n<tbody>\n";
print $this->folderListHeader();
print "<tbody>\n";
$previewer = new SeedDMS_Preview_Previewer($cachedir, $previewwidthdetail, $timeout, $xsendfile);
$extracontent = array();
$extracontent['below_title'] = $this->getListRowPath($document);