[LocalFiles Editor]

Update editarea to 0.8.2.
Remove CSS tab.
Fix jQuery path.

git-svn-id: http://piwigo.org/svn/trunk@5160 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2010-03-17 15:27:14 +00:00
parent 595a87ac7e
commit 3c10b3da9f
108 changed files with 9184 additions and 339 deletions
@@ -1,5 +1,6 @@
editAreaLoader.load_syntax["php"] = {
'COMMENT_SINGLE' : {1 : '//', 2 : '#'}
'DISPLAY_NAME' : 'Php'
,'COMMENT_SINGLE' : {1 : '//', 2 : '#'}
,'COMMENT_MULTI' : {'/*' : '*/'}
,'QUOTEMARKS' : {1: "'", 2: '"'}
,'KEYWORD_CASE_SENSITIVE' : false