add header to column with file name (Bug #32)

This commit is contained in:
Uwe Steinmann 2013-03-08 07:39:58 +01:00
parent 590b753e6c
commit 69caffb613
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class SeedDMS_View_LogManagement extends SeedDMS_Blue_Style {
if ($print_header){
print "<table class=\"folderView\">\n";
print "<thead>\n<tr>\n";
print "<th></th>\n";
print "<th>".getMLText("name")."</th>\n";
print "<th>".getMLText("creation_date")."</th>\n";
print "<th>".getMLText("file_size")."</th>\n";
print "<th></th>\n";

View File

@ -38,7 +38,7 @@ class SeedDMS_View_LogManagement extends SeedDMS_Bootstrap_Style {
if ($print_header){
print "<table class=\"table-condensed\">\n";
print "<thead>\n<tr>\n";
print "<th></th>\n";
print "<th>".getMLText("name")."</th>\n";
print "<th>".getMLText("creation_date")."</th>\n";
print "<th>".getMLText("file_size")."</th>\n";
print "<th></th>\n";