mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
rename file_size to filesize
This commit is contained in:
parent
9a972c2c44
commit
e9372be430
|
@ -105,7 +105,7 @@ class SeedDMS_View_BackupTools extends SeedDMS_Theme_Style {
|
||||||
print "<th></th>\n";
|
print "<th></th>\n";
|
||||||
print "<th>".getMLText("folder")."</th>\n";
|
print "<th>".getMLText("folder")."</th>\n";
|
||||||
print "<th>".getMLText("creation_date")."</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 "<th></th>\n";
|
||||||
print "</tr>\n</thead>\n<tbody>\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 "<thead>\n<tr>\n";
|
||||||
print "<th></th>\n";
|
print "<th></th>\n";
|
||||||
print "<th>".getMLText("creation_date")."</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 "<th></th>\n";
|
||||||
print "</tr>\n</thead>\n<tbody>\n";
|
print "</tr>\n</thead>\n<tbody>\n";
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ class SeedDMS_View_LogManagement extends SeedDMS_Theme_Style {
|
||||||
print "<th></th>\n";
|
print "<th></th>\n";
|
||||||
print "<th>".getMLText("name")."</th>\n";
|
print "<th>".getMLText("name")."</th>\n";
|
||||||
print "<th>".getMLText("creation_date")."</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 "<th></th>\n";
|
||||||
print "</tr>\n</thead>\n<tbody>\n";
|
print "</tr>\n</thead>\n<tbody>\n";
|
||||||
$print_header=false;
|
$print_header=false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user