diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/filepicker.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/filepicker.html b/core/templates/filepicker.html index 215311348cb..8b33b879085 100644 --- a/core/templates/filepicker.html +++ b/core/templates/filepicker.html @@ -5,7 +5,7 @@ <div class="icon-folder"></div> <h2>{emptytext}</h2> </div> - <table id="filestable" class="filelist"> + <table id="filestable" class="filelist list-container view-grid"> <tbody> <tr data-entryname="{filename}" data-type="{type}"> <td class="filename" |