From 5a5466346cccecec257fc20a993bfa2426b8bf48 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 6 Jan 2014 18:13:02 -0800 Subject: prepare for OS file storage, and add bbcode attachment link to mod/filestorage. This isn't beautiful, but it's a start. --- view/tpl/filestorage.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/tpl/filestorage.tpl b/view/tpl/filestorage.tpl index a3eab83d5..7decd5ea6 100644 --- a/view/tpl/filestorage.tpl +++ b/view/tpl/filestorage.tpl @@ -7,10 +7,10 @@ {{foreach $files as $key => $items}} {{foreach $items as $item}}
- {{$download}} | - {{$edit}} | - {{$delete}} - {{$title}} {{$item.title}} | + {{$edit}} | + {{$delete}} | + [attachment]{{$item.download}},{{$item.rev}}[/attachment] | + {{$item.title}} | {{$item.size}} bytes
-- cgit v1.2.3