diff --git a/apps/impress/templates/presentations.php b/apps/impress/templates/presentations.php index ab75802b359..532d3660dfc 100755 --- a/apps/impress/templates/presentations.php +++ b/apps/impress/templates/presentations.php @@ -1,30 +1,17 @@ '.$l->t('Documentation').' -'); - + '); if(empty($_['list'])) { - - echo('
No Impress files are found in your ownCloud. Please upload a .impress file.
'); - -}else{ - + echo('
No Impress files are found in your ownCloud. Please upload a .impress file.
'); +} else { echo(''); foreach($_['list'] as $entry) { - echo(''); - } echo('
'.$entry['name'].''.\OCP\Util::formatDate($entry['mtime']).''.\OCP\Util::humanFileSize($entry['size']).'
'); - - - -} - - +} \ No newline at end of file