Go to the source code of this file.
Variables | |
$a_type = $cn->make_array("select pm_type,pm_desc from profile_menu_type",1) | |
$a_value = $cn->make_array("select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref",0) | |
$ame_code_dep | |
$array | |
$me_code = new ISelect('me_code') | |
$me_code_dep = new ISelect('me_code_dep') | |
$p_order = new Inum('p_order',$array[0]['p_order']) | |
$pm_default = new ICheckBox('pm_default','1') | |
$profile = $cn->get_value("select p_id from profile_menu where pm_id=$1",array($pm_id)) | |
if (empty($array)) = $sql.$cond_poste.' order by pcm_val::text' | |
$me_code | selected = $array[0]['me_code'] |
$me_code | value = $a_value |
Definition in file ajax_get_menu_detail.php.
Definition at line 44 of file ajax_get_menu_detail.php.
$a_value = $cn->make_array("select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref",0) |
Definition at line 31 of file ajax_get_menu_detail.php.
$ame_code_dep |
$cn->make_array(" select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref where me_file is null and me_javascript is null and me_url is null and me_type<>'PR' and me_type <> 'SP' and me_code in (select me_code from profile_menu where p_id=".sql_string($profile).")". " UNION ALL select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref where me_code='EXT' order by 1 ",1)
Definition at line 32 of file ajax_get_menu_detail.php.
$array |
$cn->get_array("select p_id,pm_id,me_code,me_code_dep,p_order,p_type_display,pm_default from profile_menu where pm_id=$1",array($pm_id))
Definition at line 46 of file ajax_get_menu_detail.php.
$me_code = new ISelect('me_code') |
Definition at line 57 of file ajax_get_menu_detail.php.
Referenced by Profile_Menu\sub_menu().
$me_code_dep = new ISelect('me_code_dep') |
Definition at line 61 of file ajax_get_menu_detail.php.
Referenced by Profile_Menu\sub_menu().
$p_order = new Inum('p_order',$array[0]['p_order']) |
Definition at line 65 of file ajax_get_menu_detail.php.
Referenced by Fiche\get_by_category(), Fiche\get_fiche_def(), and Fiche\GetByDef().
$pm_default = new ICheckBox('pm_default','1') |
Definition at line 66 of file ajax_get_menu_detail.php.
Definition at line 30 of file ajax_get_menu_detail.php.
Referenced by User\can_read_action(), User\can_read_repo(), User\can_write_action(), User\can_write_repo(), Stock\create_query_histo(), Calendar\fill_from_action(), User\get_available_repository(), User\get_profile(), HtmlInput\select_stock(), and Follow_Up\sql_security_filter().
if = $sql.$cond_poste.' order by pcm_val::text' |
Definition at line 49 of file ajax_get_menu_detail.php.
Referenced by ISelect\input(), HtmlInput\make_object(), and navigation_bar().
$waffect selected = $array[0]['me_code'] |
Definition at line 59 of file ajax_get_menu_detail.php.
Referenced by IPeriod\__construct(), HtmlInput\__construct(), IPoste\__construct(), ICheckBox\display(), IRadio\display(), ISelect\display(), ICheckBox\input(), ISelect\input(), IRadio\input(), IRadio\set_check(), and ICheckBox\set_check().
$me_code_dep value = $a_value |
Definition at line 58 of file ajax_get_menu_detail.php.