From 7c68025010f3aeb91b84663fb3239ae0d038b4e2 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 30 Jan 2014 11:18:46 +0100 Subject: adding share owner information to the file list --- apps/files/templates/part.list.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/files/templates/part.list.php') diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php index f4fb96a7a7c..9769affc70f 100644 --- a/apps/files/templates/part.list.php +++ b/apps/files/templates/part.list.php @@ -34,16 +34,16 @@ $totalsize = 0; ?> + + - - - - - + + t('shared by %s', array($file['displayname_owner']))) ?> + Date: Thu, 30 Jan 2014 13:55:25 +0100 Subject: store the share owner in a data-attribute instead of a separate span --- apps/files/templates/part.list.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'apps/files/templates/part.list.php') diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php index 9769affc70f..8a7a1e370eb 100644 --- a/apps/files/templates/part.list.php +++ b/apps/files/templates/part.list.php @@ -17,7 +17,13 @@ $totalsize = 0; ?> data-mime="" data-size="" data-etag="" - data-permissions=""> + data-permissions="" + + + data-share-owner="" + + > + @@ -36,15 +42,13 @@ $totalsize = 0; ?> + - - - - + -- cgit v1.2.3