fusionpbx/app/edit
Alexey Melnichuk 937821da68 Fix. Do not populate invalid paths. (#1585)
Problem when `opendir($dir)` returns `false` and then
while cycle adds many empty strings which produce in the end
```
/etc/freeswitch/tls
/etc/freeswitch/tls/
/etc/freeswitch/tls//
/etc/freeswitch/tls///
/etc/freeswitch/tls////
/etc/freeswitch/tls/////
/etc/freeswitch/tls//////
/etc/freeswitch/tls///////
```
2016-05-06 09:28:10 -06:00
..
resources/images Edit: Added Find/Replace and Go To (Line) features in toolbar, rename Ace application folder. 2016-02-24 14:44:32 -07:00
app_config.php Move the menu array to app_menu.php 2014-12-26 03:27:54 +00:00
app_defaults.php Check the missing array has content before processing it. 2016-05-04 00:22:35 -06:00
app_languages.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
app_menu.php Menu Manager: Add ability to customize main and sub menu icons. 2016-05-02 14:42:06 -06:00
clipadd.php Theme: Integrate settings to customize the style of edit form tables (label, field, heading and row cells). 2016-04-07 12:00:19 -06:00
clipdelete.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
cliplist.php Function: Created key_press function to dynamically generate key detection javascript. 2016-03-31 17:11:37 -06:00
clipoptions.php Editor: Fix Clip Library folder nesting, misc adjustments to Clip and File lists. 2016-03-21 16:01:44 -06:00
clipoptionslist.php Editor: Fix Clip Library folder nesting, misc adjustments to Clip and File lists. 2016-03-21 16:01:44 -06:00
clipupdate.php Theme: Integrate settings to customize the style of edit form tables (label, field, heading and row cells). 2016-04-07 12:00:19 -06:00
filedelete.php WhitespaceClean-app/batch_1 2016-03-11 11:56:29 +00:00
filelist.php Fix. Do not populate invalid paths. (#1585) 2016-05-06 09:28:10 -06:00
filenew.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
fileoptions.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
fileoptionslist.php Fix. Do not populate invalid paths. (#1585) 2016-05-06 09:28:10 -06:00
fileread.php Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
filerename.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
filesave.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
folderdelete.php Change the path for includes/require.php to the resources directory. 2013-07-06 06:03:27 +00:00
foldernew.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
footer.php Theme: Add additional Settings to control the style of various elements, remove old css classes. 2016-03-28 22:29:15 -06:00
header.php Edit: Revamp using Ace editor (ace.c9.io). 2016-02-24 12:28:35 -07:00
index.php Function: Created key_press function to dynamically generate key detection javascript. 2016-03-31 17:11:37 -06:00
readme.txt Rename the script editor to edit. 2013-05-25 16:06:21 +00:00
root.php Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00

readme.txt

Notes

IFrame
http://www.quirksmode.org/js/iframe.html

Tree View
http://www.dddekerf.dds.nl/DHTML_Treeview/DHTML_Treeview.htm