@@ -90,14 +124,9 @@
-

Current directory : <%=@current_dir%>

-

-

- - - -
+

Current directory : <%=@current_dir%>

+

+ Make Directory

@@ -169,11 +198,11 @@ url: "/application/changeDir", data: { path: directory }, success : function(result){ + $("#directory-name").value(directory); $("#table_div").empty(); var new_table = ""; - new_table += "

File Manager

"; - new_table += "

Current directory : " + directory + "


"; - new_table += "

Make Directory

" + new_table += "

Current directory : " + directory+"

"; + new_table += "

Make Directory

"; new_table += "
"; new_table += ""; new_table += ""; diff --git a/vendor/assets/components/gentelella/production/css/custom.css b/vendor/assets/components/gentelella/production/css/custom.css index 3d95cdb..ab93a0e 100755 --- a/vendor/assets/components/gentelella/production/css/custom.css +++ b/vendor/assets/components/gentelella/production/css/custom.css @@ -5370,7 +5370,7 @@ ul.notifications { background: #fff; border-radius: 5px; position: relative; - width:30%; + width:40%; transition: all 5s ease-in-out; overflow:auto; z-index:20001;