User UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8973 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-01 07:38:33 +00:00
parent 7c312b65db
commit 177720b6fb
18 changed files with 219 additions and 248 deletions

View file

@ -168,8 +168,7 @@ class HTMLDisplayHandler {
$oContext->loadFile(array('./common/js/js_app.js', 'head', '', -100000));
$oContext->loadFile(array('./common/js/xml_handler.js', 'head', '', -100000));
$oContext->loadFile(array('./common/js/xml_js_filter.js', 'head', '', -100000));
$oContext->loadFile(array('./common/css/default.css', 'all', '', -100000));
$oContext->loadFile(array('./common/css/button.css', 'all', '', -100000));
$oContext->loadFile(array('./common/css/xe.css', 'all', '', -100000));
} else {
$oContext->loadFile(array('./common/js/jquery.min.js', 'head', '', -100000));
$oContext->loadFile(array('./common/js/x.min.js', 'head', '', -100000));