diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-03 21:42:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-18 13:44:05 +0200 |
commit | 39ff82f70796bff9d2f0321d03213ec3ea9b713f (patch) | |
tree | a4802f4a5136671c51a880a38907ea05d646ca9b /apps/files/templates | |
parent | e704899e2229428c7da1a247409794f7462ec34d (diff) | |
download | nextcloud-server-39ff82f70796bff9d2f0321d03213ec3ea9b713f.tar.gz nextcloud-server-39ff82f70796bff9d2f0321d03213ec3ea9b713f.zip |
Use grid view in other file views too
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/recentlist.php | 2 | ||||
-rw-r--r-- | apps/files/templates/simplelist.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/recentlist.php b/apps/files/templates/recentlist.php index cfdb95c80a0..4c269c20256 100644 --- a/apps/files/templates/recentlist.php +++ b/apps/files/templates/recentlist.php @@ -11,7 +11,7 @@ <p></p> </div> -<table id="filestable"> +<table id="filestable" class="list-container view-grid"> <thead> <tr> <th id='headerName' class="hidden column-name"> diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php index 78adb21922f..a99607ea642 100644 --- a/apps/files/templates/simplelist.php +++ b/apps/files/templates/simplelist.php @@ -13,7 +13,7 @@ <h2><?php p($l->t('No entries found in this folder')); ?></h2> <p></p> </div> -<table id="filestable"> +<table id="filestable" class="list-container view-grid"> <thead> <tr> <th id='headerName' class="hidden column-name"> |