noalyss Version-9
Variables
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

return $res
Initial value:
= $repo->exec_sql("select the_name from theme
order by the_name")
if(isset($_REQUEST['gDossier']) && $http->request("gDossier","number", 0) !=0) $repo

Definition at line 49 of file ajax_preference.php.

Referenced by Database\apply_patch(), Noalyss_User\Check(), Impress\compute_amount(), Card_Attribut_MTable\delete(), Document_modele\Delete(), Forecast\delete(), Todo_List\delete(), Fiche_Def\display(), ITva_Popup\display(), Fiche\empty_attribute(), Document\generate(), Document\get_all(), Anc_Operation\get_balance(), Anc_Operation\get_by_jid(), Acc_Ledger\get_class_def(), Acc_Ledger\get_fiche_def(), Anc_Operation\get_jrid(), Acc_Operation\get_jrnx_detail(), Pre_operation\get_list_ledger(), Fiche\get_row_result_deprecated(), Dossier\get_user_folder(), Securimage\getCodeFromDatabase(), Anc_Plan\header(), Stock\history(), Forecast\insert(), Todo_List\insert(), Periode\is_centralized(), Periode\is_closed(), Pre_op_ach\load(), Pre_Op_Advanced\load(), Pre_op_ods\load(), Pre_op_ven\load(), Acc_Bilan\load(), Acc_Payment\load(), Anc_Balance_Simple\load(), Anc_Group\load(), Dossier\load(), Follow_Up_Detail\load(), Forecast\load(), Pre_op_fin\load(), Pre_operation\load(), Todo_List\load(), Follow_Up_Detail\load_all(), Todo_List\load_all(), Document_Export\make_zip(), Anc_Group\myList(), Securimage\openDatabase(), Fiche\seek(), Acc_Operation\seek_internal(), Acc_Bilan\send(), Dossier\update(), Forecast\update(), Todo_List\update(), Anc_Operation\update_from_jrnx(), Acc_Bilan\verify(), and Acc_Bilan\warning().

◆ $style

$style = new ISelect('style_user')

◆ 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.