C0OPT1 , C1MENU : improve doc

This commit is contained in:
sparkyx 2024-09-01 22:32:52 +02:00
parent 6e1c536564
commit cd8ffc6b52
4 changed files with 16 additions and 2 deletions

View file

@ -48,6 +48,15 @@ class Contact_Option_Ref_MTable extends Manage_Table_SQL{
["label"=>_("Date"),"value"=>2],
["label"=>_("Coche"),"value"=>4]
]);
$this->set_col_tips("cor_value_select", 87);
}
function input()
{
echo '<p class="info">'.
'<a href="https://wiki.noalyss.eu/doku.php?id=menu::c0opt1" target="_blank">'.
_("Aide : voir C0OPT1").
'</a>'.
'</p>';
return parent::input(); // TODO: Change the autogenerated stub
}
}