From 93d0eec00e0ffca31e591db82f5c2cb60a1bd6d2 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 12 Jun 2021 17:25:47 +1000 Subject: [PATCH] FIXED: BUG-29: when delete/restore from search view the popup shows a path icon - in wrong spot, move it or lose it AND put trash icon back in alert for location when in Bin, restore icon in that context was wrong --- BUGs | 1 - templates/files.html | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUGs b/BUGs index 2ed609d..62decfa 100644 --- a/BUGs +++ b/BUGs @@ -1,3 +1,2 @@ ### Next: 33 -BUG-29: when delete/restore from search view the popup shows a path icon - in wrong spot, move it or lose it BUG-31: can post move/del DBoxes without highlighted files/content diff --git a/templates/files.html b/templates/files.html index ea5d0df..6a0b1cb 100644 --- a/templates/files.html +++ b/templates/files.html @@ -17,7 +17,7 @@ {% set tmp_path=cwd | replace( "static/Storage", "" ) + "/" %} {% elif "files_rbp" in request.url %} - + {% set tmp_path=cwd | replace( "static/Bin", "" ) + "/" %} {% endif %} {{tmp_path}} @@ -220,6 +220,7 @@ function GetSelnAsDiv() seln+='
' + $(this).children().html() + '
' + seln = seln.replace(':absolute; bottom: 2', ':relative; bottom: 18') } ) return '
'+seln+'
' }