From 2d790d3b491acc234227bee4d06dc233fcc802f7 Mon Sep 17 00:00:00 2001 From: Dirk Carstensen <11274319+tueddy@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:09:17 +0100 Subject: [PATCH] Web-UI: Search for files feature (#268) --- html/locales/de.json | 3 +++ html/locales/en.json | 3 +++ html/management.html | 28 ++++++++++++++++++++++++---- 3 files changed, 30 insertions(+), 4 deletions(-) diff --git a/html/locales/de.json b/html/locales/de.json index 12fda531..0c996203 100644 --- a/html/locales/de.json +++ b/html/locales/de.json @@ -96,6 +96,9 @@ "title": "Ordner", "desc": "Einen Ordner samt Inhalt (und allen Unterordnern) hochladen" }, + "search": { + "placeholder": "Dateien suchen.." + }, "upload": { "title": "Upload", "desc": "Upload starten", diff --git a/html/locales/en.json b/html/locales/en.json index fbfcfb23..cfb954a3 100644 --- a/html/locales/en.json +++ b/html/locales/en.json @@ -96,6 +96,9 @@ "title": "Directory", "desc": "Upload directory with all files and subdirectories" }, + "search": { + "placeholder": "Search files.." + }, "upload": { "title": "Upload", "desc": "Start Upload", diff --git a/html/management.html b/html/management.html index bf0afdc4..ae53680c 100644 --- a/html/management.html +++ b/html/management.html @@ -7,7 +7,7 @@ - + @@ -15,7 +15,7 @@ - + @@ -23,6 +23,11 @@