issue 70 dashboard developement

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8772 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-08-16 07:53:07 +00:00
parent 43bcb6d5b8
commit 2966ddca9a
35 changed files with 245 additions and 321 deletions

View file

@ -177,6 +177,19 @@
$this->setRedirectUrl(Context::get('error_return_url'));
}
/**
* @brief enviroment gathering agreement
**/
function procAdminEnviromentGatheringAgreement()
{
$isAgree = Context::get('is_agree');
if($isAgree == 'true')
$_SESSION['enviroment_gather'] = 'Y';
$redirectUrl = getUrl('', 'module', 'admin');
$this->setRedirectUrl($redirectUrl);
}
/**
* @brief Insert favorite
**/