aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-04 11:09:12 +0000
committerMario <mario@mariovavti.com>2021-01-04 11:09:12 +0000
commit999aac19decad2dcca056b38cc7674f2be2fa497 (patch)
tree986acac83f905acd838092ad0cf4decbaa7d4771
parentb2f6e5673d1fbf72695b5c64db7d5e51d59b9e2e (diff)
downloadvolse-hubzilla-999aac19decad2dcca056b38cc7674f2be2fa497.tar.gz
volse-hubzilla-999aac19decad2dcca056b38cc7674f2be2fa497.tar.bz2
volse-hubzilla-999aac19decad2dcca056b38cc7674f2be2fa497.zip
missing translateable string and adapt icons
-rw-r--r--Zotlabs/Storage/Browser.php3
-rw-r--r--view/tpl/cloud_actionspanel.tpl2
-rw-r--r--view/tpl/cloud_header.tpl2
3 files changed, 4 insertions, 3 deletions
diff --git a/Zotlabs/Storage/Browser.php b/Zotlabs/Storage/Browser.php
index 9ae881f2f..f8377eb70 100644
--- a/Zotlabs/Storage/Browser.php
+++ b/Zotlabs/Storage/Browser.php
@@ -543,7 +543,8 @@ class Browser extends DAV\Browser\Plugin {
'$folder' => $node->folder_hash,
'$dragdroptext' => t('Drop files here to immediately upload'),
'$notify' => ['notify', t('Show in your contacts shared folder'), 0, '', [t('No'), t('Yes')]],
- '$breadcrumbs_html' => $breadcrumbs_html
+ '$breadcrumbs_html' => $breadcrumbs_html,
+ '$drop_area_label' => t('You can select files via the upload button or drop them right here or into an existing folder.')
));
}
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl
index 039d19fac..8cab175ff 100644
--- a/view/tpl/cloud_actionspanel.tpl
+++ b/view/tpl/cloud_actionspanel.tpl
@@ -31,7 +31,7 @@
<input type="hidden" name="return_url" value="{{$return_url}}" />
{{include file="field_checkbox.tpl" field=$notify}}
<div class="cloud-index attach-drop attach-drop-zone text-center p-4 mb-3" data-folder="{{$folder}}">
- <span class="text-muted">You can select files via the upload button or drop them right here or into an existing folder.</span>
+ <span class="text-muted">{{$drop_area_label}}</span>
</div>
<div class="pull-right btn-group">
<div class="btn-group">
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl
index 642fb1866..285363a12 100644
--- a/view/tpl/cloud_header.tpl
+++ b/view/tpl/cloud_header.tpl
@@ -1,6 +1,6 @@
<div class="section-title-wrapper">
<div class="pull-right">
- <a href="cloud_tiles/{{$cpath}}" class="btn btn-sm btn-outline-secondary"><i class="fa fa-fw {{if $tiles}}fa-list-ul{{else}}fa-table{{/if}}"></i></a>
+ <a href="cloud_tiles/{{$cpath}}" class="btn btn-sm btn-outline-secondary"><i class="fa fa-fw {{if $tiles}}fa-th-list{{else}}fa-th-large{{/if}}"></i></a>
{{if $actionspanel}}
{{if $is_owner}}
<a href="/sharedwithme" class="btn btn-sm btn-outline-secondary"><i class="fa fa-cloud-download"></i>&nbsp;{{$shared}}</a>