mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
rename file_size to filesize
This commit is contained in:
parent
e9372be430
commit
12fc5c1185
|
@ -170,7 +170,7 @@ $('.folderselect').click(function(ev) {
|
||||||
if(is_dir($dir)) {
|
if(is_dir($dir)) {
|
||||||
echo "<table class=\"table table-condensed\">\n";
|
echo "<table class=\"table table-condensed\">\n";
|
||||||
echo "<thead>\n";
|
echo "<thead>\n";
|
||||||
echo "<tr><th></th><th>".getMLText('name')."</th><th align=\"right\">".getMLText('file_size')."</th><th>".getMLText('date')."</th></tr>\n";
|
echo "<tr><th></th><th>".getMLText('name')."</th><th align=\"right\">".getMLText('filesize')."</th><th>".getMLText('date')."</th></tr>\n";
|
||||||
echo "</thead>\n";
|
echo "</thead>\n";
|
||||||
echo "<tbody>\n";
|
echo "<tbody>\n";
|
||||||
$finfo = finfo_open(FILEINFO_MIME_TYPE);
|
$finfo = finfo_open(FILEINFO_MIME_TYPE);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user