Module: nagvis Branch: master Commit: 7036f200dd422110e50355a6fd079b9d269ffdeb URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=7036f200dd422110e50355a6fd079b9d269ffdeb
Author: LaMi <[email protected]> Date: Sat Nov 14 17:15:30 2009 +0100 Fixed WUi --- share/frontend/wui/classes/WuiFrontend.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/wui/classes/WuiFrontend.php b/share/frontend/wui/classes/WuiFrontend.php index e5eb212..28e477f 100644 --- a/share/frontend/wui/classes/WuiFrontend.php +++ b/share/frontend/wui/classes/WuiFrontend.php @@ -42,7 +42,7 @@ class WuiFrontend extends GlobalPage { $htmlJs = $CORE->getMainCfg()->getValue('paths', 'htmljs'); $prop = Array('title'=> $CORE->getMainCfg()->getValue('internal', 'title') . ' WUI', - 'cssIncludes'=>Array($this->CORE->getMainCfg()->getValue('paths','htmlpagetemplates').'/default.css', + 'cssIncludes'=>Array($CORE->getMainCfg()->getValue('paths','htmlpagetemplates').'/default.css', './css/wui.css', './css/office_xp/office_xp.css'), 'jsIncludes'=>Array( ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
