From 8dc22c564aee0a6edf590a9a47021ea1ceb4aecf Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 6 Jan 2014 16:49:07 -0800 Subject: provide ability to change attachment/file permissions --- view/tpl/attach_edit.tpl | 32 ++++++++++++++++++++++++++++++++ view/tpl/filestorage.tpl | 1 + 2 files changed, 33 insertions(+) create mode 100644 view/tpl/attach_edit.tpl (limited to 'view') diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl new file mode 100644 index 000000000..1483336ff --- /dev/null +++ b/view/tpl/attach_edit.tpl @@ -0,0 +1,32 @@ + +

{{$header}}

+ +

{{$file.filename}}

+ + + + + +
+ + + + + + +{{if $isadir}} +
+ + +
+{{/if}} + +
+{{$aclselect}} +
+ +
+ +
+ + diff --git a/view/tpl/filestorage.tpl b/view/tpl/filestorage.tpl index 995b52cc8..a3eab83d5 100644 --- a/view/tpl/filestorage.tpl +++ b/view/tpl/filestorage.tpl @@ -8,6 +8,7 @@ {{foreach $items as $item}}
{{$download}} | + {{$edit}} | {{$delete}} {{$title}} {{$item.title}} | {{$item.size}} bytes -- cgit v1.2.3