mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +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";
|
||||
|
||||
static $props2show = array(
|
||||
'DAV:getcontentlength' => 'Size',
|
||||
'DAV:displayname' => 'Displayname',
|
||||
'DAV:getlastmodified' => 'Last modified',
|
||||
'DAV:getetag' => 'ETag',
|
||||
'DAV:getcontenttype' => 'Content type',
|
||||
'DAV:resourcetype' => 'Resource type',
|
||||
'DAV:displayname' => 'Displayname',
|
||||
//'DAV:owner' => 'Owner',
|
||||
//'DAV:current-user-privilege-set' => 'current-user-privilege-set',
|
||||
//'DAV:getcontentlength' => 'Size',
|
||||
);
|
||||
$n = 0;
|
||||
foreach($files['files'] as $file)
|
||||
|
Loading…
Reference in New Issue
Block a user