diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-09-30 18:20:55 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-07-07 15:10:03 +0200 |
commit | b5dea82e45ec6e7eea293605ddd4eac06a8d9dd0 (patch) | |
tree | dd9b61dd6b57f5cf220377588d206f04fb3d1742 /apps/files_sharing/templates | |
parent | 6d680bdebf944f6ceb1df66266a82a135f7486b9 (diff) | |
download | nextcloud-server-b5dea82e45ec6e7eea293605ddd4eac06a8d9dd0.tar.gz nextcloud-server-b5dea82e45ec6e7eea293605ddd4eac06a8d9dd0.zip |
Add expiration date to share by link view
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/list.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php index fa0365c749c..f59cb7653d8 100644 --- a/apps/files_sharing/templates/list.php +++ b/apps/files_sharing/templates/list.php @@ -22,6 +22,9 @@ <th id="headerDate" class="hidden column-mtime"> <a id="modified" class="columntitle" data-sort="mtime"><span><?php p($l->t( 'Share time' )); ?></span><span class="sort-indicator"></span></a> </th> + <th class="hidden column-expiration"> + <a class="columntitle"><span><?php p($l->t( 'Expiration date' )); ?></span></a> + </th> </tr> </thead> <tbody id="fileList"> |