From 89fb960679765046343fcc589eafe58d680e8bba Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Fri, 14 Dec 2018 01:20:25 +0530 Subject: [PATCH] Modified UI - Pwd change --- tinyfilemanager.php | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 77be814..23296e8 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -1043,7 +1043,7 @@ if (isset($_GET['settings']) && !FM_READONLY) {
- +
@@ -1114,6 +1114,26 @@ if (isset($_GET['settings']) && !FM_READONLY) {
+
+
+
+ -
- -
-
-
@@ -3175,6 +3175,7 @@ global $lang; } }); } + function show_new_pwd() { $(".js-new-pwd").toggleClass('hidden'); window.open("https://tinyfilemanager.github.io/docs/pwd.html", '_blank'); } //Save Settings function save_settings($this) { let form = $($this);