diff --git a/src/nhttpd/web/Makefile.am b/src/nhttpd/web/Makefile.am index a7b0dff3f..3ac76f49a 100644 --- a/src/nhttpd/web/Makefile.am +++ b/src/nhttpd/web/Makefile.am @@ -91,3 +91,11 @@ install_DATA = channels.js \ ywidget.css \ ywidget.js \ Y_yweb.js + +# file manager +install_DATA += accordion.js \ + effects.js \ + Y_Filemgr.css \ + Y_Filemgr.yhtm \ + Y_Filemgr_Edit.yhtm \ + Y_Filemgr_blocks.txt diff --git a/src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.css b/src/nhttpd/web/Y_Filemgr.css similarity index 100% rename from src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.css rename to src/nhttpd/web/Y_Filemgr.css diff --git a/src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.yhtm b/src/nhttpd/web/Y_Filemgr.yhtm old mode 100755 new mode 100644 similarity index 98% rename from src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.yhtm rename to src/nhttpd/web/Y_Filemgr.yhtm index 38bdff8cb..51fd6b535 --- a/src/nhttpd/web/extentions/filemgr/files/httpd/Y_Ext_Filemgr.yhtm +++ b/src/nhttpd/web/Y_Filemgr.yhtm @@ -1,5 +1,5 @@ {=include-block:Y_Blocks.txt;head=} - + @@ -553,7 +553,7 @@ function do_download(){ } function do_edit(){ if($F('ftype') != "d") - window.open("/Y_Ext_Filemgr_Edit.yhtm?file="+explorer.build_fname(),"edit", "width=800,height=600,resizable=yes"); + window.open("/Y_Filemgr_Edit.yhtm?file="+explorer.build_fname(),"edit", "width=800,height=600,resizable=yes"); else alert("you can not edit a directory"); } @@ -693,7 +693,7 @@ function ni() {