From 17dadd5c8a39f1903ffeec2c2c78e5e6cd145d9c Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Thu, 6 Sep 2012 20:36:25 -0400 Subject: [PATCH] Don't show the delete all action if delete permission is not granted --- apps/files/templates/index.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index a874529330b..ec9e80e955e 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -54,7 +54,12 @@ t( 'Size' ); ?> - t( 'Modified' ); ?>t('Delete')?> <?php echo $l->t('Delete')?>" /> + + t( 'Modified' ); ?> + + t('Delete')?> <?php echo $l->t('Delete')?>" /> + + -- 2.39.5