BUG 0000 Forgot passwod feature (finished)

This commit is contained in:
Erik Amaru Ortiz
2011-06-06 06:23:18 -04:00
parent 4d315e63b7
commit b25c51ab03
7 changed files with 79 additions and 38 deletions

View File

@@ -44,17 +44,7 @@ switch($request){
);
}
}
if($_GET['menu'] == 'settings' ){
$items[] = Array(
'id' => 'login',
'url' => 'loginSettings',
'text' => 'Login',
'loaded' => true,
'leaf' => true,
'cls' => 'pm-tree-node',
'iconCls'=> 'ICON_'
);
}
if( isset($_SESSION['DEV_FLAG']) && $_SESSION['DEV_FLAG'] && $_GET['menu'] == 'settings' ){
$items[] = Array(
'id' => 'translations',
@@ -71,4 +61,4 @@ switch($request){
echo G::json_encode($items);
break;
}
}