From cff5859c595ae3d758072b11aa60190e210cb490 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 3 Jan 2021 14:28:02 +0000 Subject: mod cloud strings --- view/tpl/cloud_directory.tpl | 60 ++++++++++++++++++++++---------------------- view/tpl/js_strings.tpl | 9 +++++-- 2 files changed, 37 insertions(+), 32 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl index 84c9f2e86..c24e3c8aa 100644 --- a/view/tpl/cloud_directory.tpl +++ b/view/tpl/cloud_directory.tpl @@ -67,37 +67,37 @@
- +
- +
{{if $is_owner}} {{else if $is_admin}} {{/if}} @@ -122,7 +122,7 @@ {{/if}}
{{if $is_owner}} @@ -131,7 +131,7 @@ {{/if}}
@@ -166,22 +166,22 @@ {{else}} @@ -192,12 +192,12 @@ @@ -219,23 +219,23 @@
{{if ! $item.collection}}
- +
{{if $item.embed_bbcode}}
- +
{{/if}} {{/if}}
- +
@@ -253,7 +253,7 @@ {{/if}}
{{if $is_owner}} @@ -262,7 +262,7 @@ {{/if}}
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index 58426e20c..291d78fb2 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -66,8 +66,13 @@ 'month' : "{{$month}}", 'week' : "{{$week}}", 'day' : "{{$day}}", - 'allday' : "{{$allday}}" + 'allday' : "{{$allday}}", + + // mod cloud + + 'download_info' : "{{$download_info}}" + }; - + -- cgit v1.2.3