Allow create files from editor page in "files toggle"

Once file is created show success message and reload using ajax the files
	new file:   applications/admin/views/default/files_menu.html
	modified:   applications/admin/controllers/default.py
	modified:   applications/admin/views/default/edit.html
This commit is contained in:
robertop23
2013-12-09 21:51:55 -04:30
parent 53122bfa9f
commit e6aaca1728
@@ -0,0 +1,3 @@
{{for files in result_files:}}
{{=files}}
{{pass}}