aboutsummaryrefslogtreecommitdiffstats
path: root/include/RedDAV/RedBrowser.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-19 10:18:40 +1100
committerRedMatrix <info@friendica.com>2015-01-19 10:18:40 +1100
commitaf75120fd0284878a4ecf292ca8cb865f7516e52 (patch)
treeea2322baf1bcb035d466edde6009741f5dd1192d /include/RedDAV/RedBrowser.php
parent6657712714cb17afcd5fc3c81625a395279d8436 (diff)
parentb4faf4d90bca867ace578e7664f51c9921071945 (diff)
downloadvolse-hubzilla-af75120fd0284878a4ecf292ca8cb865f7516e52.tar.gz
volse-hubzilla-af75120fd0284878a4ecf292ca8cb865f7516e52.tar.bz2
volse-hubzilla-af75120fd0284878a4ecf292ca8cb865f7516e52.zip
Merge pull request #864 from git-marijus/master
basic proof of concept file activity support - will send activity via th...
Diffstat (limited to 'include/RedDAV/RedBrowser.php')
-rw-r--r--include/RedDAV/RedBrowser.php5
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(