Revision a4696bc2
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/Common.pm | ||
---|---|---|
|
||
push @{ $form->{WEBDAV} }, {
|
||
'name' => $fname,
|
||
'link' => "/$base_path/$file",
|
||
'link' => "$base_path/$file",
|
||
'type' => $is_directory ? $main::locale->text('Directory') : $main::locale->text('File'),
|
||
};
|
||
}
|
Auch abrufbar als: Unified diff
webdav links richtig setzen, fix für Bug 1332.