diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-04 00:22:44 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-04 00:22:44 +0200 |
commit | e209511f86ec33222f92c80db1c59c3305bef9d5 (patch) | |
tree | 3907d4138ea3450c767e00e530f6446f02c28471 /files/templates | |
parent | 4851a55c1d6824a0c46636f7a8749ad2418e1b4a (diff) | |
download | nextcloud-server-e209511f86ec33222f92c80db1c59c3305bef9d5.tar.gz nextcloud-server-e209511f86ec33222f92c80db1c59c3305bef9d5.zip |
provide undo button when deleting files from the web interface
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index df78cf0bb2d..3f7b45ca855 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -20,6 +20,7 @@ <div id="file_action_panel"> </div> </div> +<div id='notification'></div> <table cellspacing="0"> <thead> |