mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Hide Size in autoindex and move Displayname to first column after name
This commit is contained in:
parent
a7fd0331bd
commit
5b81fca2f1
@ -937,14 +937,14 @@ class groupdav extends HTTP_WebDAV_Server
|
|||||||
echo "</h1>\n";
|
echo "</h1>\n";
|
||||||
|
|
||||||
static $props2show = array(
|
static $props2show = array(
|
||||||
'DAV:getcontentlength' => 'Size',
|
'DAV:displayname' => 'Displayname',
|
||||||
'DAV:getlastmodified' => 'Last modified',
|
'DAV:getlastmodified' => 'Last modified',
|
||||||
'DAV:getetag' => 'ETag',
|
'DAV:getetag' => 'ETag',
|
||||||
'DAV:getcontenttype' => 'Content type',
|
'DAV:getcontenttype' => 'Content type',
|
||||||
'DAV:resourcetype' => 'Resource type',
|
'DAV:resourcetype' => 'Resource type',
|
||||||
'DAV:displayname' => 'Displayname',
|
|
||||||
//'DAV:owner' => 'Owner',
|
//'DAV:owner' => 'Owner',
|
||||||
//'DAV:current-user-privilege-set' => 'current-user-privilege-set',
|
//'DAV:current-user-privilege-set' => 'current-user-privilege-set',
|
||||||
|
//'DAV:getcontentlength' => 'Size',
|
||||||
);
|
);
|
||||||
$n = 0;
|
$n = 0;
|
||||||
foreach($files['files'] as $file)
|
foreach($files['files'] as $file)
|
||||||
|
Loading…
Reference in New Issue
Block a user