Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-08-19 12:40:42 +0300
committerJulius Härtl <jus@bitgrid.net>2019-10-23 09:48:15 +0300
commit975c1982a0fcaaed41db85b2d4ec37eb5fefce0b (patch)
treea070dedbc888a5f53da9645ddc8b92a182645acf /apps/files/templates
parent178ead40141a3fd63ff900061c09004cb48ee30c (diff)
Allow registering header sections in the file lists
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/list.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index 8b20c84e008..697a0a9cf44 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -19,6 +19,7 @@
<input type="hidden" class="max_human_file_size"
value="(max <?php isset($_['uploadMaxHumanFilesize']) ? p($_['uploadMaxHumanFilesize']) : ''; ?>)">
</div>
+<div id="filelist-header"></div>
<div id="emptycontent" class="hidden">
<div class="icon-folder"></div>
@@ -68,6 +69,7 @@
<tfoot>
</tfoot>
</table>
+<div id="filelist-footer"></div>
<input type="hidden" name="dir" id="dir" value="" />
<div class="hiddenuploadfield">
<input type="file" id="file_upload_start" class="hiddenuploadfield" name="files[]" />