|
dolibarr
16.0.1
|
Page to create/edit/view position. More...
Go to the source code of this file.
Functions | |
| DisplayPositionList () | |
| Show a list of positions for the current job. More... | |
Variables | |
| if($job->id > 0 &&(empty($action)||($action!= 'edit'&&$action!= 'create'))) | DisplayJob ($object) |
| Show the top of the page including informations of a job. More... | |
Page to create/edit/view position.
Definition in file position.php.
| DisplayPositionList | ( | ) |
Show a list of positions for the current job.
Definition at line 274 of file position.php.
References $form, $help_url, $resql, accessforbidden(), dol_buildpath(), dol_escape_htmltag(), dol_eval(), dol_mktime(), dol_now(), dol_print_error(), dol_sort_array(), dolGetButtonTitle(), getEntity(), GETPOST(), GETPOSTISSET(), getTitleFieldOfList(), img_picto(), natural_search(), newToken(), print_barre_liste(), and setEventMessages().
| if ($job->id > 0 &&(empty($action)||($action!= 'edit'&&$action!= 'create'))) DisplayJob($object) |
Show the top of the page including informations of a job.
Definition at line 205 of file position.php.