rename file_size to filesize

This commit is contained in:
Uwe Steinmann 2024-10-02 14:57:15 +02:00
parent 9a972c2c44
commit e9372be430
2 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ class SeedDMS_View_BackupTools extends SeedDMS_Theme_Style {
print "<th></th>\n";
print "<th>".getMLText("folder")."</th>\n";
print "<th>".getMLText("creation_date")."</th>\n";
print "<th>".getMLText("file_size")."</th>\n";
print "<th>".getMLText("filesize")."</th>\n";
print "<th></th>\n";
print "</tr>\n</thead>\n<tbody>\n";
@ -159,7 +159,7 @@ class SeedDMS_View_BackupTools extends SeedDMS_Theme_Style {
print "<thead>\n<tr>\n";
print "<th></th>\n";
print "<th>".getMLText("creation_date")."</th>\n";
print "<th>".getMLText("file_size")."</th>\n";
print "<th>".getMLText("filesize")."</th>\n";
print "<th></th>\n";
print "</tr>\n</thead>\n<tbody>\n";

View File

@ -42,7 +42,7 @@ class SeedDMS_View_LogManagement extends SeedDMS_Theme_Style {
print "<th></th>\n";
print "<th>".getMLText("name")."</th>\n";
print "<th>".getMLText("creation_date")."</th>\n";
print "<th class=\"d-none d-lg-table-cell\">".getMLText("file_size")."</th>\n";
print "<th class=\"d-none d-lg-table-cell\">".getMLText("filesize")."</th>\n";
print "<th></th>\n";
print "</tr>\n</thead>\n<tbody>\n";
$print_header=false;