Task #0001529: Réécriture de code , placer les icones dans Icon_Action

This commit is contained in:
Dany De Bontridder 2018-01-16 21:07:04 +01:00
parent 936411a92e
commit dc84b68414
79 changed files with 1302 additions and 5077 deletions

View file

@ -59,7 +59,7 @@ if ($action=="input")
$manage_table->set_col_label('parent_accounting', "Dépend");
$manage_table->set_col_label('pcm_lib', "Libellé");
$manage_table->set_col_label('pcm_type',
"Type de menu".HtmlInput::infobulle(33));
"Type de menu".Icon_Action::infobulle(33));
header('Content-type: text/xml; charset=UTF-8');
echo $manage_table->ajax_input()->saveXML();
return;

View file

@ -50,7 +50,7 @@ $manage_table->create_js_script();
$manage_table->set_col_label('pcm_val', "Poste");
$manage_table->set_col_label('parent_accounting', "Dépend");
$manage_table->set_col_label('pcm_lib', "Libellé");
$manage_table->set_col_label('pcm_type', "Type de menu".HtmlInput::infobulle(33));
$manage_table->set_col_label('pcm_type', "Type de menu".Icon_Action::infobulle(33));
// Change visible property
function test_visible_update(Manage_Table_SQL $p_manage_table,$p_property,$p_visible,$p_update) {