From dbf7e4e8346264d852d7e1aba454d9e40b67dc83 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 1 Apr 2012 12:10:54 +0100 Subject: [PATCH] Span wrapper for dynamic context menu and fix to plugin icons clickability New file and new folder options now inside span wrapper so it can be shown or not (This is because these options are only suitable for folders and not files) Fix to plugins that run through fileControl iFrame to make icon clickable again --- index.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 1a09254..ce9a94f 100644 --- a/index.php +++ b/index.php @@ -63,8 +63,10 @@ echo 'fullPath = "'.$docRoot.'";'.PHP_EOL;
- New File - New Folder + + New File + New Folder + Delete Rename View Webpage @@ -74,7 +76,8 @@ echo 'fullPath = "'.$docRoot.'";'.PHP_EOL;
'.$plugins[$i][0].''; + $target = explode(":",$plugins[$i][4]); + echo ''.$plugins[$i][0].''; }; ?>