-Commenting an add of a js file into Css file handling.

-Cleaning a comment int /methods/processes/main.php.
This commit is contained in:
user
2012-11-14 09:54:17 -04:00
parent 1ffb33c427
commit cdc66b1270
2 changed files with 2 additions and 2 deletions

View File

@@ -326,7 +326,7 @@ class headPublisher
function getExtJsStylesheets ($skinName)
{
$script = " <link rel='stylesheet' type='text/css' href='/css/$skinName.css' />\n";
$script .= " <script type='text/javascript' src='/js/ext/translation." . SYS_LANG . ".js'></script>\n";
//$script .= " <script type='text/javascript' src='/js/ext/translation." . SYS_LANG . ".js'></script>\n";
/*
$script .= " <link rel='stylesheet' type='text/css' href='/skins/ext/ext-all-notheme.css' />\n";
$script .= " <link rel='stylesheet' type='text/css' href='/skins/ext/" . $this->extJsSkin.".css' />\n";

View File

@@ -48,7 +48,7 @@ $G_ID_MENU_SELECTED = 'PROCESSES';
$G_ID_SUB_MENU_SELECTED = '-';
$G_PUBLISH = new Publisher();
// $oHeadPublisher = & headPublisher::geecho "TEST"tSingleton();
// $oHeadPublisher = & headPublisher::getSingleton();
//$oHeadPublisher->addScriptFile('/jscore/processes/main.js');
$G_PUBLISH->AddContent( 'view', 'processes/mainLoad' );