diff options
author | friendica <info@friendica.com> | 2014-01-06 16:49:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-06 16:49:07 -0800 |
commit | 8dc22c564aee0a6edf590a9a47021ea1ceb4aecf (patch) | |
tree | 5796daf0efa053d505e5298724ca2b44e892cb3f /view/tpl/filestorage.tpl | |
parent | 8223f04b97a822f8acac78a452919dbf77b91146 (diff) | |
download | volse-hubzilla-8dc22c564aee0a6edf590a9a47021ea1ceb4aecf.tar.gz volse-hubzilla-8dc22c564aee0a6edf590a9a47021ea1ceb4aecf.tar.bz2 volse-hubzilla-8dc22c564aee0a6edf590a9a47021ea1ceb4aecf.zip |
provide ability to change attachment/file permissions
Diffstat (limited to 'view/tpl/filestorage.tpl')
-rw-r--r-- | view/tpl/filestorage.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
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}} <div class="files-list-item"> <a href="attach/{{$item.download}}">{{$download}}</a> | + <a href="{{$baseurl}}/{{$item.id}}/edit">{{$edit}} | <a href="{{$baseurl}}/{{$item.id}}/delete">{{$delete}} <a href="page/{{$channel}}/{{$item.title}}">{{$title}}</a> {{$item.title}} | {{$item.size}} bytes |