BUG 0000 "Improving New uxmodern login"

- get statarted windows added, after fresh installation
- installer updated
This commit is contained in:
Erik Amaru Ortiz
2012-04-10 16:49:09 -04:00
parent 22643ff2f2
commit c8b4b28232
4 changed files with 84 additions and 26 deletions

View File

@@ -226,11 +226,7 @@ class Main extends Controller
$this->memcache->set( 'flagGettingStarted', $flagGettingStarted, 8*3600 ) ;
}
// if( $flagGettingStarted == 0 ) {
// $oHeadPublisher->addScriptCode( 'var flagGettingStarted = 1; ');
// }
// else
// $oHeadPublisher->addScriptCode( 'var flagGettingStarted = 0; ');
$this->setJSVar('flagGettingStarted', ($flagGettingStarted == 0));
G::loadClass('configuration');
$oConf = new Configurations;
@@ -474,8 +470,7 @@ class Main extends Controller
private function getCompanyLogo()
{
$sCompanyLogo = '/images/processmaker2.logo.png';
//$sCompanyLogo = '/images/logo_processmaker2.gif';
$sCompanyLogo = '/images/processmaker2.logo2.png';
if(defined("SYS_SYS")){
if ( ($aFotoSelect = $this->memcache->get('aFotoSelect')) === false ) {