Change menu code , replace CFG by C0 or C1 , new standard

This commit is contained in:
sparkyx 2024-08-09 21:11:21 +02:00
parent b1896b410f
commit a618ef4a44
30 changed files with 62 additions and 42 deletions

View file

@ -159,9 +159,9 @@ $path = array(
"user_sec_action"=>"ajax_user_security",
// Update in once all the ledgers
"ledger_access_all"=>"ajax_user_security",
// From the page CFGSEC,set the actions
// From the page C0SEC,set the actions
"action_access"=>"ajax_user_security",
// From the page CFGSEC,set all the actions
// From the page C0SEC,set all the actions
"action_access_all"=>"ajax_user_security",
"todo_list"=>"ajax_todo_list",
// Writing operation History for a card or an accounting
@ -248,7 +248,7 @@ $path = array(
"anc_accounting"=>"ajax_anc_accounting",
// Update name and description
"anc_updatedescription"=>"ajax_anc_plan",
// Update, insert or delete accounting frmo CFGPCMN
// Update, insert or delete accounting frmo C0PCMN
"accounting"=>"ajax_accounting",
// Show detail of an ANC operation
"anc_detail_op"=>"ajax_anc_detail_operation",