From: Franck VILLAUME Date: Tue, 13 Sep 2011 16:52:15 +0000 (+0000) Subject: enable trash management with hierarchy X-Git-Tag: v5_2_rc1~816 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=c8f973968a1247c98e2865d8c87da7244dbd7245;ds=sidebyside enable trash management with hierarchy --- diff --git a/src/common/docman/views/listtrashfile.php b/src/common/docman/views/listtrashfile.php index de4fdc2ba4..d80dc0a8b0 100644 --- a/src/common/docman/views/listtrashfile.php +++ b/src/common/docman/views/listtrashfile.php @@ -85,12 +85,6 @@ if ($d_arr != NULL ) { } } } - -// $nested_groups has a system directory : .trash => so count < 2 -if ((!$d_arr || count($d_arr) < 1) && (!$nested_groups || count($nested_groups) < 2)) { - echo '

'._('Trash is empty.').'

'; -} else { - ?>
'; - echo ''; - echo '
'; - - echo '
'; - include ($gfcommon.'docman/views/tree.php'); - echo '
'; - echo '
'; - echo '