diff options
author | marijus <mario@mariovavti.com> | 2015-01-18 14:44:58 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-18 14:44:58 +0100 |
commit | 1c2d956d7f447a8df335bf9ff63b0839a1f9c8bc (patch) | |
tree | b1bb5ff1c364daba14b45aec7b5b85995b857336 /include/RedDAV/RedBrowser.php | |
parent | 6657712714cb17afcd5fc3c81625a395279d8436 (diff) | |
download | volse-hubzilla-1c2d956d7f447a8df335bf9ff63b0839a1f9c8bc.tar.gz volse-hubzilla-1c2d956d7f447a8df335bf9ff63b0839a1f9c8bc.tar.bz2 volse-hubzilla-1c2d956d7f447a8df335bf9ff63b0839a1f9c8bc.zip |
basic proof of concept file activity support - will send activity via the filestorage module and via attach_delete()
Diffstat (limited to 'include/RedDAV/RedBrowser.php')
-rw-r--r-- | include/RedDAV/RedBrowser.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/RedDAV/RedBrowser.php b/include/RedDAV/RedBrowser.php index 9ea2b9808..93a546086 100644 --- a/include/RedDAV/RedBrowser.php +++ b/include/RedDAV/RedBrowser.php @@ -249,7 +249,10 @@ class RedBrowser extends DAV\Browser\Plugin { '$header' => t('Files') . ": " . $this->escapeHTML($path) . "/", '$quota' => $quota, '$total' => t('Total'), - '$actionspanel' => $output + '$actionspanel' => $output, + '$shared' => t('Shared'), + '$create' => t('Create'), + 'upload' => t('Upload') )); $html .= replace_macros(get_markup_template('cloud_directory.tpl'), array( |