From 09f2385b1ef4c15c8c4ea64f818ebfca67b64879 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Mon, 1 Jul 2013 19:38:56 +0300 Subject: [PATCH] Use p instead of echo --- templates/documents.php | 46 ++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 26 deletions(-) diff --git a/templates/documents.php b/templates/documents.php index 0aadcbb0..4cb0d304 100755 --- a/templates/documents.php +++ b/templates/documents.php @@ -1,27 +1,21 @@ -No documents are found. Please upload a document into your ownCloud'); - -}else{ - - echo(''); - foreach($_['list'] as $entry) { - echo(' + +
+ +
+ - - - - - ' - ); - } - echo('
'.$entry['name'].''.\OCP\Util::formatDate($entry['mtime']).''.\OCP\Util::humanFileSize($entry['size']).'
'); - - - -} - - + + + + + + + + + + + + + + +