noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
ajax_preference.php File Reference

this file is always included and then executed it permits to change the user preferences More...

Go to the source code of this file.

Variables

 $action =$http->post("action","string","display_form")
 
global $g_user =new Noalyss_User($cn)
 
 $http =new HttpInput()
 
 $inside_dossier = false
 
if(isset($_REQUEST['gDossier']) && $http->request("gDossier","number", 0) !=0) $repo = new Database()
 
 $res
 
 $style = new ISelect('style_user')
 
$style selected =$_SESSION[SESSION_KEY.'g_theme']
 
$style value
 

Detailed Description

this file is always included and then executed it permits to change the user preferences

Definition in file ajax_preference.php.

Variable Documentation

◆ $action

$action =$http->post("action","string","display_form")

Definition at line 32 of file ajax_preference.php.

◆ $g_user

$g_user =new Noalyss_User($cn)

Definition at line 27 of file ajax_preference.php.

◆ $http

$http =new HttpInput()

Definition at line 31 of file ajax_preference.php.

◆ $inside_dossier

$inside_dossier = false

Definition at line 30 of file ajax_preference.php.

◆ $repo

if (isset( $_REQUEST[ 'gDossier']) &&$http->request("gDossier","number", 0) !=0) $repo = new Database()

◆ $res

◆ $style

◆ selected

$style selected =$_SESSION[SESSION_KEY.'g_theme']

Definition at line 55 of file ajax_preference.php.

◆ value

$style value
Initial value:
= $repo->make_array("select the_name,the_name
from theme
order by the_name")

Definition at line 52 of file ajax_preference.php.